Class PrivateConstants

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

@Private public final class PrivateConstants extends Object
Constants intended to be used internally.
  • Field Details

    • OLDEST_TIMESTAMP

      public static final long OLDEST_TIMESTAMP
      Timestamp to use when we want to refer to the oldest cell. Special! Used in fake Cells only. Should never be the timestamp on an actual Cell returned to a client.
      See Also:
  • Constructor Details