public class AngelaOrchestratorRule extends ExtendedTestRule
| Constructor and Description |
|---|
AngelaOrchestratorRule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
after(org.junit.runner.Description description) |
protected void |
before(org.junit.runner.Description description) |
AngelaOrchestrator |
getAngelaOrchestrator() |
Executor |
getExecutor() |
PortAllocator |
getPortAllocator() |
AngelaOrchestratorRule |
igniteFree() |
AngelaOrchestratorRule |
igniteLocal() |
AngelaOrchestratorRule |
igniteRemote() |
AngelaOrchestratorRule |
igniteRemote(Consumer<IgniteSshRemoteExecutor> configurator) |
AngelaOrchestratorRule |
local()
Deprecated.
Use
igniteFree() instead |
ClusterFactory |
newClusterFactory(String idPrefix,
ConfigurationContext configurationContext) |
AngelaOrchestratorRule |
withPortAllocator(PortAllocator portAllocator) |
apply@Deprecated public AngelaOrchestratorRule local()
igniteFree() insteadpublic AngelaOrchestratorRule withPortAllocator(PortAllocator portAllocator)
public AngelaOrchestratorRule igniteRemote()
public AngelaOrchestratorRule igniteRemote(Consumer<IgniteSshRemoteExecutor> configurator)
public AngelaOrchestratorRule igniteLocal()
public AngelaOrchestratorRule igniteFree()
public AngelaOrchestrator getAngelaOrchestrator()
protected void before(org.junit.runner.Description description)
before in class ExtendedTestRulepublic Executor getExecutor()
public PortAllocator getPortAllocator()
public ClusterFactory newClusterFactory(String idPrefix, ConfigurationContext configurationContext)
protected void after(org.junit.runner.Description description)
after in class ExtendedTestRuleCopyright © 2024. All rights reserved.