Uses of Class
com.datastax.astra.internal.command.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
Modifier and TypeClassDescriptionclass
Implementation of the DatabaseAdmin interface for Astra.class
Implementation of Client. -
Uses of AbstractCommandRunner in com.datastax.astra.client.collections
Modifier 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
Modifier 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