public class StreamsRecord extends Object implements org.apache.pulsar.functions.api.Record<byte[]>
| Modifier and Type | Field and Description |
|---|---|
static String |
ARRIVAL_TIMESTAMP |
static String |
ENCRYPTION_TYPE |
static String |
EVENT_NAME |
static String |
PARTITION_KEY |
static String |
SEQUENCE_NUMBER |
| Constructor and Description |
|---|
StreamsRecord(com.amazonaws.services.kinesis.model.Record record) |
| Modifier and Type | Method and Description |
|---|---|
void |
setProperty(String key,
String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitack, fail, getDestinationTopic, getEventTime, getKey, getMessage, getPartitionId, getPartitionIndex, getProperties, getRecordSequence, getSchema, getTopicName, getValuepublic static final String ARRIVAL_TIMESTAMP
public static final String ENCRYPTION_TYPE
public static final String PARTITION_KEY
public static final String SEQUENCE_NUMBER
public static final String EVENT_NAME
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.