Class SubscribedSet

java.lang.Object
org.nustaq.reallive.client.SubscribedSet

public class SubscribedSet
extends java.lang.Object
Created by ruedi on 22/08/15. Synchronized local replication of a subscriütion
  • Constructor Summary

    Constructors 
    Constructor Description
    SubscribedSet​(RealLiveTable source)  
    SubscribedSet​(RealLiveTable source, boolean usConc)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.Object,​Record> cloneMap()  
    Record get​(java.lang.String key)  
    java.util.Map<java.lang.Object,​Record> getMap()
    should be used only if this is a HeapRecordStorage, accessed single threaded or this has been initialized using a concurrent map
    void subscribe​(RLPredicate<Record> filter)  
    void unsubscribe()  

    Methods inherited from class java.lang.Object

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