| Package | Description |
|---|---|
| software.amazon.kinesis.lifecycle | |
| software.amazon.kinesis.processor | |
| software.amazon.kinesis.retrieval | |
| software.amazon.kinesis.retrieval.polling |
| Constructor and Description |
|---|
ProcessTask(@NonNull ShardInfo shardInfo,
@NonNull ShardRecordProcessor shardRecordProcessor,
@NonNull ShardRecordProcessorCheckpointer recordProcessorCheckpointer,
long backoffTimeMillis,
boolean skipShardSyncAtWorkerInitializationIfLeasesExist,
ShardDetector shardDetector,
@NonNull ThrottlingReporter throttlingReporter,
ProcessRecordsInput processRecordsInput,
boolean shouldCallProcessRecordsEvenForEmptyRecordList,
long idleTimeInMilliseconds,
@NonNull AggregatorUtil aggregatorUtil,
@NonNull MetricsFactory metricsFactory,
SchemaRegistryDecoder schemaRegistryDecoder,
@NonNull LeaseStatsRecorder leaseStatsRecorder) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardRecordProcessor.processRecords(ProcessRecordsInput processRecordsInput)
Process data records.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessRecordsInput |
RecordsRetrieved.processRecordsInput()
Retrieves the records that have been received via one of the publishers
|
| Modifier and Type | Method and Description |
|---|---|
ProcessRecordsInput |
BlockingRecordsPublisher.getNextResult() |
Copyright © 2024. All rights reserved.