Package | Description |
---|---|
com.amazonaws.services.kinesis | |
com.amazonaws.services.kinesis.model | |
com.amazonaws.services.kinesis.model.transform |
Modifier and Type | Method and Description |
---|---|
MergeShardsResult |
AmazonKinesisClient.mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
MergeShardsResult |
AmazonKinesis.mergeShards(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
MergeShardsResult |
AbstractAmazonKinesis.mergeShards(MergeShardsRequest request) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest request) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest)
Merges two adjacent shards in an Amazon Kinesis stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
java.util.concurrent.Future<MergeShardsResult> |
AbstractAmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest request) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest request,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Merges two adjacent shards in an Amazon Kinesis stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
java.util.concurrent.Future<MergeShardsResult> |
AbstractAmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest request,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsyncClient.mergeShardsAsync(MergeShardsRequest request,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest mergeShardsRequest,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Merges two adjacent shards in an Amazon Kinesis stream and combines them
into a single shard to reduce the stream's capacity to ingest and
transport data.
|
java.util.concurrent.Future<MergeShardsResult> |
AbstractAmazonKinesisAsync.mergeShardsAsync(MergeShardsRequest request,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler) |
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsyncClient.mergeShardsAsync(java.lang.String streamName,
java.lang.String shardToMerge,
java.lang.String adjacentShardToMerge,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an
AsyncHandler.
|
java.util.concurrent.Future<MergeShardsResult> |
AmazonKinesisAsync.mergeShardsAsync(java.lang.String streamName,
java.lang.String shardToMerge,
java.lang.String adjacentShardToMerge,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an
AsyncHandler.
|
java.util.concurrent.Future<MergeShardsResult> |
AbstractAmazonKinesisAsync.mergeShardsAsync(java.lang.String streamName,
java.lang.String shardToMerge,
java.lang.String adjacentShardToMerge,
AsyncHandler<MergeShardsRequest,MergeShardsResult> asyncHandler)
Simplified method form for invoking the MergeShards operation with an
AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
MergeShardsRequest |
MergeShardsRequest.clone() |
MergeShardsRequest |
MergeShardsRequest.withAdjacentShardToMerge(java.lang.String adjacentShardToMerge)
The shard ID of the adjacent shard for the merge.
|
MergeShardsRequest |
MergeShardsRequest.withShardToMerge(java.lang.String shardToMerge)
The shard ID of the shard to combine with the adjacent shard for the
merge.
|
MergeShardsRequest |
MergeShardsRequest.withStreamName(java.lang.String streamName)
The name of the stream for the merge.
|
Modifier and Type | Method and Description |
---|---|
Request<MergeShardsRequest> |
MergeShardsRequestMarshaller.marshall(MergeShardsRequest mergeShardsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<MergeShardsRequest> |
MergeShardsRequestMarshaller.marshall(MergeShardsRequest mergeShardsRequest) |