Class LongBitFormat

java.lang.Object
org.apache.hadoop.hdfs.util.LongBitFormat
All Implemented Interfaces:
Serializable

public class LongBitFormat extends Object implements Serializable
Bit format in a long.
See Also:
  • Constructor Details

    • LongBitFormat

      public LongBitFormat(String name, LongBitFormat previous, int length, long min)
  • 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()