Constructor and Description |
---|
LogEntry(HGHandle handle,
HyperGraph logDb,
Timestamp timestamp) |
LogEntry(java.lang.Object value,
HyperGraph logDb,
HGPersistentHandle handle,
StorageService.Operation operation) |
LogEntry(java.lang.Object value,
HyperGraph logDb,
StorageService.Operation operation) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LogEntry value) |
StorageGraph |
getData() |
HGPersistentHandle |
getHandle() |
Timestamp |
getLastTimestamp(HGPeerIdentity targetId) |
HGPersistentHandle |
getLogEntryHandle() |
StorageService.Operation |
getOperation() |
Timestamp |
getTimestamp() |
void |
setData(StorageGraph data) |
void |
setHandle(HGPersistentHandle handle) |
void |
setLastTimestamp(HGPeerIdentity targetId,
Timestamp timestamp) |
void |
setLogEntryHandle(HGPersistentHandle logEntryHandle) |
void |
setOperation(StorageService.Operation operation) |
void |
setTimestamp(Timestamp timestamp) |
public LogEntry(java.lang.Object value, HyperGraph logDb, StorageService.Operation operation)
public LogEntry(java.lang.Object value, HyperGraph logDb, HGPersistentHandle handle, StorageService.Operation operation)
public LogEntry(HGHandle handle, HyperGraph logDb, Timestamp timestamp)
public StorageGraph getData()
public void setData(StorageGraph data)
public HGPersistentHandle getLogEntryHandle()
public void setLogEntryHandle(HGPersistentHandle logEntryHandle)
public void setTimestamp(Timestamp timestamp)
public Timestamp getTimestamp()
public void setLastTimestamp(HGPeerIdentity targetId, Timestamp timestamp)
public Timestamp getLastTimestamp(HGPeerIdentity targetId)
public StorageService.Operation getOperation()
public void setOperation(StorageService.Operation operation)
public HGPersistentHandle getHandle()
public void setHandle(HGPersistentHandle handle)