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 Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the callbackArgument associated with this event.
    long
    Deprecated.
    Returns the creation timestamp in milliseconds.
    Deprecated.
    Returns the deserialized value associated with this event.
    Deprecated.
    Returns the key associated with this event.
    Deprecated.
    Returns the Operation that triggered this event.
    boolean
    Deprecated.
    Returns whether this event is a possible duplicate.
    Region<?,?>
    Deprecated.
    Returns the Region associated with this GatewayEvent.
    byte[]
    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.
  • Method Details

    • 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

      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