| Package | Description |
|---|---|
| org.apache.slider.common.tools | |
| org.apache.slider.providers |
| Modifier and Type | Method and Description |
|---|---|
static ForkedProcessService |
SliderUtils.execCommand(String name,
int status,
long timeoutMillis,
org.slf4j.Logger logger,
String outputString,
String... commands)
Execute a command for a test operation
|
| Modifier and Type | Method and Description |
|---|---|
ForkedProcessService |
AbstractProviderService.buildProcess(String name,
Map<String,String> env,
List<String> commands) |
protected ForkedProcessService |
AbstractProviderService.getFPSFromParentService(ServiceParent serviceParent)
Given a parent service, find the one that is a forked process
|
protected ForkedProcessService |
AbstractProviderService.latestProcess()
Return the latest forked process service that ran
|
protected ForkedProcessService |
AbstractProviderService.queueCommand(String name,
Map<String,String> env,
List<String> commands)
Create a new forked process service with the given
name, environment and command list -then add it as a child
for execution in the sequence.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.