Interface TimestampedEntryEvent

All Superinterfaces:
CacheEvent, EntryEvent

public interface TimestampedEntryEvent extends EntryEvent
TimestampedEntryEvent is an EntryEvent that has additional information provided to GatewayConflictResolver plugins. It holds the low 4 bytes of the millisecond clock value from the point of origin of the event and the distributed system ID of the system that caused the change. It also has this information for the previous change to the entry.
Since:
GemFire 7.0
  • Method Details

    • getNewDistributedSystemID

      int getNewDistributedSystemID()
    • getOldDistributedSystemID

      int getOldDistributedSystemID()
    • getNewTimestamp

      long getNewTimestamp()
    • getOldTimestamp

      long getOldTimestamp()