public class NodesShutdownAction extends ClusterAction<NodesShutdownRequest ,NodesShutdownResponse ,NodesShutdownRequestBuilder >
| Modifier and Type | Field and Description |
|---|---|
static NodesShutdownAction |
INSTANCE
|
static String |
NAME
|
| Modifier and Type | Method and Description |
|---|---|
NodesShutdownRequestBuilder |
newRequestBuilder(ClusterAdminClient
Creates a new request builder given the client provided as argument
|
NodesShutdownResponse |
newResponse()
Creates a new response instance.
|
equals, hashCode, name, transportOptionspublic static final NodesShutdownActionINSTANCE
public static final StringNAME
public NodesShutdownResponsenewResponse()
GenericAction
public NodesShutdownRequestBuildernewRequestBuilder(ClusterAdminClient client)
Action