com.gemstone.gemfire.cache.util
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:
- 7.0
| Methods inherited from interface com.gemstone.gemfire.cache.EntryEvent |
getKey, getNewValue, getOldValue, getSerializedNewValue, getSerializedOldValue, getTransactionId, hasClientOrigin, isBridgeEvent, isLoad, isLocalLoad, isNetLoad, isNetSearch, isOldValueAvailable |
getNewDistributedSystemID
int getNewDistributedSystemID()
getOldDistributedSystemID
int getOldDistributedSystemID()
getNewTimestamp
long getNewTimestamp()
getOldTimestamp
long getOldTimestamp()
Copyright © 1997-2012 VMware, Inc. All rights reserved.