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 Orchestratorpublic boolean isBidder()
isBidder in interface Orchestratorpublic String getNodeId()
getNodeId in interface Orchestratorpublic String getDeployType()
getDeployType in interface Orchestratorpublic String getRegion()
getRegion in interface Orchestrator