Class TestParallelPut

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestParallelPut

public class TestParallelPut extends Object
Testing of multiPut in parallel.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    A thread that makes a few put calls
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HBaseClassTestRule
     
    private static HBaseTestingUtility
     
    private static final org.slf4j.Logger
     
    org.junit.rules.TestName
     
    (package private) static final byte[]
     
    (package private) static final byte[]
     
    (package private) static final byte[]
     
    private org.apache.hadoop.hbase.regionserver.HRegion
     
    (package private) static final byte[]
     
    (package private) static final byte[]
     
    (package private) static byte[]
     
    private static final int
     
    (package private) static final byte[]
     
    (package private) static final byte[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    private static void
    assertGet(org.apache.hadoop.hbase.regionserver.HRegion region, byte[] row, byte[] familiy, byte[] qualifier, byte[] value)
     
    static void
     
     
    private org.apache.hadoop.hbase.regionserver.HRegion
    initHRegion(byte[] tableName, String callingMethod, byte[]... families)
     
    void
     
    void
     
    void
    Test multi-threaded Puts.
    void
    Test one put command.

    Methods inherited from class java.lang.Object

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