Uses of Class
org.elasticsearch.index.SlowLogLevel
-
Packages that use SlowLogLevel Package Description org.elasticsearch.index -
-
Uses of SlowLogLevel in org.elasticsearch.index
Fields in org.elasticsearch.index with type parameters of type SlowLogLevel Modifier and Type Field Description static Setting<SlowLogLevel>IndexingSlowLog. INDEX_INDEXING_SLOWLOG_LEVEL_SETTINGstatic Setting<SlowLogLevel>SearchSlowLog. INDEX_SEARCH_SLOWLOG_LEVELMethods in org.elasticsearch.index that return SlowLogLevel Modifier and Type Method Description static SlowLogLevelSlowLogLevel. parse(String level)static SlowLogLevelSlowLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SlowLogLevel[]SlowLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-