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, AbstractJvmQueryParserCache, AbstractLifecycleComponent, AnalysisService, BlobStoreGateway, BulkUdpService, DiscoveryService, FsGateway, GatewayService, HttpServer, IndexCache, IndexingMemoryController, IndexServiceManagement, IndexShardManagement, IndicesClusterStateService, IndicesTTLService, InternalClusterService, InternalIndicesService, JvmMonitorService, LocalDiscovery, LocalGateway, LocalTransport, MonitorService, MulticastZenPing, NettyHttpServerTransport, NettyTransport, NoneBloomCache, NoneFieldDataCache, NoneFilterCache, NoneGateway, NoneQueryParserCache, ResidentFieldDataCache, ResidentQueryParserCache, RestController, RestFilter, RiverClusterService, RiversManager, RiversRouter, RiversService, RobinEngine, RoutingService, SearchService, SharedStorageGateway, SimpleBloomCache, SimpleIdCache, SoftFieldDataCache, TransportService, UnicastZenPing, WeightedFilterCache, ZenDiscovery, ZenPingService

public interface CloseableComponent


Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws ElasticSearchException
Throws:
ElasticSearchException


Copyright © 2009-2012. All Rights Reserved.