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.
|
getType
K getKey()
long getVersion()
RemoteCache.replaceWithVersion(Object, Object, long)
or RemoteCache.removeWithVersion(Object, long)
boolean isCommandRetried()
Copyright © 2021 JBoss by Red Hat. All rights reserved.