Uses of Interface
org.elasticsearch.index.shard.IndexEventListener
-
-
Uses of IndexEventListener in org.elasticsearch.index
Methods in org.elasticsearch.index that return IndexEventListener Modifier and Type Method Description IndexEventListenerIndexService. getIndexEventListener()Methods in org.elasticsearch.index with parameters of type IndexEventListener Modifier and Type Method Description voidIndexModule. addIndexEventListener(IndexEventListener listener)Adds anIndexEventListenerfor this index. -
Uses of IndexEventListener in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return IndexEventListener Modifier and Type Method Description IndexEventListenerIndexShard. getIndexEventListener()Constructors in org.elasticsearch.index.shard with parameters of type IndexEventListener 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) -
Uses of IndexEventListener in org.elasticsearch.indices
Method parameters in org.elasticsearch.indices with type arguments of type IndexEventListener Modifier and Type Method Description IndexServiceIndicesService. createIndex(IndexMetaData indexMetaData, List<IndexEventListener> builtInListeners)Creates a newIndexServicefor the given metadata. -
Uses of IndexEventListener in org.elasticsearch.indices.cluster
Method parameters in org.elasticsearch.indices.cluster with type arguments of type IndexEventListener Modifier and Type Method Description UIndicesClusterStateService.AllocatedIndices. createIndex(IndexMetaData indexMetaData, List<IndexEventListener> builtInIndexListener)Creates a newIndexServicefor the given metadata. -
Uses of IndexEventListener in org.elasticsearch.indices.flush
Classes in org.elasticsearch.indices.flush that implement IndexEventListener Modifier and Type Class Description classSyncedFlushService -
Uses of IndexEventListener in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement IndexEventListener Modifier and Type Class Description classPeerRecoverySourceServiceThe source recovery accepts recovery requests from other peer shards and start the recovery process from this source shard to the target shard.classPeerRecoveryTargetServiceThe recovery target handles recoveries of peer shards of the shard+node to recover to. -
Uses of IndexEventListener in org.elasticsearch.search
Classes in org.elasticsearch.search that implement IndexEventListener Modifier and Type Class Description classSearchService -
Uses of IndexEventListener in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement IndexEventListener Modifier and Type Class Description classSnapshotShardsServiceThis service runs on data and master nodes and controls currently snapshotted shards on these nodes.
-