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 TypeClassDescriptionclass
Implementation of the DatabaseAdmin interface for Astra.class
Implementation of Client. -
Uses of AbstractCommandRunner in com.datastax.astra.client.collections
Subclasses of AbstractCommandRunner in com.datastax.astra.client.collectionsModifier and TypeClassDescriptionclass
Collection<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 TypeClassDescriptionclass
Represents 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