Package org.elasticsearch.common.lease
Interface Releasable
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface Releasable
extends java.io.Closeable
Specialization of
Closeable that may only throw a RuntimeException.-
Method Summary
Modifier and Type Method Description voidclose()
-
Method Details
-
close
void close()- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-