public interface ShardPrioritization
| Modifier and Type | Method and Description |
|---|---|
List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> |
prioritize(List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> original)
Returns new list of shards ordered based on their priority.
|
List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> prioritize(List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> original)
original - list of shards needed to be prioritizedCopyright © 2016. All rights reserved.