Uses of Interface
org.elasticsearch.common.component.LifecycleComponent
-
-
Uses of LifecycleComponent in org.elasticsearch.cluster
Classes in org.elasticsearch.cluster that implement LifecycleComponent 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 LifecycleComponent in org.elasticsearch.cluster.coordination
Classes in org.elasticsearch.cluster.coordination that implement LifecycleComponent Modifier and Type Class Description classCoordinator -
Uses of LifecycleComponent in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement LifecycleComponent 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 LifecycleComponent in org.elasticsearch.cluster.service
Classes in org.elasticsearch.cluster.service that implement LifecycleComponent Modifier and Type Class Description classClusterApplierServiceclassClusterServiceclassMasterService -
Uses of LifecycleComponent in org.elasticsearch.common.component
Classes in org.elasticsearch.common.component that implement LifecycleComponent Modifier and Type Class Description classAbstractLifecycleComponent -
Uses of LifecycleComponent in org.elasticsearch.discovery
Subinterfaces of LifecycleComponent in org.elasticsearch.discovery Modifier and Type Interface Description interfaceDiscoveryA pluggable module allowing to implement discovery of other nodes, publishing of the cluster state to all nodes, electing a master of the cluster that raises cluster state change events.Classes in org.elasticsearch.discovery that implement LifecycleComponent Modifier and Type Class Description classSeedHostsResolver -
Uses of LifecycleComponent in org.elasticsearch.discovery.zen
Classes in org.elasticsearch.discovery.zen that implement LifecycleComponent Modifier and Type Class Description classZenDiscovery -
Uses of LifecycleComponent in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement LifecycleComponent Modifier and Type Class Description classGatewayService -
Uses of LifecycleComponent in org.elasticsearch.http
Subinterfaces of LifecycleComponent in org.elasticsearch.http Modifier and Type Interface Description interfaceHttpServerTransport -
Uses of LifecycleComponent in org.elasticsearch.indices
Classes in org.elasticsearch.indices that implement LifecycleComponent Modifier and Type Class Description classIndicesService -
Uses of LifecycleComponent in org.elasticsearch.indices.breaker
Classes in org.elasticsearch.indices.breaker that implement LifecycleComponent 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 LifecycleComponent in org.elasticsearch.indices.cluster
Classes in org.elasticsearch.indices.cluster that implement LifecycleComponent Modifier and Type Class Description classIndicesClusterStateService -
Uses of LifecycleComponent in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement LifecycleComponent 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 LifecycleComponent in org.elasticsearch.monitor
Classes in org.elasticsearch.monitor that implement LifecycleComponent Modifier and Type Class Description classMonitorService -
Uses of LifecycleComponent in org.elasticsearch.monitor.jvm
Classes in org.elasticsearch.monitor.jvm that implement LifecycleComponent Modifier and Type Class Description classJvmGcMonitorService -
Uses of LifecycleComponent in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type LifecycleComponent Modifier and Type Method Description Collection<Class<? extends LifecycleComponent>>Plugin. getGuiceServiceClasses()Node level services that will be automatically started/stopped/closed.Collection<Class<? extends LifecycleComponent>>PluginsService. getGuiceServiceClasses()Returns all classes injected into guice by plugins which extendLifecycleComponent. -
Uses of LifecycleComponent in org.elasticsearch.repositories
Subinterfaces of LifecycleComponent in org.elasticsearch.repositories Modifier and Type Interface Description interfaceRepositoryAn interface for interacting with a repository in snapshot and restore. -
Uses of LifecycleComponent in org.elasticsearch.repositories.blobstore
Classes in org.elasticsearch.repositories.blobstore that implement LifecycleComponent Modifier and Type Class Description classBlobStoreRepositoryBlobStore - based implementation of Snapshot Repository -
Uses of LifecycleComponent in org.elasticsearch.repositories.fs
Classes in org.elasticsearch.repositories.fs that implement LifecycleComponent Modifier and Type Class Description classFsRepositoryShared file system implementation of the BlobStoreRepository -
Uses of LifecycleComponent in org.elasticsearch.search
Classes in org.elasticsearch.search that implement LifecycleComponent Modifier and Type Class Description classSearchService -
Uses of LifecycleComponent in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement LifecycleComponent 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 LifecycleComponent in org.elasticsearch.transport
Subinterfaces of LifecycleComponent in org.elasticsearch.transport Modifier and Type Interface Description interfaceTransportClasses in org.elasticsearch.transport that implement LifecycleComponent Modifier and Type Class Description classTcpTransportclassTransportService -
Uses of LifecycleComponent in org.elasticsearch.watcher
Classes in org.elasticsearch.watcher that implement LifecycleComponent Modifier and Type Class Description classResourceWatcherServiceGeneric resource watcher service Other elasticsearch services can register their resource watchers with this service usingResourceWatcherService.add(ResourceWatcher)method.
-