public class NodeIndicesStats extends Object implements Streamable, ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsEMPTY_PARAMS| コンストラクタと説明 |
|---|
NodeIndicesStats(CommonStats oldStats,
Map<Index,List<IndexShardStats>> statsByShard) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 StreamableIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamableIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent インタフェース内 ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.