Package com.palantir.atlasdb.cassandra
Interface ReloadingCloseableContainer<T extends java.lang.AutoCloseable>
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
ReloadingCloseableContainerImpl
public interface ReloadingCloseableContainer<T extends java.lang.AutoCloseable> extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
boolean
isClosed()
-
-
-
Method Detail
-
get
T get()
-
isClosed
boolean isClosed()
-
-