Uses of Interface
com.tangosol.coherence.federation.ChangeRecord.Entry
-
Packages that use ChangeRecord.Entry Package Description com.tangosol.coherence.federation Contains Federation conflict resolution interfaces. -
-
Uses of ChangeRecord.Entry in com.tangosol.coherence.federation
Methods in com.tangosol.coherence.federation that return ChangeRecord.Entry Modifier and Type Method Description ChangeRecord.Entry<K,V>
ChangeRecord. getLocalEntry()
Obtains a representation ofChangeRecord.Entry
as it appears in the local participant.ChangeRecord.Entry<K,V>
ChangeRecord. getModifiedEntry()
Obtain a representation of the modifiedChangeRecord.Entry
.ChangeRecord.Entry<K,V>
ChangeRecord. getOriginalEntry()
Obtain a representation of theChangeRecord.Entry
prior to any changes occurring.
-