public static enum PulsarColumnHandle.HandleKeyValueType extends Enum<PulsarColumnHandle.HandleKeyValueType>
| Enum Constant and Description |
|---|
KEY
The key schema handle for keyValue schema.
|
NONE
The handle not for keyValue schema.
|
VALUE
The value schema handle for keyValue schema.
|
| Modifier and Type | Method and Description |
|---|---|
static PulsarColumnHandle.HandleKeyValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PulsarColumnHandle.HandleKeyValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PulsarColumnHandle.HandleKeyValueType NONE
public static final PulsarColumnHandle.HandleKeyValueType KEY
public static final PulsarColumnHandle.HandleKeyValueType VALUE
public static PulsarColumnHandle.HandleKeyValueType[] values()
for (PulsarColumnHandle.HandleKeyValueType c : PulsarColumnHandle.HandleKeyValueType.values()) System.out.println(c);
public static PulsarColumnHandle.HandleKeyValueType 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 © 2017–2021 Apache Software Foundation. All rights reserved.