| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingGetRecordsCache
This is the BlockingGetRecordsCache class.
|
class |
PrefetchGetRecordsCache
This is the prefetch caching class, this class spins up a thread if prefetching is enabled.
|
| Modifier and Type | Method and Description |
|---|---|
GetRecordsCache |
SimpleRecordsFetcherFactory.createRecordsFetcher(GetRecordsRetrievalStrategy getRecordsRetrievalStrategy,
String shardId,
IMetricsFactory metricsFactory,
int maxRecords) |
GetRecordsCache |
RecordsFetcherFactory.createRecordsFetcher(GetRecordsRetrievalStrategy getRecordsRetrievalStrategy,
String shardId,
IMetricsFactory metricsFactory,
int maxRecords)
Returns a GetRecordsCache to be used for retrieving records for a given shard.
|
Copyright © 2018. All rights reserved.