| Package | Description |
|---|---|
| software.amazon.kinesis.leases.dynamodb |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDBLeaseDiscoverer
An implementation of
LeaseDiscoverer, it uses LeaseRefresher to query
DynamoDBLeaseRefresher.LEASE_OWNER_TO_LEASE_KEY_INDEX_NAME and find the leases assigned
to current worker and then filter and returns the leases that have not started processing (looks at
LeaseRenewer.getCurrentlyHeldLeases() to find out which leases are currently held leases). |
Copyright © 2025. All rights reserved.