|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GatewayEvent
Interface GatewayEvent represents Cache events
delivered to Gateways.
| Method Summary | |
|---|---|
Object |
getCallbackArgument()
Returns the callbackArgument associated with this event. |
long |
getCreationTime()
Returns the creation timestamp in milliseconds. |
Object |
getDeserializedValue()
Returns the deserialized value associated with this event. |
Object |
getKey()
Returns the key associated with this event. |
Operation |
getOperation()
Returns the Operation that triggered this event. |
boolean |
getPossibleDuplicate()
Returns whether this event is a possible duplicate. |
Region<?,?> |
getRegion()
Returns the Region associated with this GatewayEvent. |
byte[] |
getSerializedValue()
Returns the serialized form of the value associated with this event. |
void |
setPossibleDuplicate(boolean possibleDuplicate)
Sets whether this event is a possible duplicate. |
| Method Detail |
|---|
Region<?,?> getRegion()
Region associated with this GatewayEvent.
Region associated with this GatewayEventOperation getOperation()
Operation that triggered this event.
Operation that triggered this eventObject getCallbackArgument()
Object getKey()
Object getDeserializedValue()
byte[] getSerializedValue()
void setPossibleDuplicate(boolean possibleDuplicate)
possibleDuplicate - whether this event is a possible duplicateboolean getPossibleDuplicate()
long getCreationTime()
|
GemFire 7.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||