Uses of Class
org.elasticsearch.common.component.AbstractLifecycleComponent
-
-
Uses of AbstractLifecycleComponent in org.elasticsearch.cluster
Subclasses of AbstractLifecycleComponent in org.elasticsearch.cluster Modifier and Type Class Description classNodeConnectionsServiceThis component is responsible for maintaining connections from this node to all the nodes listed in the cluster state, and for disconnecting from nodes once they are removed from the cluster state. -
Uses of AbstractLifecycleComponent in org.elasticsearch.cluster.coordination
Subclasses of AbstractLifecycleComponent in org.elasticsearch.cluster.coordination Modifier and Type Class Description classCoordinator -
Uses of AbstractLifecycleComponent in org.elasticsearch.cluster.routing
Subclasses of AbstractLifecycleComponent in org.elasticsearch.cluster.routing Modifier and Type Class Description classDelayedAllocationServiceTheDelayedAllocationServicelistens to cluster state changes and checks if there are unassigned shards with delayed allocation (unassigned shards that have the delay marker). -
Uses of AbstractLifecycleComponent in org.elasticsearch.cluster.service
Subclasses of AbstractLifecycleComponent in org.elasticsearch.cluster.service Modifier and Type Class Description classClusterApplierServiceclassClusterServiceclassMasterService -
Uses of AbstractLifecycleComponent in org.elasticsearch.discovery
Subclasses of AbstractLifecycleComponent in org.elasticsearch.discovery Modifier and Type Class Description classSeedHostsResolver -
Uses of AbstractLifecycleComponent in org.elasticsearch.discovery.zen
Subclasses of AbstractLifecycleComponent in org.elasticsearch.discovery.zen Modifier and Type Class Description classZenDiscovery -
Uses of AbstractLifecycleComponent in org.elasticsearch.gateway
Subclasses of AbstractLifecycleComponent in org.elasticsearch.gateway Modifier and Type Class Description classGatewayService -
Uses of AbstractLifecycleComponent in org.elasticsearch.indices
Subclasses of AbstractLifecycleComponent in org.elasticsearch.indices Modifier and Type Class Description classIndicesService -
Uses of AbstractLifecycleComponent in org.elasticsearch.indices.breaker
Subclasses of AbstractLifecycleComponent in org.elasticsearch.indices.breaker Modifier and Type Class Description classCircuitBreakerServiceInterface for Circuit Breaker services, which provide breakers to classes that load field data.classHierarchyCircuitBreakerServiceCircuitBreakerService that attempts to redistribute space between breakers if trippedclassNoneCircuitBreakerServiceClass that returns a breaker that never breaks -
Uses of AbstractLifecycleComponent in org.elasticsearch.indices.cluster
Subclasses of AbstractLifecycleComponent in org.elasticsearch.indices.cluster Modifier and Type Class Description classIndicesClusterStateService -
Uses of AbstractLifecycleComponent in org.elasticsearch.indices.recovery
Subclasses of AbstractLifecycleComponent in org.elasticsearch.indices.recovery 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. -
Uses of AbstractLifecycleComponent in org.elasticsearch.monitor
Subclasses of AbstractLifecycleComponent in org.elasticsearch.monitor Modifier and Type Class Description classMonitorService -
Uses of AbstractLifecycleComponent in org.elasticsearch.monitor.jvm
Subclasses of AbstractLifecycleComponent in org.elasticsearch.monitor.jvm Modifier and Type Class Description classJvmGcMonitorService -
Uses of AbstractLifecycleComponent in org.elasticsearch.repositories.blobstore
Subclasses of AbstractLifecycleComponent in org.elasticsearch.repositories.blobstore Modifier and Type Class Description classBlobStoreRepositoryBlobStore - based implementation of Snapshot Repository -
Uses of AbstractLifecycleComponent in org.elasticsearch.repositories.fs
Subclasses of AbstractLifecycleComponent in org.elasticsearch.repositories.fs Modifier and Type Class Description classFsRepositoryShared file system implementation of the BlobStoreRepository -
Uses of AbstractLifecycleComponent in org.elasticsearch.search
Subclasses of AbstractLifecycleComponent in org.elasticsearch.search Modifier and Type Class Description classSearchService -
Uses of AbstractLifecycleComponent in org.elasticsearch.snapshots
Subclasses of AbstractLifecycleComponent in org.elasticsearch.snapshots Modifier and Type Class Description classSnapshotShardsServiceThis service runs on data and master nodes and controls currently snapshotted shards on these nodes.classSnapshotsServiceService responsible for creating snapshots -
Uses of AbstractLifecycleComponent in org.elasticsearch.transport
Subclasses of AbstractLifecycleComponent in org.elasticsearch.transport Modifier and Type Class Description classTcpTransportclassTransportService -
Uses of AbstractLifecycleComponent in org.elasticsearch.watcher
Subclasses of AbstractLifecycleComponent in org.elasticsearch.watcher Modifier and Type Class Description classResourceWatcherServiceGeneric resource watcher service Other elasticsearch services can register their resource watchers with this service usingResourceWatcherService.add(ResourceWatcher)method.
-