Class MapSpore<K,​V>

java.lang.Object
org.nustaq.kontraktor.Spore<Record,​V>
org.nustaq.reallive.server.MapSpore<K,​V>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class MapSpore<K,​V>
extends org.nustaq.kontraktor.Spore<Record,​V>
Created by ruedi on 06.03.17. should be option of filterspore, but cannot because of fixed types ..
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class org.nustaq.kontraktor.Spore

    cb, finished
  • Constructor Summary

    Constructors 
    Constructor Description
    MapSpore​(RLPredicate<Record> filter, RLFunction<Record,​V> mapFun)  
  • Method Summary

    Modifier and Type Method Description
    void remote​(Record input)  

    Methods inherited from class org.nustaq.kontraktor.Spore

    clone, complete, finish, isFinished, onFinish, setExpectedFinishCount, setForEach, stream, streamError

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait