public static interface Mpp.MPPDataPacketOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getChunks(int index)
repeated bytes chunks = 3; |
int |
getChunksCount()
repeated bytes chunks = 3; |
List<com.google.protobuf.ByteString> |
getChunksList()
repeated bytes chunks = 3; |
com.google.protobuf.ByteString |
getData()
bytes data = 1; |
Mpp.Error |
getError()
.mpp.Error error = 2; |
Mpp.ErrorOrBuilder |
getErrorOrBuilder()
.mpp.Error error = 2; |
boolean |
hasError()
.mpp.Error error = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getData()
bytes data = 1;
boolean hasError()
.mpp.Error error = 2;
Mpp.Error getError()
.mpp.Error error = 2;
Mpp.ErrorOrBuilder getErrorOrBuilder()
.mpp.Error error = 2;
List<com.google.protobuf.ByteString> getChunksList()
repeated bytes chunks = 3;
int getChunksCount()
repeated bytes chunks = 3;
com.google.protobuf.ByteString getChunks(int index)
repeated bytes chunks = 3;
index
- The index of the element to return.Copyright © 2024 PingCAP. All rights reserved.