public static enum PulsarWritableMetadata.WritableMetadata extends Enum<PulsarWritableMetadata.WritableMetadata>
| Enum Constant and Description |
|---|
EVENT_TIME |
PROPERTIES |
| Modifier and Type | Field and Description |
|---|---|
PulsarTableSerializationSchema.MetadataConverter |
converter |
org.apache.flink.table.types.DataType |
dataType |
String |
key |
| Modifier and Type | Method and Description |
|---|---|
static PulsarWritableMetadata.WritableMetadata |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarWritableMetadata.WritableMetadata[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarWritableMetadata.WritableMetadata PROPERTIES
public static final PulsarWritableMetadata.WritableMetadata EVENT_TIME
public final String key
public final org.apache.flink.table.types.DataType dataType
public final PulsarTableSerializationSchema.MetadataConverter converter
public static PulsarWritableMetadata.WritableMetadata[] values()
for (PulsarWritableMetadata.WritableMetadata c : PulsarWritableMetadata.WritableMetadata.values()) System.out.println(c);
public static PulsarWritableMetadata.WritableMetadata 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 © 2014–2022 The Apache Software Foundation. All rights reserved.