Streamable, Writeable, TaskAwareRequestpublic class NodesUsageRequest extends BaseNodesRequest<NodesUsageRequest>
TransportRequest.EmptyWriteable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
NodesUsageRequest() |
|
NodesUsageRequest(java.lang.String... nodesIds) |
Get usage from nodes based on the nodes ids specified.
|
| Modifier and Type | Method | Description |
|---|---|---|
NodesUsageRequest |
all() |
Sets all the request flags.
|
NodesUsageRequest |
clear() |
Clears all the request flags.
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
boolean |
restActions() |
Should the node rest actions usage statistics be returned.
|
NodesUsageRequest |
restActions(boolean restActions) |
Should the node rest actions usage statistics be returned.
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
getShouldStoreResultconcreteNodes, nodesIds, nodesIds, setConcreteNodes, timeout, timeout, timeout, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTask, getDescription, setParentTaskremoteAddress, remoteAddressgetParentTask, setParentTaskpublic NodesUsageRequest()
public NodesUsageRequest(java.lang.String... nodesIds)
public NodesUsageRequest all()
public NodesUsageRequest clear()
public boolean restActions()
public NodesUsageRequest restActions(boolean restActions)
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class BaseNodesRequest<NodesUsageRequest>java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in interface WriteablewriteTo in class BaseNodesRequest<NodesUsageRequest>java.io.IOException