Package | Description |
---|---|
com.pingcap.tidb.tipb | |
org.tikv.common.operation.iterator |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Chunk> |
Chunk.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
Chunk.Builder.build() |
Chunk |
Chunk.Builder.buildPartial() |
Chunk |
SelectResponse.getChunks(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk |
SelectResponse.Builder.getChunks(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk |
SelectResponseOrBuilder.getChunks(int index)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
static Chunk |
Chunk.getDefaultInstance() |
Chunk |
Chunk.getDefaultInstanceForType() |
Chunk |
Chunk.Builder.getDefaultInstanceForType() |
static Chunk |
Chunk.parseDelimitedFrom(InputStream input) |
static Chunk |
Chunk.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(byte[] data) |
static Chunk |
Chunk.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(ByteBuffer data) |
static Chunk |
Chunk.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.ByteString data) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.CodedInputStream input) |
static Chunk |
Chunk.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Chunk |
Chunk.parseFrom(InputStream input) |
static Chunk |
Chunk.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Chunk> |
SelectResponse.getChunksList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<Chunk> |
SelectResponse.Builder.getChunksList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
List<Chunk> |
SelectResponseOrBuilder.getChunksList()
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
com.google.protobuf.Parser<Chunk> |
Chunk.getParserForType() |
static com.google.protobuf.Parser<Chunk> |
Chunk.parser() |
Modifier and Type | Method and Description |
---|---|
SelectResponse.Builder |
SelectResponse.Builder.addChunks(Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
SelectResponse.Builder |
SelectResponse.Builder.addChunks(int index,
Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Chunk.Builder |
Chunk.Builder.mergeFrom(Chunk other) |
static Chunk.Builder |
Chunk.newBuilder(Chunk prototype) |
SelectResponse.Builder |
SelectResponse.Builder.setChunks(int index,
Chunk value)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Modifier and Type | Method and Description |
---|---|
SelectResponse.Builder |
SelectResponse.Builder.addAllChunks(Iterable<? extends Chunk> values)
Use multiple chunks to reduce memory allocation and
avoid allocating large contiguous memory.
|
Modifier and Type | Field and Description |
---|---|
protected List<Chunk> |
CoprocessorIterator.chunkList |
Modifier and Type | Method and Description |
---|---|
static ChunkIterator<Long> |
ChunkIterator.getHandleChunkIterator(List<Chunk> chunks) |
static ChunkIterator<com.google.protobuf.ByteString> |
ChunkIterator.getRawBytesChunkIterator(List<Chunk> chunks) |
Constructor and Description |
---|
ChunkIterator(List<Chunk> chunks) |
Copyright © 2024 PingCAP. All rights reserved.