Uses of Class
com.tangosol.util.AbstractScript
Packages that use AbstractScript
Package
Description
Contains concrete
InvocableMap.EntryAggregator
implementations.Contains concrete
Filter
implementations and related interfaces.Contains concrete
InvocableMap.EntryProcessor
implementations.-
Uses of AbstractScript in com.tangosol.util.aggregator
Subclasses of AbstractScript in com.tangosol.util.aggregatorModifier and TypeClassDescriptionclass
ScriptAggregator<K,
V, P, R> ScriptAggregator is aInvocableMap.StreamingAggregator
that wraps a script written in one of the languages supported by Graal VM. -
Uses of AbstractScript in com.tangosol.util.filter
Subclasses of AbstractScript in com.tangosol.util.filterModifier and TypeClassDescriptionclass
ScriptFilter<V>
ScriptFilter is aFilter
that wraps a script written in one of the languages supported by Graal VM. -
Uses of AbstractScript in com.tangosol.util.processor
Subclasses of AbstractScript in com.tangosol.util.processorModifier and TypeClassDescriptionclass
ScriptProcessor<K,
V, R> ScriptProcessor is anInvocableMap.EntryProcessor
that wraps a script written in one of the languages supported by Graal VM.