类 KinesisRecord
java.lang.Object
org.apache.pulsar.io.kinesis.KinesisRecord
- 所有已实现的接口:
org.apache.pulsar.functions.api.Record<byte[]>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.pulsar.functions.api.Record
ack, fail, getDestinationTopic, getEventTime, getMessage, getPartitionId, getPartitionIndex, getRecordSequence, getSchema, getTopicName
-
字段详细资料
-
构造器详细资料
-
KinesisRecord
public KinesisRecord(software.amazon.kinesis.retrieval.KinesisClientRecord record)
-
-
方法详细资料
-
getKey
- 指定者:
getKey在接口中org.apache.pulsar.functions.api.Record<byte[]>
-
getValue
public byte[] getValue()- 指定者:
getValue在接口中org.apache.pulsar.functions.api.Record<byte[]>
-
getProperties
- 指定者:
getProperties在接口中org.apache.pulsar.functions.api.Record<byte[]>
-
setProperty
-