org.apache.accumulo.core.util.shell.commands
Class EGrepCommand
java.lang.Object
org.apache.accumulo.core.util.shell.Shell.Command
org.apache.accumulo.core.util.shell.commands.ScanCommand
org.apache.accumulo.core.util.shell.commands.GrepCommand
org.apache.accumulo.core.util.shell.commands.EGrepCommand
public class EGrepCommand
- extends GrepCommand
Methods inherited from class org.apache.accumulo.core.util.shell.commands.ScanCommand |
addScanIterators, fetchColumns, getAuths, getFormatter, getInterpreter, getOutputFile, getRange, getTimeout, printBinaryRecords, printBinaryRecords, printRecords, printRecords |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EGrepCommand
public EGrepCommand()
setUpIterator
protected void setUpIterator(int prio,
String name,
String term,
BatchScanner scanner,
org.apache.commons.cli.CommandLine cl)
throws IOException
- Overrides:
setUpIterator
in class GrepCommand
- Throws:
IOException
description
public String description()
- Overrides:
description
in class GrepCommand
usage
public String usage()
- Overrides:
usage
in class GrepCommand
getOptions
public org.apache.commons.cli.Options getOptions()
- Overrides:
getOptions
in class GrepCommand
Copyright © 2015 Apache Accumulo Project. All rights reserved.