public interface PartitionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 7; |
FieldSchema |
getDataCols(int index)
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; |
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; |
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
|
List<String> |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getValuesList()
list of string values for each partition column
repeated string values = 1;
int getValuesCount()
list of string values for each partition column
repeated string values = 1;
String getValues(int index)
list of string values for each partition column
repeated string values = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
list of string values for each partition column
repeated string values = 1;
index
- The index of the value to return.boolean hasPartitionName()
partition name in the form of "key=value"
optional string partition_name = 2;
String getPartitionName()
partition name in the form of "key=value"
optional string partition_name = 2;
com.google.protobuf.ByteString getPartitionNameBytes()
partition name in the form of "key=value"
optional string partition_name = 2;
boolean hasDbName()
optional string db_name = 3;
String getDbName()
optional string db_name = 3;
com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 3;
boolean hasTableName()
optional string table_name = 4;
String getTableName()
optional string table_name = 4;
com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 4;
boolean hasStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5;
Storage getStorage()
optional .alluxio.grpc.table.layout.Storage storage = 5;
StorageOrBuilder getStorageOrBuilder()
optional .alluxio.grpc.table.layout.Storage storage = 5;
List<FieldSchema> getDataColsList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
FieldSchema getDataCols(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
int getDataColsCount()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
List<? extends FieldSchemaOrBuilder> getDataColsOrBuilderList()
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
FieldSchemaOrBuilder getDataColsOrBuilder(int index)
repeated .alluxio.grpc.table.FieldSchema data_cols = 6;
int getParametersCount()
map<string, string> parameters = 7;
boolean containsParameters(String key)
map<string, string> parameters = 7;
@Deprecated Map<String,String> getParameters()
getParametersMap()
instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 7;
Copyright © 2023. All Rights Reserved.