Class StripedBlockUtil.StripeRange

java.lang.Object
org.apache.hadoop.hdfs.util.StripedBlockUtil.StripeRange
Enclosing class:
StripedBlockUtil

public static class StripedBlockUtil.StripeRange extends Object
Used to indicate the buffered data's range in the block group.
  • Constructor Details

    • StripeRange

      public StripeRange(long offsetInBlock, long length)
  • Method Details

    • include

      public boolean include(long pos)
    • getLength

      public long getLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object