|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EntryOperation<K,V>
Gemfire Context passed to PartitionedResolver to compute the
data location
PartitionResolver| Method Summary | |
|---|---|
Object |
getCallbackArgument()
Returns the callbackArgument passed to the method that generated this event. |
K |
getKey()
Returns the key. |
V |
getNewValue()
Return the new value of this operation. |
Operation |
getOperation()
Return a description of the operation that triggered this event. |
Region<K,V> |
getRegion()
Returns the region to which this cached object belongs or the region that raised this event for RegionEvents. |
boolean |
isCallbackArgumentAvailable()
Returns true if the callback argument is "available". |
| Method Detail |
|---|
Region<K,V> getRegion()
RegionEvents.
Operation getOperation()
K getKey()
Object getCallbackArgument()
Region interface methods that take a
callbackArgument parameter.
null
is returned if the callback argument is not propagated to the event.
This happens for events given to TransactionListener
and to CacheListener on the remote side of a transaction commit.boolean isCallbackArgumentAvailable()
true if the callback argument is "available".
Not available means that the callback argument may have existed but it could
not be obtained.
Note that getCallbackArgument() will return null
when this method returns false.
V getNewValue()
|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||