Package org.elasticsearch.common.lease
Interface Releasable
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Subinterfaces:
AtomicFieldData,AtomicGeoPointFieldData,AtomicNumericFieldData,AtomicOrdinalsFieldData,BigArray,ByteArray,Client,Discovery,DoubleArray,FloatArray,HttpServerTransport,IntArray,LifecycleComponent,LongArray,ObjectArray<T>,Recycler<T>,Recycler.V<T>,Repository,Transport,ZenPing
- All Known Implementing Classes:
AbstractAtomicGeoPointFieldData,AbstractAtomicOrdinalsFieldData,AbstractClient,AbstractHDRPercentilesAggregator,AbstractLifecycleComponent,AbstractTDigestPercentilesAggregator,AdjacencyMatrixAggregator,Aggregator,AggregatorBase,AggregatorFactory.MultiBucketAggregatorWrapper,AsyncShardFetch,AvgAggregator,BestDocsDeferringCollector,BinaryDVAtomicFieldData,BinaryRangeAggregator,BitArray,BlobStoreRepository,BucketsAggregator,BytesRefHash,CardinalityAggregator,CircuitBreakerService,ClusterApplierService,ClusterService,ConcurrentDequeRecycler,ContextIndexSearcher,DeferableBucketAggregator,DeferringBucketCollector.WrappedAggregator,DelayedAllocationService,DequeRecycler,DiversifiedBytesHashSamplerAggregator,DiversifiedMapSamplerAggregator,DiversifiedNumericSamplerAggregator,DiversifiedOrdinalsSamplerAggregator,DoubleTermsAggregator,Engine.GetResult,Engine.Searcher,ExtendedStatsAggregator,FilterAggregator,FilterClient,FilteredSearchContext,FilterRepository,FiltersAggregator,FreqTermsEnum,FsRepository,GatewayService,GeoBoundsAggregator,GeoHashGridAggregator,GlobalAggregator,GlobalOrdinalsSignificantTermsAggregator,GlobalOrdinalsStringTermsAggregator,HDRPercentileRanksAggregator,HDRPercentilesAggregator,HierarchyCircuitBreakerService,HyperLogLogPlusPlus,IndicesClusterStateService,IndicesFieldDataCache,IndicesService,InnerHitsContext.InnerHitSubContext,JvmGcMonitorService,LongHash,LongObjectPagedHashMap,LongTermsAggregator,MasterService,MaxAggregator,MedianAbsoluteDeviationAggregator,MetricsAggregator,MinAggregator,MissingAggregator,MonitorService,MultiFileWriter,NestedAggregator,NodeClient,NodeConnectionsService,NodeEnvironment.NodeLock,NonCollectingAggregator,NoneCircuitBreakerService,NoneRecycler,NoneRecycler.NV,NumericMetricsAggregator,NumericMetricsAggregator.MultiValue,NumericMetricsAggregator.SingleValue,OriginSettingClient,PageCacheRecycler,PagedBytesAtomicFieldData,ParentTaskAssigningClient,ProfilingAggregator,RangeAggregator,RangeAggregator.Unmapped,RecoveryCounter,ReleasableBytesStreamOutput,ReleasableLock,ReleasablePagedBytesReference,ResourceWatcherService,ReverseNestedAggregator,RoutingService,SamplerAggregator,ScriptedMetricAggregator,SearchContext,SearchService,SignificantLongTermsAggregator,SignificantStringTermsAggregator,SignificantTermsAggregatorFactory,SignificantTextAggregator,SignificantTextAggregatorFactory,SingleNodeDiscovery,SnapshotShardsService,SnapshotsService,SortedSetDVBytesAtomicFieldData,StatsAggregator,StringTermsAggregator,SubSearchContext,SumAggregator,TcpTransport,TDigestPercentileRanksAggregator,TDigestPercentilesAggregator,TermsAggregator,TopHitsAggregator,TransportClient,TransportService,UnicastZenPing,UnicastZenPing.PingingRound,ValueCountAggregator,WeightedAvgAggregator,ZenDiscovery
public interface Releasable extends java.io.CloseableSpecialization ofAutoCloseablethat may only throw anElasticsearchException.
-
-
Method Summary
Modifier and Type Method Description voidclose()
-