Package org.apache.pulsar.io.dynamodb
Class StreamsRecord
java.lang.Object
org.apache.pulsar.io.dynamodb.StreamsRecord
- All Implemented Interfaces:
org.apache.pulsar.functions.api.Record<byte[]>
This is a direct adaptation of the kinesis record for kcl v1,
with a little branching added for dynamo-specific logic.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.functions.api.Record
ack, fail, getDestinationTopic, getEventTime, getKey, getMessage, getPartitionId, getPartitionIndex, getProperties, getRecordSequence, getSchema, getTopicName, getValue
-
Field Details
-
ARRIVAL_TIMESTAMP
- See Also:
-
ENCRYPTION_TYPE
- See Also:
-
PARTITION_KEY
- See Also:
-
SEQUENCE_NUMBER
- See Also:
-
EVENT_NAME
- See Also:
-
-
Constructor Details
-
StreamsRecord
public StreamsRecord(com.amazonaws.services.kinesis.model.Record record)
-
-
Method Details
-
setProperty
-