Class AbstractLifecycleComponent

org.elasticsearch.common.component.AbstractLifecycleComponent
All Implemented Interfaces:
, , LifecycleComponent, org.elasticsearch.core.Releasable
Direct Known Subclasses:
AbstractHttpServerTransport, BlobStoreRepository, CircuitBreakerService, ClusterApplierService, ClusterService, Coordinator, DelayedAllocationService, FsHealthService, GatewayService, IndicesClusterStateService, IndicesService, JvmGcMonitorService, MasterService, MonitorService, NodeConnectionsService, PeerRecoverySourceService, RepositoriesService, SearchService, SeedHostsResolver, SnapshotShardsService, SnapshotsService, TcpTransport, TimestampFieldMapperService, TransportService, ZenDiscovery

public abstract class AbstractLifecycleComponent extends implements LifecycleComponent
  • Field Details

    • lifecycle

      protected final Lifecycle lifecycle
  • Constructor Details

    • AbstractLifecycleComponent

      protected AbstractLifecycleComponent()
  • Method Details