org.apache.accumulo.server.master.state
Class MetaDataTableScanner
java.lang.Object
org.apache.accumulo.server.master.state.MetaDataTableScanner
- All Implemented Interfaces:
- Iterator<TabletLocationState>
public class MetaDataTableScanner
- extends Object
- implements Iterator<TabletLocationState>
MetaDataTableScanner
public MetaDataTableScanner(Instance instance,
TCredentials auths,
Range range,
CurrentState state)
MetaDataTableScanner
public MetaDataTableScanner(Instance instance,
TCredentials auths,
Range range)
configureScanner
public static void configureScanner(ScannerBase scanner,
CurrentState state)
close
public void close()
finalize
public void finalize()
- Overrides:
finalize
in class Object
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<TabletLocationState>
next
public TabletLocationState next()
- Specified by:
next
in interface Iterator<TabletLocationState>
createTabletLocationState
public static TabletLocationState createTabletLocationState(Key k,
Value v)
throws IOException,
TabletLocationState.BadLocationStateException
- Throws:
IOException
TabletLocationState.BadLocationStateException
remove
public void remove()
- Specified by:
remove
in interface Iterator<TabletLocationState>
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.