public interface CacheEntryCreatedEvent<K,V> extends CacheEntryEvent<K,V>
CacheEntryCreated.Event.Type| Modifier and Type | Method and Description |
|---|---|
V |
getValue()
Retrieves the value of the entry being created.
|
boolean |
isCommandRetried()
This will be true if the write command that caused this had to be retried again due to a topology change.
|
getKey, getMetadata, isCurrentStategetGlobalTransaction, isOriginLocalV getValue()
getValue in interface CacheEntryEvent<K,V>Event.isPre() is true, or the value being created
if Event.isPre() is false.boolean isCommandRetried()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.