Class AbstractTestScanQueryMatcher

java.lang.Object
org.apache.hadoop.hbase.regionserver.querymatcher.AbstractTestScanQueryMatcher
Direct Known Subclasses:
TestCompactionScanQueryMatcher, TestUserScanQueryMatcher

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected byte[]
     
    protected byte[]
     
    protected byte[]
     
    protected byte[]
     
    protected byte[]
     
    protected org.apache.hadoop.conf.Configuration
     
    protected byte[]
     
    protected byte[]
     
    protected byte[]
     
    protected org.apache.hadoop.hbase.client.Get
     
    protected byte[]
     
    protected byte[]
     
    protected byte[]
     
    protected org.apache.hadoop.hbase.CellComparator
     
    protected org.apache.hadoop.hbase.client.Scan
     
    protected long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • conf

      protected org.apache.hadoop.conf.Configuration conf
    • row1

      protected byte[] row1
    • row2

      protected byte[] row2
    • row3

      protected byte[] row3
    • fam1

      protected byte[] fam1
    • fam2

      protected byte[] fam2
    • col1

      protected byte[] col1
    • col2

      protected byte[] col2
    • col3

      protected byte[] col3
    • col4

      protected byte[] col4
    • col5

      protected byte[] col5
    • data

      protected byte[] data
    • get

      protected org.apache.hadoop.hbase.client.Get get
    • ttl

      protected long ttl
    • rowComparator

      protected org.apache.hadoop.hbase.CellComparator rowComparator
    • scan

      protected org.apache.hadoop.hbase.client.Scan scan
  • Constructor Details

  • Method Details