Class MetaDataTableScanner
java.lang.Object
org.apache.accumulo.server.manager.state.MetaDataTableScanner
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Iterator<TabletLocationState>
,ClosableIterator<TabletLocationState>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static void
configureScanner
(ScannerBase scanner, CurrentState state) static TabletLocationState
boolean
hasNext()
next()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
MetaDataTableScanner
-
-
Method Details
-
configureScanner
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<TabletLocationState>
-
next
- Specified by:
next
in interfaceIterator<TabletLocationState>
-
createTabletLocationState
public static TabletLocationState createTabletLocationState(Key k, Value v) throws IOException, TabletLocationState.BadLocationStateException
-