Class DockerPsCommand
- java.lang.Object
-
- org.apache.storm.container.docker.DockerCommand
-
- org.apache.storm.container.docker.DockerPsCommand
-
public class DockerPsCommand extends DockerCommand
-
-
Constructor Summary
Constructors Constructor Description DockerPsCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DockerPsCommand
withNameFilter(String containerName)
DockerPsCommand
withQuietOption()
-
Methods inherited from class org.apache.storm.container.docker.DockerCommand
addCommandArguments, getCommandOption, getCommandWithArguments
-
-
-
-
Method Detail
-
withQuietOption
public DockerPsCommand withQuietOption()
-
withNameFilter
public DockerPsCommand withNameFilter(String containerName)
-
-