GatewayQueueEvent
instead@Deprecated public interface GatewayEvent
GatewayEvent
represents Cache
events delivered to
Gateway
s.Modifier and Type | Method and Description |
---|---|
Object |
getCallbackArgument()
Deprecated.
Returns the callbackArgument associated with this event.
|
long |
getCreationTime()
Deprecated.
Returns the creation timestamp in milliseconds.
|
Object |
getDeserializedValue()
Deprecated.
Returns the deserialized value associated with this event.
|
Object |
getKey()
Deprecated.
Returns the key associated with this event.
|
Operation |
getOperation()
Deprecated.
Returns the
Operation that triggered this event. |
boolean |
getPossibleDuplicate()
Deprecated.
Returns whether this event is a possible duplicate.
|
Region<?,?> |
getRegion()
Deprecated.
Returns the
Region associated with this GatewayEvent . |
byte[] |
getSerializedValue()
Deprecated.
Returns the serialized form of the value associated with this event.
|
void |
setPossibleDuplicate(boolean possibleDuplicate)
Deprecated.
Sets whether this event is a possible duplicate.
|
Region<?,?> getRegion()
Region
associated with this GatewayEvent
.Region
associated with this GatewayEvent
Operation 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()