Package org.apache.hadoop.hbase
Class PrivateConstants
java.lang.Object
org.apache.hadoop.hbase.PrivateConstants
Constants intended to be used internally.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final long
Timestamp to use when we want to refer to the oldest cell. -
Constructor Summary
-
Method Summary
-
Field Details
-
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
-
PrivateConstants
private PrivateConstants()
-