| Class | Description |
|---|---|
| InitializationInput |
Container for the parameters to the ShardRecordProcessor
initialize method. |
| LeaseLostInput |
Provides data, and interaction about the loss of a lease to a
ShardRecordProcessor. |
| ProcessRecordsInput |
Container for the parameters to the ShardRecordProcessor's
processRecords method. |
| ShardEndedInput |
Provides a checkpointer that must be used to signal the completion of the shard to the Scheduler.
|
| ShutdownRequestedInput |
Provides access to a checkpointer so that
ShardRecordProcessor's can checkpoint
before the lease is released during shutdown. |
| TaskExecutionListenerInput |
Container for the parameters to the TaskExecutionListener's
TaskExecutionListener.beforeTaskExecution(TaskExecutionListenerInput) method. |
Copyright © 2019. All rights reserved.