Package org.nustaq.reallive.client
Class SubscribedSet
java.lang.Object
org.nustaq.reallive.client.SubscribedSet
Created by ruedi on 22/08/15.
Synchronized local replication of a subscriütion
-
Constructor Summary
ConstructorsConstructorDescriptionSubscribedSet(RealLiveTable source) SubscribedSet(RealLiveTable source, boolean usConc) -
Method Summary
Modifier and TypeMethodDescriptioncloneMap()getMap()should be used only if this is a HeapRecordStorage, accessed single threaded or this has been initialized using a concurrent mapvoidsubscribe(RLPredicate<Record> filter) void
-
Constructor Details
-
SubscribedSet
-
SubscribedSet
-
-
Method Details
-
subscribe
-
unsubscribe
public void unsubscribe() -
get
-
cloneMap
-
getMap
should be used only if this is a HeapRecordStorage, accessed single threaded or this has been initialized using a concurrent map- Returns:
-