Uses of Class
com.datastax.astra.internal.command.AbstractCommandRunner
Packages that use AbstractCommandRunner
Package
Description
Administration classes to manage Databases and Namespaces.
Top package to interact with Collections
Top package to interact with Databases and Keyspaces.
Top package to interact with Tables.
-
Uses of AbstractCommandRunner in com.datastax.astra.client.admin
Subclasses of AbstractCommandRunner in com.datastax.astra.client.adminModifier and TypeClassDescriptionclassImplementation of the DatabaseAdmin interface for Astra.classImplementation of Client. -
Uses of AbstractCommandRunner in com.datastax.astra.client.collections
Subclasses of AbstractCommandRunner in com.datastax.astra.client.collectionsModifier and TypeClassDescriptionclassCollection<T>A Data API collection, the main object to interact with the Data API, especially for DDL operations. -
Uses of AbstractCommandRunner in com.datastax.astra.client.databases
Subclasses of AbstractCommandRunner in com.datastax.astra.client.databasesModifier and TypeClassDescriptionclassRepresents a Data API database, providing the primary entry point for database-level operations and interactions. -
Uses of AbstractCommandRunner in com.datastax.astra.client.tables
Subclasses of AbstractCommandRunner in com.datastax.astra.client.tables