org.apache.accumulo.core.util.interpret
Class DefaultScanInterpreter

java.lang.Object
  extended by org.apache.accumulo.core.util.interpret.DefaultScanInterpreter
All Implemented Interfaces:
ScanInterpreter

public class DefaultScanInterpreter
extends Object
implements ScanInterpreter


Constructor Summary
DefaultScanInterpreter()
           
 
Method Summary
 org.apache.hadoop.io.Text interpretBeginRow(org.apache.hadoop.io.Text row)
           
 org.apache.hadoop.io.Text interpretColumnFamily(org.apache.hadoop.io.Text cf)
           
 org.apache.hadoop.io.Text interpretColumnQualifier(org.apache.hadoop.io.Text cq)
           
 org.apache.hadoop.io.Text interpretEndRow(org.apache.hadoop.io.Text row)
           
 org.apache.hadoop.io.Text interpretRow(org.apache.hadoop.io.Text row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScanInterpreter

public DefaultScanInterpreter()
Method Detail

interpretRow

public org.apache.hadoop.io.Text interpretRow(org.apache.hadoop.io.Text row)
Specified by:
interpretRow in interface ScanInterpreter

interpretBeginRow

public org.apache.hadoop.io.Text interpretBeginRow(org.apache.hadoop.io.Text row)
Specified by:
interpretBeginRow in interface ScanInterpreter

interpretEndRow

public org.apache.hadoop.io.Text interpretEndRow(org.apache.hadoop.io.Text row)
Specified by:
interpretEndRow in interface ScanInterpreter

interpretColumnFamily

public org.apache.hadoop.io.Text interpretColumnFamily(org.apache.hadoop.io.Text cf)
Specified by:
interpretColumnFamily in interface ScanInterpreter

interpretColumnQualifier

public org.apache.hadoop.io.Text interpretColumnQualifier(org.apache.hadoop.io.Text cq)
Specified by:
interpretColumnQualifier in interface ScanInterpreter


Copyright © 2015 Apache Accumulo Project. All rights reserved.