org.apache.accumulo.core.util.shell.commands
Class EGrepCommand

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.Command
      extended by org.apache.accumulo.core.util.shell.commands.ScanCommand
          extended by org.apache.accumulo.core.util.shell.commands.GrepCommand
              extended by org.apache.accumulo.core.util.shell.commands.EGrepCommand

public class EGrepCommand
extends GrepCommand


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.core.util.shell.Shell.Command
Shell.Command.CompletionSet
 
Field Summary
 
Fields inherited from class org.apache.accumulo.core.util.shell.commands.ScanCommand
timestampOpt
 
Constructor Summary
EGrepCommand()
           
 
Method Summary
 String description()
           
protected  void setUpIterator(int prio, String name, String term, BatchScanner scanner)
           
 String usage()
           
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.GrepCommand
execute, getOptions, numArgs
 
Methods inherited from class org.apache.accumulo.core.util.shell.commands.ScanCommand
addScanIterators, fetchColumns, getAuths, getRange, printBinaryRecords, printRecords, printRecords
 
Methods inherited from class org.apache.accumulo.core.util.shell.Shell.Command
getName, getOptionsWithHelp, printHelp, printHelp, registerCompletion, registerCompletionForCommands, registerCompletionForTables, registerCompletionForUsers, registerCompletionGeneral
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EGrepCommand

public EGrepCommand()
Method Detail

setUpIterator

protected void setUpIterator(int prio,
                             String name,
                             String term,
                             BatchScanner scanner)
                      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


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.