public interface TableInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 7; |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
Layout |
getLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
LayoutOrBuilder |
getLayoutOrBuilder()
optional .alluxio.grpc.table.Layout layout = 6; |
String |
getOwner()
optional string owner = 4; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 4; |
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; |
FieldSchema |
getPartitionCols(int index)
partitioning scheme
|
int |
getPartitionColsCount()
partitioning scheme
|
List<FieldSchema> |
getPartitionColsList()
partitioning scheme
|
FieldSchemaOrBuilder |
getPartitionColsOrBuilder(int index)
partitioning scheme
|
List<? extends FieldSchemaOrBuilder> |
getPartitionColsOrBuilderList()
partitioning scheme
|
long |
getPreviousVersion()
optional int64 previous_version = 9; |
Schema |
getSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
SchemaOrBuilder |
getSchemaOrBuilder()
optional .alluxio.grpc.table.Schema schema = 5; |
String |
getTableName()
optional string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 2; |
TableInfo.TableType |
getType()
optional .alluxio.grpc.table.TableInfo.TableType type = 3; |
long |
getVersion()
optional int64 version = 10; |
long |
getVersionCreationTime()
optional int64 version_creation_time = 11; |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasLayout()
optional .alluxio.grpc.table.Layout layout = 6; |
boolean |
hasOwner()
optional string owner = 4; |
boolean |
hasPreviousVersion()
optional int64 previous_version = 9; |
boolean |
hasSchema()
optional .alluxio.grpc.table.Schema schema = 5; |
boolean |
hasTableName()
optional string table_name = 2; |
boolean |
hasType()
optional .alluxio.grpc.table.TableInfo.TableType type = 3; |
boolean |
hasVersion()
optional int64 version = 10; |
boolean |
hasVersionCreationTime()
optional int64 version_creation_time = 11; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDbName()
optional string db_name = 1;
String getDbName()
optional string db_name = 1;
com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
boolean hasTableName()
optional string table_name = 2;
String getTableName()
optional string table_name = 2;
com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 2;
boolean hasType()
optional .alluxio.grpc.table.TableInfo.TableType type = 3;
TableInfo.TableType getType()
optional .alluxio.grpc.table.TableInfo.TableType type = 3;
boolean hasOwner()
optional string owner = 4;
String getOwner()
optional string owner = 4;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 4;
boolean hasSchema()
optional .alluxio.grpc.table.Schema schema = 5;
Schema getSchema()
optional .alluxio.grpc.table.Schema schema = 5;
SchemaOrBuilder getSchemaOrBuilder()
optional .alluxio.grpc.table.Schema schema = 5;
boolean hasLayout()
optional .alluxio.grpc.table.Layout layout = 6;
Layout getLayout()
optional .alluxio.grpc.table.Layout layout = 6;
LayoutOrBuilder getLayoutOrBuilder()
optional .alluxio.grpc.table.Layout layout = 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;
List<FieldSchema> getPartitionColsList()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
FieldSchema getPartitionCols(int index)
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
int getPartitionColsCount()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
List<? extends FieldSchemaOrBuilder> getPartitionColsOrBuilderList()
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
FieldSchemaOrBuilder getPartitionColsOrBuilder(int index)
partitioning scheme
repeated .alluxio.grpc.table.FieldSchema partition_cols = 8;
boolean hasPreviousVersion()
optional int64 previous_version = 9;
long getPreviousVersion()
optional int64 previous_version = 9;
boolean hasVersion()
optional int64 version = 10;
long getVersion()
optional int64 version = 10;
boolean hasVersionCreationTime()
optional int64 version_creation_time = 11;
long getVersionCreationTime()
optional int64 version_creation_time = 11;
Copyright © 2023. All Rights Reserved.