public static enum MultiTableCommittable.Kind extends Enum<MultiTableCommittable.Kind>
Enum Constant and Description |
---|
FILE |
LOG_OFFSET |
Modifier and Type | Method and Description |
---|---|
static MultiTableCommittable.Kind |
fromByteValue(byte value) |
byte |
toByteValue() |
static MultiTableCommittable.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiTableCommittable.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiTableCommittable.Kind FILE
public static final MultiTableCommittable.Kind LOG_OFFSET
public static MultiTableCommittable.Kind[] values()
for (MultiTableCommittable.Kind c : MultiTableCommittable.Kind.values()) System.out.println(c);
public static MultiTableCommittable.Kind 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 nullpublic byte toByteValue()
public static MultiTableCommittable.Kind fromByteValue(byte value)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.