@Deprecated public class MultiSMREntry extends LogEntry implements ISMRConsumable
LogEntry.LogEntryType
Constructor and Description |
---|
MultiSMREntry()
Deprecated.
|
MultiSMREntry(List<SMREntry> updates)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addTo(SMREntry entry)
Deprecated.
|
List<SMREntry> |
getSMRUpdates(UUID id)
Deprecated.
|
void |
mergeInto(MultiSMREntry other)
Deprecated.
|
void |
serialize(io.netty.buffer.ByteBuf b)
Deprecated.
Serialize the given LogEntry into a given byte buffer.
|
void |
setEntry(ILogData entry)
Deprecated.
|
deserialize, isMutation
public void addTo(SMREntry entry)
public void mergeInto(MultiSMREntry other)
public void serialize(io.netty.buffer.ByteBuf b)
LogEntry
serialize
in interface ICorfuSerializable
serialize
in class LogEntry
b
- The buffer to serialize into.public void setEntry(ILogData entry)
public List<SMREntry> getSMRUpdates(UUID id)
getSMRUpdates
in interface ISMRConsumable
Copyright © 2019 CorfuDB. All rights reserved.