| Package | Description |
|---|---|
| software.amazon.kinesis.retrieval | |
| software.amazon.kinesis.schemaregistry |
| Modifier and Type | Method and Description |
|---|---|
KinesisClientRecord |
AggregatorUtil.convertRecordToKinesisClientRecord(@NonNull 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.
|
List<KinesisClientRecord> |
KinesisGetRecordsResponseAdapter.records() |
List<KinesisClientRecord> |
GetRecordsResponseAdapter.records()
Returns the list of records retrieved from GetRecords.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisClientRecord |
AggregatorUtil.convertRecordToKinesisClientRecord(@NonNull 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<KinesisClientRecord> |
SchemaRegistryDecoder.decode(List<KinesisClientRecord> records)
Process the list records and return records with schema and decoded data set.
|
| Modifier and Type | Method and Description |
|---|---|
List<KinesisClientRecord> |
SchemaRegistryDecoder.decode(List<KinesisClientRecord> records)
Process the list records and return records with schema and decoded data set.
|
Copyright © 2025. All rights reserved.