public class NoOpShardPrioritization extends Object implements ShardPrioritization
| Constructor and Description |
|---|
NoOpShardPrioritization()
Empty constructor for NoOp Shard Prioritization.
|
| 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.
|
public NoOpShardPrioritization()
public List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> prioritize(List<com.amazonaws.services.kinesis.clientlibrary.lib.worker.ShardInfo> original)
ShardPrioritizationprioritize in interface ShardPrioritizationoriginal - list of shards needed to be prioritizedCopyright © 2016. All rights reserved.