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.
  • Constructor Details

    • AnalysisStats

      public AnalysisStats​(StreamInput input) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • of

      public static AnalysisStats of​(Metadata metadata, java.lang.Runnable ensureNotCancelled)
      Create AnalysisStats from the given cluster state.
    • writeTo

      public void writeTo​(StreamOutput out) throws java.io.IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      java.io.IOException
    • getUsedCharFilterTypes

      public java.util.Set<IndexFeatureStats> getUsedCharFilterTypes()
      Return the set of used char filters in the cluster.
    • getUsedTokenizerTypes

      public java.util.Set<IndexFeatureStats> getUsedTokenizerTypes()
      Return the set of used tokenizers in the cluster.
    • getUsedTokenFilterTypes

      public java.util.Set<IndexFeatureStats> getUsedTokenFilterTypes()
      Return the set of used token filters in the cluster.
    • getUsedAnalyzerTypes

      public java.util.Set<IndexFeatureStats> getUsedAnalyzerTypes()
      Return the set of used analyzers in the cluster.
    • getUsedBuiltInCharFilters

      public java.util.Set<IndexFeatureStats> getUsedBuiltInCharFilters()
      Return the set of used built-in char filters in the cluster.
    • getUsedBuiltInTokenizers

      public java.util.Set<IndexFeatureStats> getUsedBuiltInTokenizers()
      Return the set of used built-in tokenizers in the cluster.
    • getUsedBuiltInTokenFilters

      public java.util.Set<IndexFeatureStats> getUsedBuiltInTokenFilters()
      Return the set of used built-in token filters in the cluster.
    • getUsedBuiltInAnalyzers

      public java.util.Set<IndexFeatureStats> getUsedBuiltInAnalyzers()
      Return the set of used built-in analyzers in the cluster.
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.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:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      java.io.IOException
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object