public class NodeIndicesStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| Constructor and Description |
|---|
NodeIndicesStats(CommonStats oldStats,
Map<Index,List<IndexShardStats>> statsByShard) |
| Modifier and Type | Method and Description |
|---|---|
CompletionStats |
getCompletion() |
DocsStats |
getDocs() |
FieldDataStats |
getFieldData() |
FlushStats |
getFlush() |
GetStats |
getGet() |
IndexingStats |
getIndexing() |
MergeStats |
getMerge() |
PercolateStats |
getPercolate() |
QueryCacheStats |
getQueryCache() |
RecoveryStats |
getRecoveryStats() |
RefreshStats |
getRefresh() |
RequestCacheStats |
getRequestCache() |
SearchStats |
getSearch() |
SegmentsStats |
getSegments() |
StoreStats |
getStore() |
SuggestStats |
getSuggest() |
void |
readFrom(StreamInput in) |
static NodeIndicesStats |
readIndicesStats(StreamInput in) |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
public NodeIndicesStats(CommonStats oldStats, Map<Index,List<IndexShardStats>> statsByShard)
@Nullable public StoreStats getStore()
@Nullable public IndexingStats getIndexing()
@Nullable public SearchStats getSearch()
@Nullable public PercolateStats getPercolate()
@Nullable public MergeStats getMerge()
@Nullable public RefreshStats getRefresh()
@Nullable public FlushStats getFlush()
@Nullable public FieldDataStats getFieldData()
@Nullable public QueryCacheStats getQueryCache()
@Nullable public RequestCacheStats getRequestCache()
@Nullable public CompletionStats getCompletion()
@Nullable public SegmentsStats getSegments()
@Nullable public SuggestStats getSuggest()
@Nullable public RecoveryStats getRecoveryStats()
public static NodeIndicesStats readIndicesStats(StreamInput in) throws IOException
IOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2017. All rights reserved.