Uses of Class
org.elasticsearch.action.admin.indices.stats.CommonStatsFlags
-
Packages that use CommonStatsFlags Package Description org.elasticsearch.action.admin.cluster.node.stats org.elasticsearch.action.admin.indices.stats org.elasticsearch.indices org.elasticsearch.node -
-
Uses of CommonStatsFlags in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats that return CommonStatsFlags Modifier and Type Method Description CommonStatsFlagsNodesStatsRequest. indices()Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type CommonStatsFlags Modifier and Type Method Description NodesStatsRequestNodesStatsRequest. indices(CommonStatsFlags indices)NodesStatsRequestBuilderNodesStatsRequestBuilder. setIndices(CommonStatsFlags indices)Should the node indices stats be returned. -
Uses of CommonStatsFlags in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats declared as CommonStatsFlags Modifier and Type Field Description static CommonStatsFlagsCommonStatsFlags. ALLstatic CommonStatsFlagsCommonStatsFlags. NONEMethods in org.elasticsearch.action.admin.indices.stats that return CommonStatsFlags Modifier and Type Method Description CommonStatsFlagsCommonStatsFlags. all()Sets all flags to return all stats.CommonStatsFlagsCommonStatsFlags. clear()Clears all stats.CommonStatsFlagsCommonStatsFlags. clone()CommonStatsFlagsCommonStatsFlags. completionDataFields(String... completionDataFields)CommonStatsFlagsCommonStatsFlags. fieldDataFields(String... fieldDataFields)Sets specific search group stats to retrieve the stats for.CommonStatsFlagsIndicesStatsRequest. flags()Returns the underlying stats flags.CommonStatsFlagsCommonStatsFlags. groups(String... groups)Sets specific search group stats to retrieve the stats for.CommonStatsFlagsCommonStatsFlags. includeSegmentFileSizes(boolean includeSegmentFileSizes)CommonStatsFlagsCommonStatsFlags. includeUnloadedSegments(boolean includeUnloadedSegments)CommonStatsFlagsCommonStatsFlags. set(CommonStatsFlags.Flag flag, boolean add)CommonStatsFlagsCommonStatsFlags. types(String... types)Document types to return stats for.Methods in org.elasticsearch.action.admin.indices.stats with parameters of type CommonStatsFlags Modifier and Type Method Description IndicesStatsRequestIndicesStatsRequest. flags(CommonStatsFlags flags)Sets the underlying stats flags.Constructors in org.elasticsearch.action.admin.indices.stats with parameters of type CommonStatsFlags Constructor Description CommonStats(CommonStatsFlags flags)CommonStats(IndicesQueryCache indicesQueryCache, IndexShard indexShard, CommonStatsFlags flags) -
Uses of CommonStatsFlags in org.elasticsearch.indices
Methods in org.elasticsearch.indices with parameters of type CommonStatsFlags Modifier and Type Method Description NodeIndicesStatsIndicesService. stats(CommonStatsFlags flags) -
Uses of CommonStatsFlags in org.elasticsearch.node
Methods in org.elasticsearch.node with parameters of type CommonStatsFlags Modifier and Type Method Description NodeStatsNodeService. stats(CommonStatsFlags indices, boolean os, boolean process, boolean jvm, boolean threadPool, boolean fs, boolean transport, boolean http, boolean circuitBreaker, boolean script, boolean discoveryStats, boolean ingest, boolean adaptiveSelection)
-