Package | Description |
---|---|
org.corfudb.protocols.logprotocol |
Modifier and Type | Field and Description |
---|---|
static Map<Byte,CheckpointEntry.CheckpointDictKey> |
CheckpointEntry.CheckpointDictKey.typeMap |
Modifier and Type | Method and Description |
---|---|
static CheckpointEntry.CheckpointDictKey |
CheckpointEntry.CheckpointDictKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointEntry.CheckpointDictKey[] |
CheckpointEntry.CheckpointDictKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CheckpointEntry(CheckpointEntry.CheckpointEntryType type,
String authorId,
UUID checkpointId,
UUID streamId,
Map<CheckpointEntry.CheckpointDictKey,String> dict,
MultiSMREntry smrEntries) |
Copyright © 2019 CorfuDB. All rights reserved.