Package org.opensearch.common.lease
Interface Releasable
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Subinterfaces:
LifecycleComponent,Recycler.V<T>
- All Known Implementing Classes:
AbstractLifecycleComponent,NoneRecycler.NV
Specialization of
AutoCloseable for calls that might not throw a checked exception.- Opensearch.internal:
-
Method Summary
-
Method Details
-
close
void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-