Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ChunkMemoryLayout> |
ChunkMemoryLayout.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ChunkMemoryLayout |
ChunkMemoryLayout.Builder.build() |
ChunkMemoryLayout |
ChunkMemoryLayout.Builder.buildPartial() |
ChunkMemoryLayout |
DAGRequestOrBuilder.getChunkMemoryLayout()
Represents the chunk memory layout.
|
ChunkMemoryLayout |
DAGRequest.getChunkMemoryLayout()
Represents the chunk memory layout.
|
ChunkMemoryLayout |
DAGRequest.Builder.getChunkMemoryLayout()
Represents the chunk memory layout.
|
static ChunkMemoryLayout |
ChunkMemoryLayout.getDefaultInstance() |
ChunkMemoryLayout |
ChunkMemoryLayout.getDefaultInstanceForType() |
ChunkMemoryLayout |
ChunkMemoryLayout.Builder.getDefaultInstanceForType() |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseDelimitedFrom(InputStream input) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(byte[] data) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(ByteBuffer data) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(com.google.protobuf.ByteString data) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(com.google.protobuf.CodedInputStream input) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(InputStream input) |
static ChunkMemoryLayout |
ChunkMemoryLayout.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ChunkMemoryLayout> |
ChunkMemoryLayout.getParserForType() |
static com.google.protobuf.Parser<ChunkMemoryLayout> |
ChunkMemoryLayout.parser() |
Modifier and Type | Method and Description |
---|---|
DAGRequest.Builder |
DAGRequest.Builder.mergeChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
|
ChunkMemoryLayout.Builder |
ChunkMemoryLayout.Builder.mergeFrom(ChunkMemoryLayout other) |
static ChunkMemoryLayout.Builder |
ChunkMemoryLayout.newBuilder(ChunkMemoryLayout prototype) |
DAGRequest.Builder |
DAGRequest.Builder.setChunkMemoryLayout(ChunkMemoryLayout value)
Represents the chunk memory layout.
|
Copyright © 2024 PingCAP. All rights reserved.