Interface GatewayEvent


  • @Deprecated
    public interface GatewayEvent
    Deprecated.
    as of GemFire 8.0. Use GatewayQueueEvent instead
    Interface GatewayEvent represents Cache events delivered to Gateways.
    Since:
    GemFire 5.1
    • Method Detail

      • getRegion

        Region<?,​?> getRegion()
        Deprecated.
        Returns the Region associated with this GatewayEvent.
        Returns:
        the Region associated with this GatewayEvent
      • getOperation

        Operation getOperation()
        Deprecated.
        Returns the Operation that triggered this event.
        Returns:
        the Operation that triggered this event
      • getCallbackArgument

        java.lang.Object getCallbackArgument()
        Deprecated.
        Returns the callbackArgument associated with this event.
        Returns:
        the callbackArgument associated with this event
      • getKey

        java.lang.Object getKey()
        Deprecated.
        Returns the key associated with this event.
        Returns:
        the key associated with this event
      • getDeserializedValue

        java.lang.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