Modifier and Type | Method and Description |
---|---|
AggRecord |
RecordAggregator.addUserRecord(String partitionKey,
byte[] data)
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
|
AggRecord |
RecordAggregator.addUserRecord(String partitionKey,
String explicitHashKey,
byte[] data)
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
|
AggRecord |
RecordAggregator.addUserRecord(com.amazonaws.services.kinesis.clientlibrary.types.UserRecord userRecord)
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
|
AggRecord |
RecordAggregator.clearAndGet()
Get the current contents of this aggregated record (whether full or not)
as a single record and then clear the contents of this object so it can
be re-used.
|
Modifier and Type | Method and Description |
---|---|
void |
RecordAggregator.RecordCompleteListener.recordComplete(AggRecord aggRecord)
Called when an aggregated record is full and ready to be transmitted
to Kinesis.
|
Copyright © 2019. All rights reserved.