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

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

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  class PlannerActor implements akka.actor.Actor, com.stratio.crossdata.server.actors.TimeTracker {
  static public  akka.actor.Props props (akka.actor.ActorRef executor, com.stratio.crossdata.core.planner.Planner planner) { throw new RuntimeException(); }
  public   PlannerActor (akka.actor.ActorRef coordinator, com.stratio.crossdata.core.planner.Planner planner) { throw new RuntimeException(); }
  public  java.lang.String timerName () { throw new RuntimeException(); }
  public  org.apache.log4j.Logger log () { throw new RuntimeException(); }
  public  scala.PartialFunction receive () { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy