Uses of Enum
com.dtsx.astra.sdk.db.domain.DatabaseStatusType
Packages that use DatabaseStatusType
Package
Description
Entities and Pojo for Astra Db Service.
Utility Classes for devops.
-
Uses of DatabaseStatusType in com.dtsx.astra.sdk.db.domain
Methods in com.dtsx.astra.sdk.db.domain that return DatabaseStatusTypeModifier and TypeMethodDescriptionDatabase.getObservedStatus()Getter accessor for attribute 'observedStatus'.Database.getStatus()Getter accessor for attribute 'status'.static DatabaseStatusTypeReturns the enum constant of this type with the specified name.static DatabaseStatusType[]DatabaseStatusType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dtsx.astra.sdk.db.domain with parameters of type DatabaseStatusTypeModifier and TypeMethodDescriptionvoidDatabase.setObservedStatus(DatabaseStatusType observedStatus) Setter accessor for attribute 'observedStatus'.voidDatabase.setStatus(DatabaseStatusType status) Setter accessor for attribute 'status'. -
Uses of DatabaseStatusType in com.dtsx.astra.sdk.utils
Methods in com.dtsx.astra.sdk.utils with parameters of type DatabaseStatusTypeModifier and TypeMethodDescriptionstatic voidTestUtils.waitForDbStatus(DatabaseClient dbc, DatabaseStatusType status, int timeoutSeconds) Wait for db to have proper status.