Package org.elasticsearch.indices
Class NodeIndicesStats
java.lang.Object
org.elasticsearch.indices.NodeIndicesStats
- All Implemented Interfaces:
Writeable,ToXContent,ToXContentFragment
public class NodeIndicesStats extends java.lang.Object implements Writeable, ToXContentFragment
Global information on indices stats running on a specific node.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
-
Constructor Summary
Constructors Constructor Description NodeIndicesStats(CommonStats oldStats, java.util.Map<Index,java.util.List<IndexShardStats>> statsByShard)NodeIndicesStats(StreamInput in) -
Method Summary
Modifier and Type Method Description CompletionStatsgetCompletion()DocsStatsgetDocs()FieldDataStatsgetFieldData()FlushStatsgetFlush()GetStatsgetGet()IndexingStatsgetIndexing()MergeStatsgetMerge()QueryCacheStatsgetQueryCache()RecoveryStatsgetRecoveryStats()RefreshStatsgetRefresh()RequestCacheStatsgetRequestCache()SearchStatsgetSearch()SegmentsStatsgetSegments()StoreStatsgetStore()TranslogStatsgetTranslog()WarmerStatsgetWarmer()XContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
NodeIndicesStats
- Throws:
java.io.IOException
-
NodeIndicesStats
public NodeIndicesStats(CommonStats oldStats, java.util.Map<Index,java.util.List<IndexShardStats>> statsByShard)
-
-
Method Details
-
getStore
-
getDocs
-
getIndexing
-
getGet
-
getSearch
-
getMerge
-
getRefresh
-
getFlush
-
getWarmer
-
getFieldData
-
getQueryCache
-
getRequestCache
-
getCompletion
-
getSegments
-
getTranslog
-
getRecoveryStats
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-