Class PerformanceEvaluationCommons

java.lang.Object
org.apache.hadoop.hbase.PerformanceEvaluationCommons

Code shared by PE tests.
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

  • Method Details

    • assertValueSize

      public static void assertValueSize(int expectedSize, int got)
    • assertKey

      public static void assertKey(byte[] expected, ByteBuffer got)
    • assertKey

      public static void assertKey(byte[] expected, org.apache.hadoop.hbase.Cell c)
    • assertKey

      public static void assertKey(byte[] expected, byte[] got)
    • assertKey

      public static void assertKey(byte[] expected, byte[] gotArray, int gotArrayOffset, int gotArrayLength)
    • concurrentReads

      public static void concurrentReads(Runnable r)