Class TestStoreFileWriter.CellInfo

java.lang.Object
org.apache.hadoop.hbase.regionserver.TestStoreFileWriter.CellInfo
Enclosing class:
TestStoreFileWriter

private static class TestStoreFileWriter.CellInfo extends Object
  • Field Details

    • timestamp

      long timestamp
    • type

      org.apache.hadoop.hbase.Cell.Type type
  • Constructor Details

    • CellInfo

      CellInfo(long timestamp, org.apache.hadoop.hbase.Cell.Type type)