public static final class PartitionInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder> implements PartitionInfoOrBuilder
alluxio.grpc.table.layout.PartitionInfo
Modifier and Type | Method and Description |
---|---|
PartitionInfo.Builder |
addAllDataCols(Iterable<? extends FieldSchema> values)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
addAllValues(Iterable<String> values)
list of string values for each partition column
|
PartitionInfo.Builder |
addDataCols(FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
addDataCols(FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
addDataCols(int index,
FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
addDataCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchema.Builder |
addDataColsBuilder()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchema.Builder |
addDataColsBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PartitionInfo.Builder |
addValues(String value)
list of string values for each partition column
|
PartitionInfo.Builder |
addValuesBytes(com.google.protobuf.ByteString value)
list of string values for each partition column
|
PartitionInfo |
build() |
PartitionInfo |
buildPartial() |
PartitionInfo.Builder |
clear() |
PartitionInfo.Builder |
clearDataCols()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
clearDbName()
optional string db_name = 3; |
PartitionInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PartitionInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PartitionInfo.Builder |
clearParameters() |
PartitionInfo.Builder |
clearPartitionName()
partition name in the form of "key=value"
|
PartitionInfo.Builder |
clearStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
PartitionInfo.Builder |
clearTableName()
optional string table_name = 4; |
PartitionInfo.Builder |
clearValues()
list of string values for each partition column
|
PartitionInfo.Builder |
clone() |
boolean |
containsParameters(String key)
map<string, string> parameters = 7; |
FieldSchema |
getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchema.Builder |
getDataColsBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
List<FieldSchema.Builder> |
getDataColsBuilderList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
int |
getDataColsCount()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
List<FieldSchema> |
getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
FieldSchemaOrBuilder |
getDataColsOrBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
List<? extends FieldSchemaOrBuilder> |
getDataColsOrBuilderList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
String |
getDbName()
optional string db_name = 3; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 3; |
PartitionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,String> |
getMutableParameters()
Deprecated.
|
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 7; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 7; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 7; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 7; |
String |
getPartitionName()
partition name in the form of "key=value"
|
com.google.protobuf.ByteString |
getPartitionNameBytes()
partition name in the form of "key=value"
|
Storage |
getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
Storage.Builder |
getStorageBuilder()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
StorageOrBuilder |
getStorageOrBuilder()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
String |
getTableName()
optional string table_name = 4; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 4; |
String |
getValues(int index)
list of string values for each partition column
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
list of string values for each partition column
|
int |
getValuesCount()
list of string values for each partition column
|
com.google.protobuf.ProtocolStringList |
getValuesList()
list of string values for each partition column
|
boolean |
hasDbName()
optional string db_name = 3; |
boolean |
hasPartitionName()
partition name in the form of "key=value"
|
boolean |
hasStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5; |
boolean |
hasTableName()
optional string table_name = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
PartitionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartitionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
PartitionInfo.Builder |
mergeFrom(PartitionInfo other) |
PartitionInfo.Builder |
mergeStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5; |
PartitionInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PartitionInfo.Builder |
putAllParameters(Map<String,String> values)
map<string, string> parameters = 7; |
PartitionInfo.Builder |
putParameters(String key,
String value)
map<string, string> parameters = 7; |
PartitionInfo.Builder |
removeDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
removeParameters(String key)
map<string, string> parameters = 7; |
PartitionInfo.Builder |
setDataCols(int index,
FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
setDataCols(int index,
FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6; |
PartitionInfo.Builder |
setDbName(String value)
optional string db_name = 3; |
PartitionInfo.Builder |
setDbNameBytes(com.google.protobuf.ByteString value)
optional string db_name = 3; |
PartitionInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PartitionInfo.Builder |
setPartitionName(String value)
partition name in the form of "key=value"
|
PartitionInfo.Builder |
setPartitionNameBytes(com.google.protobuf.ByteString value)
partition name in the form of "key=value"
|
PartitionInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PartitionInfo.Builder |
setStorage(Storage.Builder builderForValue)
optional .alluxio.grpc.table.layout.Storage storage = 5; |
PartitionInfo.Builder |
setStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5; |
PartitionInfo.Builder |
setTableName(String value)
optional string table_name = 4; |
PartitionInfo.Builder |
setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 4; |
PartitionInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PartitionInfo.Builder |
setValues(int index,
String value)
list of string values for each partition column
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PartitionInfo build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PartitionInfo buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PartitionInfo.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder mergeFrom(PartitionInfo other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public PartitionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartitionInfo.Builder>
IOException
public com.google.protobuf.ProtocolStringList getValuesList()
list of string values for each partition column
repeated string values = 1;
getValuesList
in interface PartitionInfoOrBuilder
public int getValuesCount()
list of string values for each partition column
repeated string values = 1;
getValuesCount
in interface PartitionInfoOrBuilder
public String getValues(int index)
list of string values for each partition column
repeated string values = 1;
getValues
in interface PartitionInfoOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getValuesBytes(int index)
list of string values for each partition column
repeated string values = 1;
getValuesBytes
in interface PartitionInfoOrBuilder
index
- The index of the value to return.public PartitionInfo.Builder setValues(int index, String value)
list of string values for each partition column
repeated string values = 1;
index
- The index to set the value at.value
- The values to set.public PartitionInfo.Builder addValues(String value)
list of string values for each partition column
repeated string values = 1;
value
- The values to add.public PartitionInfo.Builder addAllValues(Iterable<String> values)
list of string values for each partition column
repeated string values = 1;
values
- The values to add.public PartitionInfo.Builder clearValues()
list of string values for each partition column
repeated string values = 1;
public PartitionInfo.Builder addValuesBytes(com.google.protobuf.ByteString value)
list of string values for each partition column
repeated string values = 1;
value
- The bytes of the values to add.public boolean hasPartitionName()
partition name in the form of "key=value"
optional string partition_name = 2;
hasPartitionName
in interface PartitionInfoOrBuilder
public String getPartitionName()
partition name in the form of "key=value"
optional string partition_name = 2;
getPartitionName
in interface PartitionInfoOrBuilder
public com.google.protobuf.ByteString getPartitionNameBytes()
partition name in the form of "key=value"
optional string partition_name = 2;
getPartitionNameBytes
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder setPartitionName(String value)
partition name in the form of "key=value"
optional string partition_name = 2;
value
- The partitionName to set.public PartitionInfo.Builder clearPartitionName()
partition name in the form of "key=value"
optional string partition_name = 2;
public PartitionInfo.Builder setPartitionNameBytes(com.google.protobuf.ByteString value)
partition name in the form of "key=value"
optional string partition_name = 2;
value
- The bytes for partitionName to set.public boolean hasDbName()
optional string db_name = 3;
hasDbName
in interface PartitionInfoOrBuilder
public String getDbName()
optional string db_name = 3;
getDbName
in interface PartitionInfoOrBuilder
public com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 3;
getDbNameBytes
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder setDbName(String value)
optional string db_name = 3;
value
- The dbName to set.public PartitionInfo.Builder clearDbName()
optional string db_name = 3;
public PartitionInfo.Builder setDbNameBytes(com.google.protobuf.ByteString value)
optional string db_name = 3;
value
- The bytes for dbName to set.public boolean hasTableName()
optional string table_name = 4;
hasTableName
in interface PartitionInfoOrBuilder
public String getTableName()
optional string table_name = 4;
getTableName
in interface PartitionInfoOrBuilder
public com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 4;
getTableNameBytes
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder setTableName(String value)
optional string table_name = 4;
value
- The tableName to set.public PartitionInfo.Builder clearTableName()
optional string table_name = 4;
public PartitionInfo.Builder setTableNameBytes(com.google.protobuf.ByteString value)
optional string table_name = 4;
value
- The bytes for tableName to set.public boolean hasStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5;
hasStorage
in interface PartitionInfoOrBuilder
public Storage getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5;
getStorage
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder setStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5;
public PartitionInfo.Builder setStorage(Storage.Builder builderForValue)
optional .alluxio.grpc.table.layout.Storage storage = 5;
public PartitionInfo.Builder mergeStorage(Storage value)
optional .alluxio.grpc.table.layout.Storage storage = 5;
public PartitionInfo.Builder clearStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5;
public Storage.Builder getStorageBuilder()
optional .alluxio.grpc.table.layout.Storage storage = 5;
public StorageOrBuilder getStorageOrBuilder()
optional .alluxio.grpc.table.layout.Storage storage = 5;
getStorageOrBuilder
in interface PartitionInfoOrBuilder
public List<FieldSchema> getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
getDataColsList
in interface PartitionInfoOrBuilder
public int getDataColsCount()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
getDataColsCount
in interface PartitionInfoOrBuilder
public FieldSchema getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
getDataCols
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder setDataCols(int index, FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder setDataCols(int index, FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder addDataCols(FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder addDataCols(int index, FieldSchema value)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder addDataCols(FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder addDataCols(int index, FieldSchema.Builder builderForValue)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder addAllDataCols(Iterable<? extends FieldSchema> values)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder clearDataCols()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public PartitionInfo.Builder removeDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public FieldSchema.Builder getDataColsBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public FieldSchemaOrBuilder getDataColsOrBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
getDataColsOrBuilder
in interface PartitionInfoOrBuilder
public List<? extends FieldSchemaOrBuilder> getDataColsOrBuilderList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
getDataColsOrBuilderList
in interface PartitionInfoOrBuilder
public FieldSchema.Builder addDataColsBuilder()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public FieldSchema.Builder addDataColsBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public List<FieldSchema.Builder> getDataColsBuilderList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
public int getParametersCount()
PartitionInfoOrBuilder
map<string, string> parameters = 7;
getParametersCount
in interface PartitionInfoOrBuilder
public boolean containsParameters(String key)
map<string, string> parameters = 7;
containsParameters
in interface PartitionInfoOrBuilder
@Deprecated public Map<String,String> getParameters()
getParametersMap()
instead.getParameters
in interface PartitionInfoOrBuilder
public Map<String,String> getParametersMap()
map<string, string> parameters = 7;
getParametersMap
in interface PartitionInfoOrBuilder
public String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 7;
getParametersOrDefault
in interface PartitionInfoOrBuilder
public String getParametersOrThrow(String key)
map<string, string> parameters = 7;
getParametersOrThrow
in interface PartitionInfoOrBuilder
public PartitionInfo.Builder clearParameters()
public PartitionInfo.Builder removeParameters(String key)
map<string, string> parameters = 7;
@Deprecated public Map<String,String> getMutableParameters()
public PartitionInfo.Builder putParameters(String key, String value)
map<string, string> parameters = 7;
public PartitionInfo.Builder putAllParameters(Map<String,String> values)
map<string, string> parameters = 7;
public final PartitionInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
public final PartitionInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<PartitionInfo.Builder>
Copyright © 2023. All Rights Reserved.