Package | Description |
---|---|
com.oracle.bmc.streaming | |
com.oracle.bmc.streaming.requests |
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 |
---|---|
Future<GetStreamPoolResponse> |
StreamAdminAsync.getStreamPool(GetStreamPoolRequest request,
AsyncHandler<GetStreamPoolRequest,GetStreamPoolResponse> handler)
Gets detailed information about the stream pool, such as Kafka settings.
|
Future<GetStreamPoolResponse> |
StreamAdminAsyncClient.getStreamPool(GetStreamPoolRequest request,
AsyncHandler<GetStreamPoolRequest,GetStreamPoolResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetStreamPoolRequest |
GetStreamPoolRequest.Builder.build()
Build the instance of GetStreamPoolRequest as configured by this builder
|
GetStreamPoolRequest |
GetStreamPoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetStreamPoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetStreamPoolRequest.Builder |
GetStreamPoolRequest.Builder.copy(GetStreamPoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.