K - type of key created.public interface ClientCacheEntryModifiedEvent<K> extends ClientEvent
RemoteCache.replaceWithVersion(Object, Object, long)
or RemoteCache.removeWithVersion(Object, long)ClientEvent.Type| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Modifiedcache entry's key.
|
long |
getVersion()
Provides access to the version of the modified cache entry.
|
boolean |
isCommandRetried()
This will be true if the write command that caused this had to be retried
again due to a topology change.
|
getTypeK getKey()
long getVersion()
RemoteCache.replaceWithVersion(Object, Object, long)
or RemoteCache.removeWithVersion(Object, long)boolean isCommandRetried()
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.