Class TestHBaseRpcControllerImpl

java.lang.Object
org.apache.hadoop.hbase.ipc.TestHBaseRpcControllerImpl

@Tag("org.apache.hadoop.hbase.testclassification.ClientTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests") public class TestHBaseRpcControllerImpl extends Object
  • Constructor Details

  • Method Details

    • testListOfCellScannerables

      @Test public void testListOfCellScannerables() throws IOException
      Throws:
      IOException
    • createCell

      static org.apache.hadoop.hbase.ExtendedCellScannable createCell(int index)
      Parameters:
      index - the index of the cell to use as its value
      Returns:
      A faked out 'Cell' that does nothing but return index as its value