Uses of Interface
com.tangosol.util.MapTrigger
Package
Description
The Coherence gRPC server implementation.
Contains various generic utilities.
Contains concrete
Filter
implementations and related interfaces.-
Uses of MapTrigger in com.oracle.coherence.grpc.proxy
Modifier and TypeMethodDescriptionprotected void
MapListenerProxy.onFilterRequest
(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<Binary, Binary> trigger) Invoked whenMapListenerRequest.RequestType
isKEY
.protected void
MapListenerProxy.onKeyRequest
(com.oracle.coherence.grpc.MapListenerRequest request, MapTrigger<?, ?> trigger) Invoked whenMapListenerRequest.RequestType
isKEY
. -
Uses of MapTrigger in com.tangosol.util
Modifier and TypeMethodDescriptionMapTriggerListener.getTrigger()
Obtain the MapTrigger agent represented by this TriggerListener.ModifierConstructorDescriptionMapTriggerListener
(MapTrigger trigger) Construct a MapTriggerListener that can be used to register the specified MapTrigger. -
Uses of MapTrigger in com.tangosol.util.filter
Modifier and TypeClassDescriptionclass
A generic Filter-based MapTrigger implementation.