Uses of Class
org.elasticsearch.client.watcher.WatcherStatsResponse.Node
-
Packages that use WatcherStatsResponse.Node Package Description org.elasticsearch.client.watcher -
-
Uses of WatcherStatsResponse.Node in org.elasticsearch.client.watcher
Fields in org.elasticsearch.client.watcher with type parameters of type WatcherStatsResponse.Node Modifier and Type Field Description static ConstructingObjectParser<WatcherStatsResponse.Node,Void>WatcherStatsResponse.Node. PARSERMethods in org.elasticsearch.client.watcher that return types with arguments of type WatcherStatsResponse.Node Modifier and Type Method Description List<WatcherStatsResponse.Node>WatcherStatsResponse. getNodes()returns a list of nodes that returned statsConstructor parameters in org.elasticsearch.client.watcher with type arguments of type WatcherStatsResponse.Node Constructor Description WatcherStatsResponse(NodesResponseHeader header, String clusterName, WatcherMetaData watcherMetaData, List<WatcherStatsResponse.Node> nodes)
-