| Interface | Description |
|---|---|
| ShardPrioritization |
Provides logic to prioritize or filter shards before their execution.
|
| ShutdownNotification |
A shutdown request to the ShardConsumer
|
| Class | Description |
|---|---|
| KinesisClientLibConfiguration |
Configuration for the Amazon Kinesis Client Library.
|
| NoOpShardPrioritization |
Shard Prioritization that returns the same original list of shards without any modifications.
|
| ParentsFirstShardPrioritization |
Shard Prioritization that prioritizes parent shards first.
|
| SequenceNumberValidator |
This class provides some methods for validating sequence numbers.
|
| Worker |
Worker is the high level class that Kinesis applications use to start
processing data.
|
| Worker.Builder |
Builder to construct a Worker instance.
|
| Enum | Description |
|---|---|
| InitialPositionInStream |
Used to specify the position in the stream where a new application should start from.
|
| ShutdownReason |
Reason the RecordProcessor is being shutdown.
|
| TaskType |
Enumerates types of tasks executed as part of processing a shard.
|
Copyright © 2016. All rights reserved.