public static class HsFileDataIndex.SpilledBuffer extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
SpilledBuffer(int subpartitionId,
int bufferIndex,
long fileOffset) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.