Package org.apache.accumulo.tserver.log
Interface CloseableIterator<T>
-
- All Superinterfaces:
AutoCloseable,Iterator<T>
- All Known Implementing Classes:
RecoveryLogReader,RecoveryLogsIterator
public interface CloseableIterator<T> extends Iterator<T>, AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
close
void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Throws:
IOException
-
-