Class TestMiniClusterLoadSequential

java.lang.Object
org.apache.hadoop.hbase.util.TestMiniClusterLoadSequential
Direct Known Subclasses:
TestLoadAndSwitchEncodeOnDisk, TestMiniClusterLoadParallel

A write/read/verify load test on a mini HBase cluster. Tests reading and then writing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final byte[]
     
    static final HBaseClassTestRule
     
    protected org.apache.hadoop.hbase.io.compress.Compression.Algorithm
     
    protected final org.apache.hadoop.conf.Configuration
     
    protected final org.apache.hadoop.hbase.io.encoding.DataBlockEncoding
     
    protected final boolean
     
    private static final org.slf4j.Logger
     
    protected static final int
     
    protected static final int
     
    protected int
     
    protected org.apache.hadoop.hbase.util.MultiThreadedReader
     
    protected static final org.apache.hadoop.hbase.TableName
     
    protected static final HBaseTestingUtil
     
    protected static final int
     
    protected org.apache.hadoop.hbase.util.MultiThreadedWriter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestMiniClusterLoadSequential(boolean isMultiPut, org.apache.hadoop.hbase.io.encoding.DataBlockEncoding dataBlockEncoding)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    createPreSplitLoadTestTable(org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.hbase.client.ColumnFamilyDescriptor familyDescriptor)
     
    protected org.apache.hadoop.hbase.client.ColumnFamilyDescriptor
    getColumnDesc(org.apache.hadoop.hbase.client.Admin admin)
     
    void
     
    protected int
     
    static Collection<Object[]>
     
    protected void
     
    protected org.apache.hadoop.hbase.util.MultiThreadedReader
    prepareReaderThreads(org.apache.hadoop.hbase.util.test.LoadTestDataGenerator dataGen, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName tableName, double verifyPercent)
     
    protected org.apache.hadoop.hbase.util.MultiThreadedWriter
    prepareWriterThreads(org.apache.hadoop.hbase.util.test.LoadTestDataGenerator dataGen, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName tableName)
     
    protected void
     
    void
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait