public static interface HiveMetastore.CreationMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 1; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 1; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
long |
getMaterializationTime()
int64 materialization_time = 6; |
HiveMetastore.SourceTable |
getSourceTables(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7; |
int |
getSourceTablesCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7; |
List<HiveMetastore.SourceTable> |
getSourceTablesList()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7; |
HiveMetastore.SourceTableOrBuilder |
getSourceTablesOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7; |
List<? extends HiveMetastore.SourceTableOrBuilder> |
getSourceTablesOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7; |
String |
getTablesUseds(int index)
repeated string tables_useds = 4; |
com.google.protobuf.ByteString |
getTablesUsedsBytes(int index)
repeated string tables_useds = 4; |
int |
getTablesUsedsCount()
repeated string tables_useds = 4; |
List<String> |
getTablesUsedsList()
repeated string tables_useds = 4; |
String |
getTblName()
string tbl_name = 3; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 3; |
String |
getValidTxnList()
string valid_txn_list = 5; |
com.google.protobuf.ByteString |
getValidTxnListBytes()
string valid_txn_list = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatName()
string cat_name = 1;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;String getTblName()
string tbl_name = 3;com.google.protobuf.ByteString getTblNameBytes()
string tbl_name = 3;List<String> getTablesUsedsList()
repeated string tables_useds = 4;int getTablesUsedsCount()
repeated string tables_useds = 4;String getTablesUseds(int index)
repeated string tables_useds = 4;index - The index of the element to return.com.google.protobuf.ByteString getTablesUsedsBytes(int index)
repeated string tables_useds = 4;index - The index of the value to return.String getValidTxnList()
string valid_txn_list = 5;com.google.protobuf.ByteString getValidTxnListBytes()
string valid_txn_list = 5;long getMaterializationTime()
int64 materialization_time = 6;List<HiveMetastore.SourceTable> getSourceTablesList()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7;HiveMetastore.SourceTable getSourceTables(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7;int getSourceTablesCount()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7;List<? extends HiveMetastore.SourceTableOrBuilder> getSourceTablesOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7;HiveMetastore.SourceTableOrBuilder getSourceTablesOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.SourceTable source_tables = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.