Package com.oracle.coherence.grpc.proxy
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.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFilterInfo(long lId, boolean fLite)Constructs a new FilterInfo instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetId()Return the filter identifier.booleanisLite()Returntrueif the filter was registered for lite events.
-