java.lang.AutoCloseable, java.io.Closeable, ReleasableDiscovery, HttpServerTransport, Repository, TransportAbstractLifecycleComponent, BlobStoreRepository, CircuitBreakerService, ClusterApplierService, ClusterService, DelayedAllocationService, FsRepository, GatewayService, HierarchyCircuitBreakerService, IndicesClusterStateService, IndicesService, JvmGcMonitorService, MasterService, MonitorService, NodeConnectionsService, NoneCircuitBreakerService, ResourceWatcherService, RoutingService, SearchService, SingleNodeDiscovery, SnapshotShardsService, SnapshotsService, TcpTransport, TransportService, ZenDiscoverypublic interface LifecycleComponent extends Releasable
| Modifier and Type | Method | Description |
|---|---|---|
void |
addLifecycleListener(LifecycleListener listener) |
|
Lifecycle.State |
lifecycleState() |
|
void |
removeLifecycleListener(LifecycleListener listener) |
|
void |
start() |
|
void |
stop() |
closeLifecycle.State lifecycleState()
void addLifecycleListener(LifecycleListener listener)
void removeLifecycleListener(LifecycleListener listener)
void start()
void stop()