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

com.stratio.crossdata.server.actors.ServerActor Maven / Gradle / Ivy

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  class ServerActor implements akka.actor.Actor, com.stratio.crossdata.server.config.ServerConfig {
  static public  akka.actor.Props props (com.stratio.crossdata.core.engine.Engine engine, akka.cluster.Cluster cluster) { throw new RuntimeException(); }
  public   ServerActor (com.stratio.crossdata.core.engine.Engine engine, akka.cluster.Cluster cluster) { throw new RuntimeException(); }
  public  org.apache.log4j.Logger logger () { throw new RuntimeException(); }
  public  java.util.Random random () { throw new RuntimeException(); }
  public  java.lang.String hostname () { throw new RuntimeException(); }
  public  akka.routing.DefaultResizer resizer () { throw new RuntimeException(); }
  public  akka.actor.ActorRef loadWatcherActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef connectorManagerActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef coordinatorActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef plannerActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef validatorActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef parserActorRef () { throw new RuntimeException(); }
  public  akka.actor.ActorRef APIActorRef () { throw new RuntimeException(); }
  public  akka.actor.OneForOneStrategy supervisorStrategy () { throw new RuntimeException(); }
  public  scala.PartialFunction receive () { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy