org.apache.accumulo.server.util
Class OfflineMetadataScanner
java.lang.Object
org.apache.accumulo.core.client.impl.ScannerOptions
org.apache.accumulo.server.util.OfflineMetadataScanner
- All Implemented Interfaces:
- java.lang.Iterable<java.util.Map.Entry<Key,Value>>, Scanner, ScannerBase
public class OfflineMetadataScanner
- extends ScannerOptions
- implements Scanner
Methods inherited from class org.apache.accumulo.core.client.impl.ScannerOptions |
clearColumns, clearScanIterators, fetchColumn, fetchColumn, fetchColumnFamily, getFetchedColumns, setColumnFamilyRegex, setColumnQualifierRegex, setOptions, setRowRegex, setScanIteratorOption, setupRegex, setValueRegex |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OfflineMetadataScanner
public OfflineMetadataScanner()
throws java.io.IOException
- Throws:
java.io.IOException
getBatchSize
public int getBatchSize()
- Specified by:
getBatchSize
in interface Scanner
getRange
public Range getRange()
- Specified by:
getRange
in interface Scanner
getTimeOut
public int getTimeOut()
- Specified by:
getTimeOut
in interface Scanner
iterator
public java.util.Iterator<java.util.Map.Entry<Key,Value>> iterator()
- Specified by:
iterator
in interface java.lang.Iterable<java.util.Map.Entry<Key,Value>>
- Specified by:
iterator
in interface Scanner
setBatchSize
public void setBatchSize(int size)
- Specified by:
setBatchSize
in interface Scanner
setRange
public void setRange(Range range)
- Specified by:
setRange
in interface Scanner
setTimeOut
public void setTimeOut(int timeOut)
- Specified by:
setTimeOut
in interface Scanner
setScanIterators
public void setScanIterators(int priority,
java.lang.String iteratorClass,
java.lang.String iteratorName)
- Specified by:
setScanIterators
in interface ScannerBase
- Overrides:
setScanIterators
in class ScannerOptions
enableIsolation
public void enableIsolation()
- Specified by:
enableIsolation
in interface Scanner
disableIsolation
public void disableIsolation()
- Specified by:
disableIsolation
in interface Scanner
main
public static void main(java.lang.String[] args)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.