Package | Description |
---|---|
com.oracle.bmc.streaming.model |
Modifier and Type | Method and Description |
---|---|
static StreamSummary.LifecycleState |
StreamSummary.LifecycleState.create(String key) |
StreamSummary.LifecycleState |
StreamSummary.getLifecycleState()
The current state of the stream.
|
static StreamSummary.LifecycleState |
StreamSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamSummary.LifecycleState[] |
StreamSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
StreamSummary.Builder |
StreamSummary.Builder.lifecycleState(StreamSummary.LifecycleState lifecycleState)
The current state of the stream.
|
Constructor and Description |
---|
StreamSummary(String name,
String id,
Integer partitions,
String compartmentId,
String streamPoolId,
StreamSummary.LifecycleState lifecycleState,
Date timeCreated,
String messagesEndpoint,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.