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

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

There is a newer version: 0.5.1
Show newest version
package com.stratio.crossdata.server.actors;
public  class ConnectorManagerActor implements akka.actor.Actor, akka.actor.ActorLogging {
  static public  akka.actor.Props props (akka.cluster.Cluster cluster) { throw new RuntimeException(); }
  public   ConnectorManagerActor (akka.cluster.Cluster cluster) { throw new RuntimeException(); }
  public  org.apache.log4j.Logger logger () { throw new RuntimeException(); }
  public  akka.actor.ActorSelection coordinatorActorRef () { throw new RuntimeException(); }
  public  void preStart () { throw new RuntimeException(); }
  public  void postStop () { throw new RuntimeException(); }
  public  scala.PartialFunction receive () { throw new RuntimeException(); }
  public  void persistDatastoreManifest (com.stratio.crossdata.common.manifest.CrossdataManifest dataStoreManifest) { throw new RuntimeException(); }
  public  void persistConnectorManifest (com.stratio.crossdata.common.manifest.CrossdataManifest connectorManifest) { throw new RuntimeException(); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy