Uses of Interface
org.terracotta.angela.agent.com.Executor
-
Packages that use Executor Package Description org.terracotta.angela.agent.com -
-
Uses of Executor in org.terracotta.angela.agent.com
Classes in org.terracotta.angela.agent.com that implement Executor Modifier and Type Class Description classIgniteFreeExecutorExecutor which is not using Ignite and directly execute closuresclassIgniteLocalExecutorExecutor which is using only one local ignite instance, plus eventually one per client jobclassIgniteSshRemoteExecutorExecutor which will deploy an Ignite agent remotely for all specified non-local hostsMethods in org.terracotta.angela.agent.com that return Executor Modifier and Type Method Description ExecutorAgentExecutor. getExecutor()Constructors in org.terracotta.angela.agent.com with parameters of type Executor Constructor Description AgentExecutor(Executor executor, AgentID agentID)
-