Uses of Interface
org.elasticsearch.index.shard.SearchOperationListener
-
Packages that use SearchOperationListener Package Description org.elasticsearch.index org.elasticsearch.index.search.stats org.elasticsearch.index.shard -
-
Uses of SearchOperationListener in org.elasticsearch.index
Classes in org.elasticsearch.index that implement SearchOperationListener Modifier and Type Class Description classSearchSlowLogMethods in org.elasticsearch.index with parameters of type SearchOperationListener Modifier and Type Method Description voidIndexModule. addSearchOperationListener(SearchOperationListener listener)Adds anSearchOperationListenerfor this index. -
Uses of SearchOperationListener in org.elasticsearch.index.search.stats
Classes in org.elasticsearch.index.search.stats that implement SearchOperationListener Modifier and Type Class Description classShardSearchStats -
Uses of SearchOperationListener in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement SearchOperationListener Modifier and Type Class Description static classSearchOperationListener.CompositeListenerA Composite listener that multiplexes calls to each of the listeners methods.Methods in org.elasticsearch.index.shard that return SearchOperationListener Modifier and Type Method Description SearchOperationListenerIndexShard. getSearchOperationListener()Constructor parameters in org.elasticsearch.index.shard with type arguments of type SearchOperationListener Constructor Description IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService)
-