public final class LocalOrchestrator extends Object implements Orchestrator
Copyright © Enremmeta LLC 2015. All Rights Reserved.
Modifier and Type | Field and Description |
---|---|
private OrchestratorConfig |
config |
static String |
DEPLOY_TYPE |
private String |
nodeId |
Constructor and Description |
---|
LocalOrchestrator(OrchestratorConfig config) |
Modifier and Type | Method and Description |
---|---|
String |
getDeployType() |
String |
getNodeId() |
int |
getNumberOfPeers() |
String |
getRegion() |
boolean |
isBidder() |
private final OrchestratorConfig config
private final String nodeId
public static final String DEPLOY_TYPE
public LocalOrchestrator(OrchestratorConfig config)
public int getNumberOfPeers()
getNumberOfPeers
in interface Orchestrator
public boolean isBidder()
isBidder
in interface Orchestrator
public String getNodeId()
getNodeId
in interface Orchestrator
public String getDeployType()
getDeployType
in interface Orchestrator
public String getRegion()
getRegion
in interface Orchestrator