public static enum StateMetaInfoSnapshotReadersWriters.StateTypeHint extends Enum<StateMetaInfoSnapshotReadersWriters.StateTypeHint>
StateMetaInfoSnapshot should be deserialized.
TODO this can go away after we eventually drop backwards compatibility with all versions < 5.
| Enum Constant and Description |
|---|
KEYED_STATE |
OPERATOR_STATE |
| Modifier and Type | Method and Description |
|---|---|
static StateMetaInfoSnapshotReadersWriters.StateTypeHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMetaInfoSnapshotReadersWriters.StateTypeHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StateMetaInfoSnapshotReadersWriters.StateTypeHint KEYED_STATE
public static final StateMetaInfoSnapshotReadersWriters.StateTypeHint OPERATOR_STATE
public static StateMetaInfoSnapshotReadersWriters.StateTypeHint[] values()
for (StateMetaInfoSnapshotReadersWriters.StateTypeHint c : StateMetaInfoSnapshotReadersWriters.StateTypeHint.values()) System.out.println(c);
public static StateMetaInfoSnapshotReadersWriters.StateTypeHint 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–2023 The Apache Software Foundation. All rights reserved.