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, wait
forEachRemaining, next, remove
protected 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 © 2024 PingCAP. All rights reserved.