| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.leases.impl |
| Modifier and Type | Method and Description |
|---|---|
LeaseTaker<T> |
LeaseTaker.withMaxLeasesForWorker(int maxLeasesForWorker)
Worker will not acquire more than the specified max number of leases even if there are more
shards that need to be processed.
|
LeaseTaker<T> |
LeaseTaker.withMaxLeasesToStealAtOneTime(int maxLeasesToStealAtOneTime)
Max leases to steal from a more loaded Worker at one time (for load balancing).
|
Copyright © 2017. All rights reserved.