| Package | Description |
|---|---|
| software.amazon.kinesis.retrieval |
| Modifier and Type | Method and Description |
|---|---|
KinesisClientRecord |
AggregatorUtil.convertRecordToKinesisClientRecord(KinesisClientRecord record,
boolean aggregated,
long subSequenceNumber,
String explicitHashKey) |
static KinesisClientRecord |
KinesisClientRecord.fromRecord(software.amazon.awssdk.services.kinesis.model.Record record) |
| Modifier and Type | Method and Description |
|---|---|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records)
This method deaggregates the given list of Amazon Kinesis records into a
list of KPL user records.
|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records,
BigInteger startingHashKey,
BigInteger endingHashKey)
This method deaggregates the given list of Amazon Kinesis records into a
list of KPL user records.
|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records,
String startingHashKey,
String endingHashKey)
Deaggregate any KPL records found.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisClientRecord |
AggregatorUtil.convertRecordToKinesisClientRecord(KinesisClientRecord record,
boolean aggregated,
long subSequenceNumber,
String explicitHashKey) |
| Modifier and Type | Method and Description |
|---|---|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records)
This method deaggregates the given list of Amazon Kinesis records into a
list of KPL user records.
|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records,
BigInteger startingHashKey,
BigInteger endingHashKey)
This method deaggregates the given list of Amazon Kinesis records into a
list of KPL user records.
|
List<KinesisClientRecord> |
AggregatorUtil.deaggregate(List<KinesisClientRecord> records,
String startingHashKey,
String endingHashKey)
Deaggregate any KPL records found.
|
Copyright © 2019. All rights reserved.