public static interface EngineReplication.ReplicationEntry
extends net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
long |
bootStrapTimeStamp() |
default void |
bootStrapTimeStamp(long bootStrapTimeStamp) |
byte |
identifier() |
default void |
identifier(byte identifier) |
boolean |
isDeleted() |
default void |
isDeleted(boolean isDeleted) |
net.openhft.chronicle.bytes.BytesStore |
key() |
default void |
key(net.openhft.chronicle.bytes.BytesStore key) |
default void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
byte |
remoteIdentifier() |
long |
timestamp() |
default void |
timestamp(long timestamp) |
net.openhft.chronicle.bytes.BytesStore |
value() |
default 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()
byte remoteIdentifier()
boolean isDeleted()
long bootStrapTimeStamp()
default void key(net.openhft.chronicle.bytes.BytesStore key)
default void value(net.openhft.chronicle.bytes.BytesStore key)
default void timestamp(long timestamp)
default void identifier(byte identifier)
default void isDeleted(boolean isDeleted)
default void bootStrapTimeStamp(long bootStrapTimeStamp)
default void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptiondefault void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallableCopyright © 2015. All rights reserved.