Package | Description |
---|---|
com.amazonaws.services.kinesis.model |
Classes modeling the various types represented by AmazonKinesis.
|
Modifier and Type | Method and Description |
---|---|
HashKeyRange |
Shard.getHashKeyRange()
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
HashKeyRange |
HashKeyRange.withEndingHashKey(String endingHashKey)
The ending hash key of the hash key range.
|
HashKeyRange |
HashKeyRange.withStartingHashKey(String startingHashKey)
The starting hash key of the hash key range.
|
Modifier and Type | Method and Description |
---|---|
void |
Shard.setHashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
Shard |
Shard.withHashKeyRange(HashKeyRange hashKeyRange)
The range of possible hash key values for the shard, which is a set of
ordered contiguous positive integers.
|
Copyright © 2014. All rights reserved.