Package | Description |
---|---|
com.oracle.bmc.nosql | |
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
Index.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
Index.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetIndexRequest,GetIndexResponse> |
NosqlWaiters.forIndex(GetIndexRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Index.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Index.LifecycleState |
Index.LifecycleState.create(String key) |
Index.LifecycleState |
Index.getLifecycleState()
The state of an index.
|
Index.LifecycleState |
IndexSummary.getLifecycleState()
The state of an index.
|
static Index.LifecycleState |
Index.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Index.LifecycleState[] |
Index.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Index.Builder |
Index.Builder.lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.
|
IndexSummary.Builder |
IndexSummary.Builder.lifecycleState(Index.LifecycleState lifecycleState)
The state of an index.
|
Constructor and Description |
---|
Index(String name,
String compartmentId,
String tableName,
String tableId,
List<IndexKey> keys,
Index.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
IndexSummary(String name,
List<IndexKey> keys,
Index.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.