Uses of Class
org.elasticsearch.common.logging.DeprecationLogger
-
-
Uses of DeprecationLogger in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type DeprecationLogger Modifier and Type Method Description static voidMultiSearchRequest. readMultiLineFormat(BytesReference data, XContent xContent, CheckedBiConsumer<SearchRequest,XContentParser,IOException> consumer, String[] indices, IndicesOptions indicesOptions, String[] types, String routing, String searchType, Boolean ccsMinimizeRoundtrips, NamedXContentRegistry registry, boolean allowExplicitIndex, DeprecationLogger deprecationLogger) -
Uses of DeprecationLogger in org.elasticsearch.index
Fields in org.elasticsearch.index declared as DeprecationLogger Modifier and Type Field Description protected DeprecationLoggerAbstractIndexComponent. deprecationLogger -
Uses of DeprecationLogger in org.elasticsearch.rest
Methods in org.elasticsearch.rest with parameters of type DeprecationLogger Modifier and Type Method Description voidRestController. registerAsDeprecatedHandler(RestRequest.Method method, String path, RestHandler handler, String deprecationMessage, DeprecationLogger logger)Registers a REST handler to be executed when the providedmethodandpathmatch the request.voidRestController. registerWithDeprecatedHandler(RestRequest.Method method, String path, RestHandler handler, RestRequest.Method deprecatedMethod, String deprecatedPath, DeprecationLogger logger)Registers a REST handler to be executed when the providedmethodandpathmatch the request, or when provided withdeprecatedMethodanddeprecatedPath.Constructors in org.elasticsearch.rest with parameters of type DeprecationLogger Constructor Description DeprecationRestHandler(RestHandler handler, String deprecationMessage, DeprecationLogger deprecationLogger)Create aDeprecationRestHandlerthat encapsulates thehandlerusing thedeprecationLoggerto log deprecationwarning. -
Uses of DeprecationLogger in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type DeprecationLogger Modifier and Type Method Description static SignificantTermsAggregatorFactory.ExecutionModeSignificantTermsAggregatorFactory.ExecutionMode. fromString(String value, DeprecationLogger deprecationLogger) -
Uses of DeprecationLogger in org.elasticsearch.search.aggregations.bucket.terms
Methods in org.elasticsearch.search.aggregations.bucket.terms with parameters of type DeprecationLogger Modifier and Type Method Description static RareTermsAggregatorFactory.ExecutionModeRareTermsAggregatorFactory.ExecutionMode. fromString(String value, DeprecationLogger deprecationLogger)static TermsAggregatorFactory.ExecutionModeTermsAggregatorFactory.ExecutionMode. fromString(String value, DeprecationLogger deprecationLogger)
-