- addUserRecord(String, String, byte[]) - Method in class com.amazonaws.kinesis.agg.AggRecord
-
Add a new user record to this existing aggregated record if there is enough
space (based on the defined Kinesis limits for a PutRecord call).
- addUserRecord(UserRecord) - Method in class com.amazonaws.kinesis.agg.RecordAggregator
-
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
- addUserRecord(String, byte[]) - Method in class com.amazonaws.kinesis.agg.RecordAggregator
-
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
- addUserRecord(String, String, byte[]) - Method in class com.amazonaws.kinesis.agg.RecordAggregator
-
Add a new user record to this aggregated record (will trigger a callback
via onRecordComplete if aggregated record is full).
- AggRecord - Class in com.amazonaws.kinesis.agg
-
Represents a single aggregated Kinesis record.
- AggRecord() - Constructor for class com.amazonaws.kinesis.agg.AggRecord
-
Construct a new (empty) aggregated Kinesis record.