org.apache.accumulo.core.util.interpret
public interface ScanInterpreter
Modifier and Type | Method and Description |
---|---|
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) |
org.apache.hadoop.io.Text interpretRow(org.apache.hadoop.io.Text row)
org.apache.hadoop.io.Text interpretBeginRow(org.apache.hadoop.io.Text row)
org.apache.hadoop.io.Text interpretEndRow(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)
Copyright © 2011–2016 The Apache Software Foundation. All rights reserved.