public static class HsFileDataIndex.SpilledBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
bufferIndex
Index of the buffer within the subpartition.
|
long |
fileOffset
File offset that the buffer begin with.
|
int |
subpartitionId
Id of subpartition that the buffer belongs to.
|
| Constructor and Description |
|---|
SpilledBuffer(int subpartitionId,
int bufferIndex,
long fileOffset) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.