public static class CMap2EngineReplicator.VanillaReplicatedEntry extends Object implements EngineReplication.ReplicationEntry
| 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) |
long |
timestamp() |
void |
timestamp(long timestamp) |
net.openhft.chronicle.bytes.BytesStore |
value() |
void |
value(net.openhft.chronicle.bytes.BytesStore value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadMarshallable, writeMarshallablepublic net.openhft.chronicle.bytes.BytesStore key()
key in interface EngineReplication.ReplicationEntrypublic net.openhft.chronicle.bytes.BytesStore value()
value in interface EngineReplication.ReplicationEntrypublic long timestamp()
timestamp in interface EngineReplication.ReplicationEntrypublic byte identifier()
identifier in interface EngineReplication.ReplicationEntrypublic boolean isDeleted()
isDeleted in interface EngineReplication.ReplicationEntrypublic long bootStrapTimeStamp()
bootStrapTimeStamp in interface EngineReplication.ReplicationEntrypublic void key(net.openhft.chronicle.bytes.BytesStore key)
key in interface EngineReplication.ReplicationEntrypublic void value(net.openhft.chronicle.bytes.BytesStore value)
value in interface EngineReplication.ReplicationEntrypublic void timestamp(long timestamp)
timestamp in interface EngineReplication.ReplicationEntrypublic void identifier(byte identifier)
identifier in interface EngineReplication.ReplicationEntrypublic void isDeleted(boolean isDeleted)
isDeleted in interface EngineReplication.ReplicationEntrypublic void bootStrapTimeStamp(long bootStrapTimeStamp)
bootStrapTimeStamp in interface EngineReplication.ReplicationEntryCopyright © 2015. All rights reserved.