public static interface EngineReplication.ReplicationEntry
extends net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
long |
bootStrapTimeStamp() |
void |
bootStrapTimeStamp(long bootStrapTimeStamp) |
byte |
identifier() |
void |
identifier(byte identifier) |
boolean |
isDeleted() |
void |
isDeleted(boolean isDeleted) |
net.openhft.chronicle.bytes.BytesStore |
key() |
void |
key(net.openhft.chronicle.bytes.BytesStore key) |
default void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
long |
timestamp() |
void |
timestamp(long timestamp) |
net.openhft.chronicle.bytes.BytesStore |
value() |
void |
value(net.openhft.chronicle.bytes.BytesStore key) |
default void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
net.openhft.chronicle.bytes.BytesStore key()
net.openhft.chronicle.bytes.BytesStore value()
long timestamp()
byte identifier()
boolean isDeleted()
long bootStrapTimeStamp()
void key(net.openhft.chronicle.bytes.BytesStore key)
void value(net.openhft.chronicle.bytes.BytesStore key)
void timestamp(long timestamp)
void identifier(byte identifier)
void isDeleted(boolean isDeleted)
void bootStrapTimeStamp(long bootStrapTimeStamp)
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.