Uses of Class
org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.AnalyzerSetting.Generator
-
Packages that use AnalyzerSetting.Generator Package Description org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base -
-
Uses of AnalyzerSetting.Generator in org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base
Methods in org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base that return AnalyzerSetting.Generator Modifier and Type Method Description static AnalyzerSetting.GeneratorAnalyzerSetting.Generator. getGenerator(ElasticSearch.MatchQuery.AnalyzerType type)static AnalyzerSetting.GeneratorAnalyzerSetting.Generator. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyzerSetting.Generator[]AnalyzerSetting.Generator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-