public static class StripedBlockUtil.VerticalRange extends Object
offsetInBlock and lasting for spanInBlock
 bytes in an internal block. Note that VerticalRange doesn't necessarily
 align with StripedBlockUtil.StripingCell.| Modifier and Type | Field and Description | 
|---|---|
| long | offsetInBlockstart offset in the block group (inclusive). | 
| long | spanInBlocklength of the stripe range. | 
| Constructor and Description | 
|---|
| VerticalRange(long offsetInBlock,
             long length) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | include(long pos)whether a position is in the range. | 
| String | toString() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.