public static class StripedBlockUtil.VerticalRange
extends java.lang.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 | Description |
|---|---|---|
long |
offsetInBlock |
start offset in the block group (inclusive).
|
long |
spanInBlock |
length of the stripe range.
|
| Constructor | Description |
|---|---|
VerticalRange(long offsetInBlock,
long length) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
include(long pos) |
whether a position is in the range.
|
java.lang.String |
toString() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.