Package org.apache.hadoop.hdfs.util
Class LongBitFormat
java.lang.Object
org.apache.hadoop.hdfs.util.LongBitFormat
- All Implemented Interfaces:
Serializable
Bit format in a long.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LongBitFormat
-
-
Method Details
-
retrieve
public long retrieve(long record) Retrieve the value from the record. -
combine
public long combine(long value, long record) Combine the value to the record. -
getMin
public long getMin() -
getLength
public int getLength()
-