| Package | Description |
|---|---|
| org.apache.slider.providers.agent | |
| org.apache.slider.providers.agent.application.metadata |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AgentProviderService.addInstallCommand(String componentName,
String containerId,
HeartBeatResponse response,
String scriptPath,
ComponentCommand compCmd,
long timeout,
String pkg)
Add install command to the heartbeat response
|
protected void |
AgentProviderService.addInstallDockerCommand(String componentName,
String containerId,
HeartBeatResponse response,
ComponentCommand compCmd,
long timeout) |
protected void |
AgentProviderService.addStartCommand(String componentName,
String containerId,
HeartBeatResponse response,
String scriptPath,
ComponentCommand startCommand,
ComponentCommand stopCommand,
long timeout,
boolean isMarkedAutoRestart) |
protected void |
AgentProviderService.addStartDockerCommand(String componentName,
String containerId,
HeartBeatResponse response,
ComponentCommand startCommand,
long timeout,
boolean isMarkedAutoRestart) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ComponentCommand> |
AbstractComponent.commands |
| Modifier and Type | Method and Description |
|---|---|
static ComponentCommand |
ComponentCommand.getDefaultComponentCommand() |
static ComponentCommand |
ComponentCommand.getDefaultComponentCommand(String commandName) |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentCommand> |
AbstractComponent.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.setCommands(List<ComponentCommand> commands) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.