public static enum PulsarTableSource.ReadableMetadata extends Enum<PulsarTableSource.ReadableMetadata>
| Enum Constant and Description |
|---|
EVENT_TIME |
KEY_ATTRIBUTE |
MESSAGE_ID |
PUBLISH_TIME |
TOPIC_ATTRIBUTE |
| Modifier and Type | Field and Description |
|---|---|
org.apache.flink.streaming.connectors.pulsar.PulsarRowDeserializationSchema.ReadableRowMetadataConverter |
converter |
org.apache.flink.table.types.DataType |
dataType |
String |
key |
| Modifier and Type | Method and Description |
|---|---|
static PulsarTableSource.ReadableMetadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarTableSource.ReadableMetadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarTableSource.ReadableMetadata KEY_ATTRIBUTE
public static final PulsarTableSource.ReadableMetadata TOPIC_ATTRIBUTE
public static final PulsarTableSource.ReadableMetadata MESSAGE_ID
public static final PulsarTableSource.ReadableMetadata PUBLISH_TIME
public static final PulsarTableSource.ReadableMetadata EVENT_TIME
public final String key
public final org.apache.flink.table.types.DataType dataType
public final org.apache.flink.streaming.connectors.pulsar.PulsarRowDeserializationSchema.ReadableRowMetadataConverter converter
public static PulsarTableSource.ReadableMetadata[] values()
for (PulsarTableSource.ReadableMetadata c : PulsarTableSource.ReadableMetadata.values()) System.out.println(c);
public static PulsarTableSource.ReadableMetadata valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019–2021 The Apache Software Foundation. All rights reserved.