Class FilterSpore

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

public class FilterSpore
extends org.nustaq.kontraktor.Spore<Record,​Record>
Created by ruedi on 13/08/15.
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.ThreadLocal<PatchingRecord> rec  

    Fields inherited from class org.nustaq.kontraktor.Spore

    cb, finished
  • Constructor Summary

    Constructors 
    Constructor Description
    FilterSpore​(RLPredicate<Record> filter)  
  • Method Summary

    Modifier and Type Method Description
    void _setFilter​(RLPredicate<Record> f)  
    RLPredicate<Record> getFilter()  
    FilterSpore modifiesResult​(boolean modifiesResult)  
    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