Uses of Class
org.elasticsearch.client.NodesResponseHeader
-
Packages that use NodesResponseHeader Package Description org.elasticsearch.client org.elasticsearch.client.security org.elasticsearch.client.watcher -
-
Uses of NodesResponseHeader in org.elasticsearch.client
Fields in org.elasticsearch.client with type parameters of type NodesResponseHeader Modifier and Type Field Description static ConstructingObjectParser<NodesResponseHeader,Void>NodesResponseHeader. PARSERMethods in org.elasticsearch.client that return NodesResponseHeader Modifier and Type Method Description static NodesResponseHeaderNodesResponseHeader. fromXContent(XContentParser parser, Void context)NodesResponseHeaderNodesResponse. getHeader()Gets information about the number of total, successful and failed nodes the request was run on.Constructors in org.elasticsearch.client with parameters of type NodesResponseHeader Constructor Description NodesResponse(NodesResponseHeader header, String clusterName) -
Uses of NodesResponseHeader in org.elasticsearch.client.security
Constructors in org.elasticsearch.client.security with parameters of type NodesResponseHeader Constructor Description ClearRealmCacheResponse(List<SecurityNodesResponse.Node> nodes, NodesResponseHeader header, String clusterName)ClearRolesCacheResponse(List<SecurityNodesResponse.Node> nodes, NodesResponseHeader header, String clusterName) -
Uses of NodesResponseHeader in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return NodesResponseHeader Modifier and Type Method Description NodesResponseHeaderWatcherStatsResponse. getHeader()Gets information about the number of total, successful and failed nodes the request was run on.Constructors in org.elasticsearch.client.watcher with parameters of type NodesResponseHeader Constructor Description WatcherStatsResponse(NodesResponseHeader header, String clusterName, WatcherMetaData watcherMetaData, List<WatcherStatsResponse.Node> nodes)
-