Package org.apache.cassandra.utils
Interface Closeable
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
- All Known Subinterfaces:
IScrubber
- All Known Implementing Classes:
BigTableScrubber
,BtiTableScrubber
,ExecutorLocals
,SortedTableScrubber
public interface Closeable extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-