Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.model | |
com.oracle.bmc.streaming.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetStreamRequest,GetStreamResponse> |
StreamAdminWaiters.forStream(GetStreamRequest request,
Stream.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetStreamRequest,GetStreamResponse> |
StreamAdminWaiters.forStream(GetStreamRequest request,
Stream.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetStreamRequest,GetStreamResponse> |
StreamAdminWaiters.forStream(GetStreamRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Stream.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Stream.LifecycleState |
Stream.LifecycleState.create(String key) |
Stream.LifecycleState |
Stream.getLifecycleState()
The current state of the stream.
|
static Stream.LifecycleState |
Stream.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stream.LifecycleState[] |
Stream.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Stream.Builder |
Stream.Builder.lifecycleState(Stream.LifecycleState lifecycleState)
The current state of the stream.
|
Constructor and Description |
---|
Stream(String name,
String id,
Integer partitions,
Integer retentionInHours,
String compartmentId,
String streamPoolId,
Stream.LifecycleState lifecycleState,
String lifecycleStateDetails,
Date timeCreated,
String messagesEndpoint,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Stream.LifecycleState |
ListStreamsRequest.getLifecycleState()
A filter to only return resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListStreamsRequest.Builder |
ListStreamsRequest.Builder.lifecycleState(Stream.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.