Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
Table.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetTableRequest,GetTableResponse> |
NosqlWaiters.forTable(GetTableRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Table.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Table.LifecycleState |
Table.LifecycleState.create(String key) |
Table.LifecycleState |
TableSummary.getLifecycleState()
The state of a table.
|
Table.LifecycleState |
Table.getLifecycleState()
The state of a table.
|
static Table.LifecycleState |
Table.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.LifecycleState[] |
Table.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableSummary.Builder |
TableSummary.Builder.lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.
|
Table.Builder |
Table.Builder.lifecycleState(Table.LifecycleState lifecycleState)
The state of a table.
|
Constructor and Description |
---|
Table(String id,
String name,
String compartmentId,
Date timeCreated,
Date timeUpdated,
TableLimits tableLimits,
Table.LifecycleState lifecycleState,
Boolean isAutoReclaimable,
Date timeOfExpiration,
String lifecycleDetails,
Schema schema,
String ddlStatement,
Table.SchemaState schemaState,
Boolean isMultiRegion,
Integer localReplicaInitializationInPercent,
List<Replica> replicas,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
TableSummary(String id,
String compartmentId,
String name,
Date timeCreated,
Date timeUpdated,
TableLimits tableLimits,
Table.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isAutoReclaimable,
Date timeOfExpiration,
TableSummary.SchemaState schemaState,
Boolean isMultiRegion,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.