
com.stratio.crossdata.connectors.ConnectorActor Maven / Gradle / Ivy
package com.stratio.crossdata.connectors;
public class ConnectorActor implements akka.actor.Actor, akka.actor.ActorLogging, com.stratio.crossdata.connectors.config.ConnectConfig {
static public class RestartConnector implements scala.Product, scala.Serializable {
public RestartConnector () { throw new RuntimeException(); }
}
// no position
static public class RestartConnector$ extends scala.runtime.AbstractFunction0 implements scala.Serializable {
/**
* Static reference to the singleton instance of this Scala object.
*/
public static final RestartConnector$ MODULE$ = null;
public RestartConnector$ () { throw new RuntimeException(); }
}
static public akka.actor.Props props (com.stratio.crossdata.connectors.ConnectorApp connectorApp, com.stratio.crossdata.common.connector.IConnector connector) { throw new RuntimeException(); }
static public int ConnectorRestartTimeout () { throw new RuntimeException(); }
public ConnectorActor (com.stratio.crossdata.connectors.ConnectorApp connectorApp, com.stratio.crossdata.common.connector.IConnector connector) { throw new RuntimeException(); }
public org.apache.log4j.Logger logger () { throw new RuntimeException(); }
public scala.collection.mutable.Set connectedServers () { throw new RuntimeException(); }
public scala.concurrent.ExecutionContextExecutor executionContext () { throw new RuntimeException(); }
public akka.agent.Agent> metadataMapAgent () { throw new RuntimeException(); }
public akka.agent.Agent> runningJobsAgent () { throw new RuntimeException(); }
public akka.routing.DefaultResizer resizer () { throw new RuntimeException(); }
public akka.actor.ActorRef connectorWorkerRef () { throw new RuntimeException(); }
public akka.actor.ActorRef coordinatorActorRef () { throw new RuntimeException(); }
public scala.Option metricName () { throw new RuntimeException(); }
public akka.cluster.Cluster cluster () { throw new RuntimeException(); }
public void preStart () { throw new RuntimeException(); }
public void postStop () { throw new RuntimeException(); }
public void postRestart (java.lang.Throwable reason) { throw new RuntimeException(); }
public scala.PartialFunction receive () { throw new RuntimeException(); }
public scala.PartialFunction normalState () { throw new RuntimeException(); }
private void restartConnector () { throw new RuntimeException(); }
private void stopConnector () { throw new RuntimeException(); }
public void shutdown () { throw new RuntimeException(); }
public scala.PartialFunction restarting () { throw new RuntimeException(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy