| Modifier and Type | Field and Description |
|---|---|
protected int |
bufOffset |
protected int |
chunkIndex |
protected boolean |
eof |
protected int |
metaIndex |
| Modifier | Constructor and Description |
|---|---|
protected |
ChunkIterator(List<Chunk> chunks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
advance() |
static ChunkIterator<Long> |
getHandleChunkIterator(List<Chunk> chunks) |
static ChunkIterator<com.google.protobuf.ByteString> |
getRawBytesChunkIterator(List<Chunk> chunks) |
boolean |
hasNext() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, next, removeprotected int chunkIndex
protected int metaIndex
protected int bufOffset
protected boolean eof
public static ChunkIterator<com.google.protobuf.ByteString> getRawBytesChunkIterator(List<Chunk> chunks)
public static ChunkIterator<Long> getHandleChunkIterator(List<Chunk> chunks)
protected void advance()
Copyright © 2025 PingCAP. All rights reserved.