Package org.nustaq.reallive.server
Class 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 -
Constructor Summary
Constructors Constructor Description FilterSpore(RLPredicate<Record> filter) -
Method Summary
Modifier and Type Method Description void_setFilter(RLPredicate<Record> f)FilterSporefilter(RLPredicate<Record> filter)RLPredicate<Record>getFilter()FilterSporemodifiesResult(boolean modifiesResult)FilterSporerec(java.lang.ThreadLocal<PatchingRecord> rec)voidremote(Record input)
-
Field Details
-
Constructor Details
-
Method Details