- java.lang.Object
-
- swim.streamlet.AbstractMapInletOutlet<K,V,I,O>
-
- swim.streamlet.combinator.ReduceFieldsOperator<K,V,I,O>
-
- All Implemented Interfaces:
Inlet<I>,MapInlet<K,V,I>,MapInletOutlet<K,V,I,O>,Outlet<O>
- Direct Known Subclasses:
ReduceFieldsCombinator
public abstract class ReduceFieldsOperator<K,V,I,O> extends AbstractMapInletOutlet<K,V,I,O>
-
-
Constructor Summary
Constructors Constructor Description ReduceFieldsOperator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Oaccumulate(O result, V value)abstract Ocombine(O result, O value)Oget()Returns the current state of thisOutlet.abstract Oidentity()protected voidonRecohereOutputKey(K key, KeyEffect effect, int version)-
Methods inherited from class swim.streamlet.AbstractMapInletOutlet
bindInput, bindInput, bindOutput, decohere, decohereInput, decohereOutput, decohereOutputKey, didDecohere, didDecohereOutputKey, didRecohere, didRecohereOutputKey, disconnectInputs, disconnectOutputs, input, onDecohere, onDecohereOutputKey, onRecohere, outputIterator, recohere, recohereInput, recohereOutput, recohereOutputKey, unbindInput, unbindOutput, unbindOutputs, willDecohere, willDecohereOutputKey, willRecohere, willRecohereOutputKey
-
-
-
-
Method Detail
-
get
public O get()
Description copied from interface:OutletReturns the current state of thisOutlet.
-
onRecohereOutputKey
protected void onRecohereOutputKey(K key, KeyEffect effect, int version)
- Overrides:
onRecohereOutputKeyin classAbstractMapInletOutlet<K,V,I,O>
-
identity
public abstract O identity()
-
-