Uses of Interface
com.tangosol.util.MapEventTransformer
Packages that use MapEventTransformer
Package
Description
Coherence CDI provides support for CDI (Contexts and Dependency Injection)
 within Coherence cluster members.
Support for adapting Coherence interceptors to standard CDI events.
Contains various generic utilities.
Contains concrete 
Filter implementations and related interfaces.Contains concrete 
MapEventTransformer
 implementations.- 
Uses of MapEventTransformer in com.oracle.coherence.cdi
Methods in com.oracle.coherence.cdi that return MapEventTransformerModifier and TypeMethodDescriptionCreate aMapEventTransformerinstance.<K,V, U> MapEventTransformer <K, V, U> MapEventTransformerProducer.getTransformer(jakarta.enterprise.inject.spi.InjectionPoint ip) ProducesMapEventTransformerbased on injection point metadata.<K,V, U> MapEventTransformer <K, V, U> MapEventTransformerProducer.resolve(Set<Annotation> annotations)  - 
Uses of MapEventTransformer in com.oracle.coherence.cdi.events
Methods in com.oracle.coherence.cdi.events that return MapEventTransformerModifier and TypeMethodDescriptionAnnotatedMapListener.getTransformer()Obtain theMapEventTransformerthat should be used when registering this listener.<K,V, U> MapEventTransformer <K, V, U> AnnotatedMapListener.MapEventTransformerProducer.resolve(Set<Annotation> annotations) Produce aMapEventTransformerinstance from a set of annotations. - 
Uses of MapEventTransformer in com.tangosol.util
Methods in com.tangosol.util that return MapEventTransformerModifier and TypeMethodDescriptiondefault <T> MapEventTransformer<K, V, T> MapEventTransformer.andThen(MapEventTransformer<K, U, T> after) Returns a composedMapEventTransformerthat performs, in sequence, this transformation followed by theaftertransformation.Methods in com.tangosol.util with parameters of type MapEventTransformerModifier and TypeMethodDescriptiondefault <T> MapEventTransformer<K, V, T> MapEventTransformer.andThen(MapEventTransformer<K, U, T> after) Returns a composedMapEventTransformerthat performs, in sequence, this transformation followed by theaftertransformation. - 
Uses of MapEventTransformer in com.tangosol.util.filter
Classes in com.tangosol.util.filter that implement MapEventTransformerModifier and TypeClassDescriptionclassMapEventTransformerFilter is a generic multiplexing wrapper that combines two implementations: a Filter (most commonly aMapEventFilter) and a MapEventTransformer and is used to register event listeners that allow to change the content of a MapEvent.Constructors in com.tangosol.util.filter with parameters of type MapEventTransformerModifierConstructorDescriptionMapEventTransformerFilter(Filter<T> filter, MapEventTransformer transformer) Construct a MapEventTransformerFilter based on the specified Filter and MapEventTransformer. - 
Uses of MapEventTransformer in com.tangosol.util.transformer
Classes in com.tangosol.util.transformer that implement MapEventTransformerModifier and TypeClassDescriptionclassExtractorEventTransformer<K,V, E> ExtractorEventTransformer is a special purposeMapEventTransformerimplementation that transforms emitted events, extracting one or more properties from either the OldValue or the NewValue.classAMapEventTransformerimplementation which will send at most one event per storage member per sampling interval, in order to throttle down the number of events received by the slow consumer.classSemiLiteEventTransformer is a special purpose MapEventTransformer implementation that removes an OldValue from the MapEvent object for the purpose of reducing the amount of data that has to be sent over the network to event consumers.