public static interface VanillaEngineReplication.RemoteNodeReplicationState extends net.openhft.lang.model.Copyable<VanillaEngineReplication.RemoteNodeReplicationState>, net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
long |
getLastBootstrapTimestamp() |
long |
getLastModificationTime() |
long |
getNextBootstrapTimestamp() |
default void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
setLastBootstrapTimestamp(long lastBootstrapTimestamp) |
void |
setLastModificationTime(long lastModificationTime) |
void |
setNextBootstrapTimestamp(long nextBootstrapTimestamp) |
default void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
long getNextBootstrapTimestamp()
void setNextBootstrapTimestamp(long nextBootstrapTimestamp)
long getLastBootstrapTimestamp()
void setLastBootstrapTimestamp(long lastBootstrapTimestamp)
long getLastModificationTime()
void setLastModificationTime(long lastModificationTime)
default void readMarshallable(net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptiondefault void writeMarshallable(net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallableCopyright © 2015. All rights reserved.