Package | Description |
---|---|
org.corfudb.protocols.logprotocol | |
org.corfudb.protocols.wireprotocol | |
org.corfudb.recovery |
Modifier and Type | Class and Description |
---|---|
class |
CheckpointEntry
Object & serialization methods for in-stream checkpoint
summarization of SMR object state.
|
class |
MultiObjectSMREntry
Deprecated.
|
class |
MultiSMREntry
Deprecated.
|
class |
SMREntry
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
Class<? extends LogEntry> |
LogEntry.LogEntryType.entryType |
Modifier and Type | Method and Description |
---|---|
default LogEntry |
ILogData.getLogEntry(CorfuRuntime runtime)
Return the payload as a log entry.
|
Modifier and Type | Method and Description |
---|---|
static LogEntry |
RecoveryUtils.deserializeLogData(CorfuRuntime runtime,
ILogData logData)
Deserialize a logData by getting the logEntry
Getting the underlying logEntry should trigger deserialization only once.
|
Copyright © 2019 CorfuDB. All rights reserved.