Class SingleProcessRLCluster

java.lang.Object
org.nustaq.kontraktor.services.rlserver.SingleProcessRLCluster

public class SingleProcessRLCluster
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static com.mongodb.reactivestreams.client.MongoClient mongo  
    static com.mongodb.reactivestreams.client.MongoDatabase mongoDB  
  • Constructor Summary

    Constructors 
    Constructor Description
    SingleProcessRLCluster()  
  • Method Summary

    Modifier and Type Method Description
    protected static org.nustaq.reallive.api.RecordStorage createOrConnectMongoDBStorage​(org.nustaq.reallive.api.TableDescription desc, SimpleRLConfig scfg)  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • mongo

      public static com.mongodb.reactivestreams.client.MongoClient mongo
    • mongoDB

      public static com.mongodb.reactivestreams.client.MongoDatabase mongoDB
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args) throws java.lang.InterruptedException
      Throws:
      java.lang.InterruptedException
    • createOrConnectMongoDBStorage

      protected static org.nustaq.reallive.api.RecordStorage createOrConnectMongoDBStorage​(org.nustaq.reallive.api.TableDescription desc, SimpleRLConfig scfg)