public class RemovedEventImpl<K> extends AbstractClientEvent implements ClientCacheEntryRemovedEvent<K>
ClientEvent.Type| Constructor and Description |
|---|
RemovedEventImpl(byte[] listenerId,
K key,
boolean retried) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Created cache entry's key.
|
ClientEvent.Type |
getType() |
boolean |
isCommandRetried()
This will be true if the write command that caused this had to be retried
again due to a topology change.
|
String |
toString() |
getListenerIdpublic RemovedEventImpl(byte[] listenerId,
K key,
boolean retried)
public K getKey()
ClientCacheEntryRemovedEventgetKey in interface ClientCacheEntryRemovedEvent<K>public boolean isCommandRetried()
ClientCacheEntryRemovedEventisCommandRetried in interface ClientCacheEntryRemovedEvent<K>public ClientEvent.Type getType()
getType in interface ClientEventCopyright © 2022 JBoss by Red Hat. All rights reserved.