| Package | Description |
|---|---|
| software.amazon.kinesis.lifecycle | |
| software.amazon.kinesis.processor | |
| software.amazon.kinesis.retrieval.fanout | |
| software.amazon.kinesis.retrieval.polling |
| Constructor and Description |
|---|
ProcessTask(ShardInfo shardInfo,
ShardRecordProcessor shardRecordProcessor,
ShardRecordProcessorCheckpointer recordProcessorCheckpointer,
long backoffTimeMillis,
boolean skipShardSyncAtWorkerInitializationIfLeasesExist,
ShardDetector shardDetector,
ThrottlingReporter throttlingReporter,
ProcessRecordsInput processRecordsInput,
boolean shouldCallProcessRecordsEvenForEmptyRecordList,
long idleTimeInMilliseconds,
AggregatorUtil aggregatorUtil,
MetricsFactory metricsFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShardRecordProcessor.processRecords(ProcessRecordsInput processRecordsInput)
Process data records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FanOutRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super ProcessRecordsInput> s) |
| Modifier and Type | Method and Description |
|---|---|
ProcessRecordsInput |
BlockingRecordsPublisher.getNextResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrefetchRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super ProcessRecordsInput> s) |
void |
BlockingRecordsPublisher.subscribe(org.reactivestreams.Subscriber<? super ProcessRecordsInput> s) |
Copyright © 2019. All rights reserved.