Uses of Interface
com.datastax.astra.client.admin.DatabaseAdmin
Package
Description
Administration classes to manage Databases and Namespaces.
Top package to interact with Databases and Keyspaces.
-
Uses of DatabaseAdmin in com.datastax.astra.client.admin
Modifier and TypeClassDescriptionclass
Implementation of the DatabaseAdmin interface for Astra.class
Implementation of Client.Modifier and TypeMethodDescriptionAstraDBAdmin.createDatabase
(String name) Create new database with a name on free tier.AstraDBAdmin.createDatabase
(String name, com.dtsx.astra.sdk.db.domain.CloudProviderType cloud, String cloudRegion) Create new database with a name on the specified cloud provider and region.AstraDBAdmin.createDatabase
(String name, com.dtsx.astra.sdk.db.domain.CloudProviderType cloud, String cloudRegion, boolean waitForDb) Create new database with a name on the specified cloud provider and region. -
Uses of DatabaseAdmin in com.datastax.astra.client.databases
Modifier and TypeMethodDescriptionDatabase.getDatabaseAdmin()
Retrieves a database administration client using the default authentication token.Database.getDatabaseAdmin
(AdminOptions adminOptions) Retrieves a database administration client using detailed administrative options.Database.getDatabaseAdmin
(String superUserToken) Retrieves a database administration client using a provided super-user token.