Class AnalysisStats
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.AnalysisStats
- All Implemented Interfaces:
Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
public final class AnalysisStats extends java.lang.Object implements org.elasticsearch.common.xcontent.ToXContentFragment, Writeable
Statistics about analysis usage.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.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 AnalysisStats(StreamInput input) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.Set<IndexFeatureStats>getUsedAnalyzerTypes()Return the set of used analyzers in the cluster.java.util.Set<IndexFeatureStats>getUsedBuiltInAnalyzers()Return the set of used built-in analyzers in the cluster.java.util.Set<IndexFeatureStats>getUsedBuiltInCharFilters()Return the set of used built-in char filters in the cluster.java.util.Set<IndexFeatureStats>getUsedBuiltInTokenFilters()Return the set of used built-in token filters in the cluster.java.util.Set<IndexFeatureStats>getUsedBuiltInTokenizers()Return the set of used built-in tokenizers in the cluster.java.util.Set<IndexFeatureStats>getUsedCharFilterTypes()Return the set of used char filters in the cluster.java.util.Set<IndexFeatureStats>getUsedTokenFilterTypes()Return the set of used token filters in the cluster.java.util.Set<IndexFeatureStats>getUsedTokenizerTypes()Return the set of used tokenizers in the cluster.inthashCode()static AnalysisStatsof(ClusterState state)CreateAnalysisStatsfrom the given cluster state.java.lang.StringtoString()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)voidwriteTo(StreamOutput out)Write this into the StreamOutput.
-
Constructor Details
-
AnalysisStats
- Throws:
java.io.IOException
-
-
Method Details
-
of
CreateAnalysisStatsfrom the given cluster state. -
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput. -
getUsedCharFilterTypes
Return the set of used char filters in the cluster. -
getUsedTokenizerTypes
Return the set of used tokenizers in the cluster. -
getUsedTokenFilterTypes
Return the set of used token filters in the cluster. -
getUsedAnalyzerTypes
Return the set of used analyzers in the cluster. -
getUsedBuiltInCharFilters
Return the set of used built-in char filters in the cluster. -
getUsedBuiltInTokenizers
Return the set of used built-in tokenizers in the cluster. -
getUsedBuiltInTokenFilters
Return the set of used built-in token filters in the cluster. -
getUsedBuiltInAnalyzers
Return the set of used built-in analyzers in the cluster. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-