Package org.apache.geode.cache.util
Interface GatewayEvent
Deprecated.
Interface
GatewayEvent represents Cache events delivered to
Gateways.- Since:
- GemFire 5.1
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the callbackArgument associated with this event.longDeprecated.Returns the creation timestamp in milliseconds.Deprecated.Returns the deserialized value associated with this event.getKey()Deprecated.Returns the key associated with this event.Deprecated.Returns theOperationthat triggered this event.booleanDeprecated.Returns whether this event is a possible duplicate.Region<?,?> Deprecated.Returns theRegionassociated with thisGatewayEvent.byte[]Deprecated.Returns the serialized form of the value associated with this event.voidsetPossibleDuplicate(boolean possibleDuplicate) Deprecated.Sets whether this event is a possible duplicate.
-
Method Details
-
getRegion
Region<?,?> getRegion()Deprecated.Returns theRegionassociated with thisGatewayEvent.- Returns:
- the
Regionassociated with thisGatewayEvent
-
getOperation
Operation getOperation()Deprecated.Returns theOperationthat triggered this event.- Returns:
- the
Operationthat triggered this event
-
getCallbackArgument
Object getCallbackArgument()Deprecated.Returns the callbackArgument associated with this event.- Returns:
- the callbackArgument associated with this event
-
getKey
Object getKey()Deprecated.Returns the key associated with this event.- Returns:
- the key associated with this event
-
getDeserializedValue
Object getDeserializedValue()Deprecated.Returns the deserialized value associated with this event.- Returns:
- the deserialized value associated with this event
-
getSerializedValue
byte[] getSerializedValue()Deprecated.Returns the serialized form of the value associated with this event.- Returns:
- the serialized form of the value associated with this event
-
setPossibleDuplicate
void setPossibleDuplicate(boolean possibleDuplicate) Deprecated.Sets whether this event is a possible duplicate.- Parameters:
possibleDuplicate- whether this event is a possible duplicate
-
getPossibleDuplicate
boolean getPossibleDuplicate()Deprecated.Returns whether this event is a possible duplicate.- Returns:
- whether this event is a possible duplicate
-
getCreationTime
long getCreationTime()Deprecated.Returns the creation timestamp in milliseconds.- Returns:
- the creation timestamp in milliseconds
- Since:
- GemFire 6.0
-
GatewayQueueEventinstead