org.elasticsearch.common.component
Interface CloseableComponent

All Known Subinterfaces:
ClusterService, Discovery, Engine, FieldDataCache, FilterCache, Gateway, HttpServerTransport, IndexShard, IndicesService, LifecycleComponent<T>, Transport, ZenPing
All Known Implementing Classes:
AbstractConcurrentMapFieldDataCache, AbstractConcurrentMapFilterCache, AbstractDoubleConcurrentMapFilterCache, AbstractLifecycleComponent, AnalysisService, BlobStoreGateway, DiscoveryService, FsGateway, GatewayService, HttpServer, IndexServiceManagement, IndexShardManagement, IndicesClusterStateService, InternalClusterService, InternalIndexShard, InternalIndicesService, JvmMonitorService, LocalDiscovery, LocalGateway, LocalTransport, MonitorService, MulticastZenPing, NettyHttpServerTransport, NettyTransport, NoneFieldDataCache, NoneFilterCache, NoneGateway, RestController, RiverClusterService, RiversManager, RiversRouter, RiversService, RobinEngine, RoutingService, SearchService, SharedStorageGateway, SoftFieldDataCache, SoftFilterCache, TransportService, UnicastZenPing, WeakFieldDataCache, WeakFilterCache, ZenDiscovery, ZenPingService

public interface CloseableComponent


Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws ElasticSearchException
Throws:
ElasticSearchException