Class ScriptAggregator<K,V,P,R>

java.lang.Object
com.tangosol.util.AbstractScript
com.tangosol.util.aggregator.ScriptAggregator<K,V,P,R>
Type Parameters:
K - the type of the Map entry keys
V - the type of the Map entry values
P - the type of the partial result
R - the type of the final result
All Implemented Interfaces:
ExternalizableLite, PortableObject, SerializationSupport, InvocableMap.EntryAggregator<K,V,R>, InvocableMap.StreamingAggregator<K,V,P,R>, Serializable

public class ScriptAggregator<K,V,P,R> extends AbstractScript implements InvocableMap.StreamingAggregator<K,V,P,R>, SerializationSupport
ScriptAggregator is a InvocableMap.StreamingAggregator that wraps a script written in one of the languages supported by Graal VM.
Since:
14.1.1.0
Author:
mk 2019.09.24
See Also: