All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stratio.crossdata.server.CrossdataServer Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server;
public  class CrossdataServer implements org.apache.commons.daemon.Daemon, com.stratio.crossdata.server.config.ServerConfig {
  public   CrossdataServer () { throw new RuntimeException(); }
  public  org.apache.log4j.Logger logger () { throw new RuntimeException(); }
  public  com.stratio.crossdata.core.engine.Engine engine () { throw new RuntimeException(); }
  public  akka.actor.ActorSystem system () { throw new RuntimeException(); }
  public  akka.cluster.Cluster cluster () { throw new RuntimeException(); }
  public  void destroy () { throw new RuntimeException(); }
  public  void stop () { throw new RuntimeException(); }
  public  void start () { throw new RuntimeException(); }
  public  void init (org.apache.commons.daemon.DaemonContext p1) { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy