Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
StreamPool.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
StreamPool.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStreamPoolRequest,GetStreamPoolResponse> |
StreamAdminWaiters.forStreamPool(GetStreamPoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
StreamPool.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static StreamPool.LifecycleState |
StreamPool.LifecycleState.create(String key) |
StreamPool.LifecycleState |
StreamPool.getLifecycleState()
The current state of the stream pool.
|
static StreamPool.LifecycleState |
StreamPool.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamPool.LifecycleState[] |
StreamPool.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StreamPool.Builder |
StreamPool.Builder.lifecycleState(StreamPool.LifecycleState lifecycleState)
The current state of the stream pool.
|
Constructor and Description |
---|
StreamPool(String id,
String compartmentId,
String name,
StreamPool.LifecycleState lifecycleState,
String lifecycleStateDetails,
Date timeCreated,
KafkaSettings kafkaSettings,
CustomEncryptionKey customEncryptionKey,
Boolean isPrivate,
String endpointFqdn,
PrivateEndpointSettings privateEndpointSettings,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.