Class MapListenerProxy.FilterInfo

java.lang.Object
com.oracle.coherence.grpc.proxy.MapListenerProxy.FilterInfo
Enclosing class:
MapListenerProxy

protected static class MapListenerProxy.FilterInfo extends Object
A holder for filter information.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final boolean
    A flag indicating whether the filter was registered for lite events.
    protected final long
    The filter identifier.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    FilterInfo(long lId, boolean fLite)
    Constructs a new FilterInfo instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Return the filter identifier.
    boolean
    Return true if the filter was registered for lite events.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • f_lId

      protected final long f_lId
      The filter identifier.
    • f_fLite

      protected final boolean f_fLite
      A flag indicating whether the filter was registered for lite events.
  • Constructor Details

    • FilterInfo

      protected FilterInfo(long lId, boolean fLite)
      Constructs a new FilterInfo instance.
      Parameters:
      lId - the filter identifier
      fLite - flag indicating whether the filter was registered for lite events
  • Method Details

    • getId

      public long getId()
      Return the filter identifier.
      Returns:
      the filter identifier
    • isLite

      public boolean isLite()
      Return true if the filter was registered for lite events.
      Returns:
      true if the filter was registered for lite events