|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GatewayQueueEvent<K,V>
Represents Cache events going through
GatewaySenders.
| Method Summary | |
|---|---|
Object |
getCallbackArgument()
Returns the callbackArgument associated with this event. |
V |
getDeserializedValue()
Returns the deserialized value associated with this event. |
K |
getKey()
Returns the key associated with this event. |
Operation |
getOperation()
Returns the Operation that triggered this event. |
Region<K,V> |
getRegion()
Returns the Region associated with this AsyncEvent |
byte[] |
getSerializedValue()
Returns the serialized form of the value associated with this event. |
| Method Detail |
|---|
Region<K,V> getRegion()
Region associated with this AsyncEvent
Region associated with this AsyncEventOperation getOperation()
Operation that triggered this event.
Operation that triggered this eventObject getCallbackArgument()
K getKey()
V getDeserializedValue()
byte[] getSerializedValue()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||