Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.stats | |
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
NodesStatsRequest |
NodesStatsRequest.all()
Sets all the request flags.
|
NodesStatsRequest |
NodesStatsRequest.breaker(boolean breaker)
Should the node's circuit breaker stats be returned.
|
NodesStatsRequest |
NodesStatsRequest.clear()
Clears all the request flags.
|
NodesStatsRequest |
NodesStatsRequest.fs(boolean fs)
Should the node file system stats be returned.
|
NodesStatsRequest |
NodesStatsRequest.http(boolean http)
Should the node HTTP be returned.
|
NodesStatsRequest |
NodesStatsRequest.indices(boolean indices)
Should indices stats be returned.
|
NodesStatsRequest |
NodesStatsRequest.indices(CommonStatsFlags indices) |
NodesStatsRequest |
NodesStatsRequest.jvm(boolean jvm)
Should the node JVM be returned.
|
NodesStatsRequest |
NodesStatsRequest.network(boolean network)
Should the node Network be returned.
|
protected NodesStatsRequest |
TransportNodesStatsAction.newRequest() |
NodesStatsRequest |
NodesStatsRequest.os(boolean os)
Should the node OS be returned.
|
NodesStatsRequest |
NodesStatsRequest.process(boolean process)
Should the node Process be returned.
|
NodesStatsRequest |
NodesStatsRequest.threadPool(boolean threadPool)
Should the node Thread Pool be returned.
|
NodesStatsRequest |
NodesStatsRequest.transport(boolean transport)
Should the node Transport be returned.
|
Modifier and Type | Method and Description |
---|---|
protected org.elasticsearch.action.admin.cluster.node.stats.TransportNodesStatsAction.NodeStatsRequest |
TransportNodesStatsAction.newNodeRequest(String nodeId,
NodesStatsRequest request) |
protected NodesStatsResponse |
TransportNodesStatsAction.newResponse(NodesStatsRequest nodesInfoRequest,
AtomicReferenceArray responses) |
Modifier and Type | Method and Description |
---|---|
static NodesStatsRequest |
Requests.nodesStatsRequest(String... nodesIds)
Creates a nodes stats request against one or more nodes.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesStatsResponse> |
ClusterAdminClient.nodesStats(NodesStatsRequest request)
Nodes stats of the cluster.
|
void |
ClusterAdminClient.nodesStats(NodesStatsRequest request,
ActionListener<NodesStatsResponse> listener)
Nodes stats of the cluster.
|
Modifier and Type | Method and Description |
---|---|
ActionFuture<NodesStatsResponse> |
AbstractClusterAdminClient.nodesStats(NodesStatsRequest request) |
void |
AbstractClusterAdminClient.nodesStats(NodesStatsRequest request,
ActionListener<NodesStatsResponse> listener) |
Copyright © 2009–2015. All rights reserved.