Uses of Class
com.dtsx.astra.sdk.db.DbOpsClient
Packages that use DbOpsClient
Package
Description
Sub Clients relative to Astra Db Service.
Utility Classes for devops.
-
Uses of DbOpsClient in com.dtsx.astra.sdk.db
Methods in com.dtsx.astra.sdk.db that return DbOpsClientModifier and TypeMethodDescriptionUse the database part of the API.AstraDBOpsClient.databaseByName(String dbName) Use the database part of the API from its name. -
Uses of DbOpsClient in com.dtsx.astra.sdk.utils
Methods in com.dtsx.astra.sdk.utils with parameters of type DbOpsClientModifier and TypeMethodDescriptionstatic voidTestUtils.waitForDbStatus(DbOpsClient dbc, DatabaseStatusType status, int timeoutSeconds) Wait for db to have proper status.