public static enum CheckpointEntry.CheckpointDictKey extends Enum<CheckpointEntry.CheckpointDictKey>
Enum Constant and Description |
---|
BYTE_COUNT |
END_TIME |
ENTRY_COUNT |
SNAPSHOT_ADDRESS |
START_LOG_ADDRESS |
START_TIME |
Modifier and Type | Field and Description |
---|---|
int |
type |
static Map<Byte,CheckpointEntry.CheckpointDictKey> |
typeMap |
Modifier and Type | Method and Description |
---|---|
byte |
asByte() |
static CheckpointEntry.CheckpointDictKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointEntry.CheckpointDictKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckpointEntry.CheckpointDictKey START_TIME
public static final CheckpointEntry.CheckpointDictKey END_TIME
public static final CheckpointEntry.CheckpointDictKey START_LOG_ADDRESS
public static final CheckpointEntry.CheckpointDictKey ENTRY_COUNT
public static final CheckpointEntry.CheckpointDictKey BYTE_COUNT
public static final CheckpointEntry.CheckpointDictKey SNAPSHOT_ADDRESS
public final int type
public static final Map<Byte,CheckpointEntry.CheckpointDictKey> typeMap
public static CheckpointEntry.CheckpointDictKey[] values()
for (CheckpointEntry.CheckpointDictKey c : CheckpointEntry.CheckpointDictKey.values()) System.out.println(c);
public static CheckpointEntry.CheckpointDictKey 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 asByte()
Copyright © 2019 CorfuDB. All rights reserved.