public static interface EngineReplicationLangBytes.EngineEntryCallback
boolean onEntry(@NotNull
Bytes key,
@Nullable
Bytes value,
long timestamp,
byte identifier,
boolean isDeleted,
long bootStrapTimeStamp)
key - the key on the entryvalue - the value of the entry, will be null if the entry isDeleted == trueisDeleted - true if remove is called otherwise falsebootStrapTimeStamp - sent to the client on every update this is the timestamp that
the remote client should bootstrap from when there has been a
disconnection, this time maybe later than the message time as
event are not send in chronological order from the bit set.false if this entry should be ignored because the identifier of the
source node is not from one of our changes, WARNING even though we check the identifier
in the ModificationIterator the entry may have been updated.Copyright © 2015. All rights reserved.