Java com.amazonaws.services.kinesis.model Shard fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.kinesis.model Shard fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.kinesis.model Shard.

The text is from its open source code.

Constructor

Method

StringgetAdjacentParentShardId()

The shard ID of the shard adjacent to the shard's parent.

HashKeyRangegetHashKeyRange()

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

StringgetParentShardId()

The shard ID of the shard's parent.

SequenceNumberRangegetSequenceNumberRange()

The range of possible sequence numbers for the shard.

StringgetShardId()

The unique identifier of the shard within the stream.

ShardwithAdjacentParentShardId(String adjacentParentShardId)

The shard ID of the shard adjacent to the shard's parent.

ShardwithHashKeyRange(HashKeyRange hashKeyRange)

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

ShardwithParentShardId(String parentShardId)

The shard ID of the shard's parent.

ShardwithSequenceNumberRange(SequenceNumberRange sequenceNumberRange)

The range of possible sequence numbers for the shard.

ShardwithShardId(String shardId)

The unique identifier of the shard within the stream.