Uses of Class
com.alibaba.RDDReaderTransfer.PartitionInfo.Builder
-
Packages that use PartitionInfo.Builder Package Description com.alibaba.RDDReaderTransfer -
-
Uses of PartitionInfo.Builder in com.alibaba.RDDReaderTransfer
Methods in com.alibaba.RDDReaderTransfer that return PartitionInfo.Builder Modifier and Type Method Description PartitionInfo.Builder
PartitionInfo.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PartitionInfo.Builder
PartitionInfo.Builder. clear()
PartitionInfo.Builder
PartitionInfo.Builder. clearDataType()
string dataType = 3;
PartitionInfo.Builder
PartitionInfo.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
PartitionInfo.Builder
PartitionInfo.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
PartitionInfo.Builder
PartitionInfo.Builder. clearPartitionCnt()
int32 partitionCnt = 2;
PartitionInfo.Builder
PartitionInfo.Builder. clearPartitionId()
int32 partitionId = 1;
PartitionInfo.Builder
PartitionInfo.Builder. clone()
PartitionInfo.Builder
PartitionInfo.Builder. mergeFrom(PartitionInfo other)
PartitionInfo.Builder
PartitionInfo.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PartitionInfo.Builder
PartitionInfo.Builder. mergeFrom(com.google.protobuf.Message other)
PartitionInfo.Builder
PartitionInfo.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static PartitionInfo.Builder
PartitionInfo. newBuilder()
static PartitionInfo.Builder
PartitionInfo. newBuilder(PartitionInfo prototype)
PartitionInfo.Builder
PartitionInfo. newBuilderForType()
protected PartitionInfo.Builder
PartitionInfo. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
PartitionInfo.Builder
PartitionInfo.Builder. setDataType(String value)
string dataType = 3;
PartitionInfo.Builder
PartitionInfo.Builder. setDataTypeBytes(com.google.protobuf.ByteString value)
string dataType = 3;
PartitionInfo.Builder
PartitionInfo.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
PartitionInfo.Builder
PartitionInfo.Builder. setPartitionCnt(int value)
int32 partitionCnt = 2;
PartitionInfo.Builder
PartitionInfo.Builder. setPartitionId(int value)
int32 partitionId = 1;
PartitionInfo.Builder
PartitionInfo.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
PartitionInfo.Builder
PartitionInfo.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
PartitionInfo.Builder
PartitionInfo. toBuilder()
-