| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
bufOffset |
protected int |
chunkIndex |
protected boolean |
eof |
protected int |
metaIndex |
| 限定符 | 构造器和说明 |
|---|---|
protected |
ChunkIterator(List<Chunk> chunks) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2023 PingCAP. All rights reserved.