public interface ClusterCommandResult extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterCommandResult.ExitStatus
A command can have following types of exit status.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterCommandResult.ExitStatus |
getExitStatus() |
Throwable |
getFailureCause() |
String |
getOutput() |
ClusterCommandResult.ExitStatus getExitStatus()
Throwable getFailureCause()
String getOutput()
Copyright © 2019. All rights reserved.