| Package | Description |
|---|---|
| software.amazon.kinesis.leases | |
| software.amazon.kinesis.leases.dynamodb |
| Modifier and Type | Method and Description |
|---|---|
LeaseManagementFactory |
LeaseManagementConfig.leaseManagementFactory()
Deprecated.
This is no longer invoked, but
leaseManagementFactory(LeaseSerializer, boolean)
is invoked instead. Please remove implementation for this method as future
releases will remove this API. |
LeaseManagementFactory |
LeaseManagementConfig.leaseManagementFactory(LeaseSerializer leaseSerializer,
boolean isMultiStreamingMode)
Vends LeaseManagementFactory that performs serde based on leaseSerializer and shard sync based on isMultiStreamingMode
|
| Modifier and Type | Method and Description |
|---|---|
LeaseManagementConfig |
LeaseManagementConfig.leaseManagementFactory(LeaseManagementFactory leaseManagementFactory)
Set leaseManagementFactory and return the current LeaseManagementConfig instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamoDBLeaseManagementFactory |
Copyright © 2025. All rights reserved.