Package com.alibaba.RDDReaderTransfer
Interface PartitionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartitionInfo
,PartitionInfo.Builder
public interface PartitionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataType()
string dataType = 3;
com.google.protobuf.ByteString
getDataTypeBytes()
string dataType = 3;
int
getPartitionCnt()
int32 partitionCnt = 2;
int
getPartitionId()
int32 partitionId = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartitionId
int getPartitionId()
int32 partitionId = 1;
- Returns:
- The partitionId.
-
getPartitionCnt
int getPartitionCnt()
int32 partitionCnt = 2;
- Returns:
- The partitionCnt.
-
getDataType
String getDataType()
string dataType = 3;
- Returns:
- The dataType.
-
getDataTypeBytes
com.google.protobuf.ByteString getDataTypeBytes()
string dataType = 3;
- Returns:
- The bytes for dataType.
-
-