org.elasticsearch.common.component
Interface CloseableComponent

All Known Subinterfaces:
BloomCache, ClusterService, Discovery, Engine, FieldDataCache, FilterCache, Gateway, HttpServerTransport, IdCache, IndicesService, LifecycleComponent<T>, QueryParserCache, Transport, ZenPing
All Known Implementing Classes:
AbstractConcurrentMapFieldDataCache, AbstractConcurrentMapFilterCache, AbstractJvmQueryParserCache, AbstractLifecycleComponent, AbstractWeightedFilterCache, AnalysisService, BlobStoreGateway, DiscoveryService, FsGateway, GatewayService, HttpServer, IndexCache, IndexingMemoryBufferController, IndexServiceManagement, IndexShardManagement, IndicesClusterStateService, InternalClusterService, InternalIndicesService, JvmMonitorService, LocalDiscovery, LocalGateway, LocalTransport, MonitorService, MulticastZenPing, NettyHttpServerTransport, NettyTransport, NodeFilterCache, NoneBloomCache, NoneFieldDataCache, NoneFilterCache, NoneGateway, NoneQueryParserCache, ResidentFieldDataCache, ResidentFilterCache, RestController, RiverClusterService, RiversManager, RiversRouter, RiversService, RobinEngine, RoutingService, SearchService, SharedStorageGateway, SimpleBloomCache, SimpleIdCache, SoftFieldDataCache, SoftFilterCache, SoftQueryParserCache, TransportService, UnicastZenPing, WeakFieldDataCache, WeakFilterCache, WeakQueryParserCache, ZenDiscovery, ZenPingService

public interface CloseableComponent


Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws ElasticSearchException
Throws:
ElasticSearchException