Uses of Class
org.elasticsearch.action.admin.cluster.node.usage.NodeUsage
-
Packages that use NodeUsage Package Description org.elasticsearch.action.admin.cluster.node.usage org.elasticsearch.usage -
-
Uses of NodeUsage in org.elasticsearch.action.admin.cluster.node.usage
Methods in org.elasticsearch.action.admin.cluster.node.usage that return NodeUsage Modifier and Type Method Description protected NodeUsageTransportNodesUsageAction. newNodeResponse(StreamInput in)protected NodeUsageTransportNodesUsageAction. nodeOperation(TransportNodesUsageAction.NodeUsageRequest nodeUsageRequest)Methods in org.elasticsearch.action.admin.cluster.node.usage that return types with arguments of type NodeUsage Modifier and Type Method Description protected List<NodeUsage>NodesUsageResponse. readNodesFrom(StreamInput in)Method parameters in org.elasticsearch.action.admin.cluster.node.usage with type arguments of type NodeUsage Modifier and Type Method Description protected NodesUsageResponseTransportNodesUsageAction. newResponse(NodesUsageRequest request, List<NodeUsage> responses, List<FailedNodeException> failures)protected voidNodesUsageResponse. writeNodesTo(StreamOutput out, List<NodeUsage> nodes)Constructor parameters in org.elasticsearch.action.admin.cluster.node.usage with type arguments of type NodeUsage Constructor Description NodesUsageResponse(ClusterName clusterName, List<NodeUsage> nodes, List<FailedNodeException> failures) -
Uses of NodeUsage in org.elasticsearch.usage
Methods in org.elasticsearch.usage that return NodeUsage Modifier and Type Method Description NodeUsageUsageService. getUsageStats(DiscoveryNode localNode, boolean restActions)Get the current usage statistics for this node.
-