public static interface HiveMetastore.AlterTableReqRequestOrBuilder
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; |
HiveMetastore.EnvironmentContext |
getEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5; |
HiveMetastore.EnvironmentContextOrBuilder |
getEvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5; |
String |
getProcessorCapabilities(int index)
repeated string processor_capabilities = 8; |
com.google.protobuf.ByteString |
getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 8; |
int |
getProcessorCapabilitiesCount()
repeated string processor_capabilities = 8; |
List<String> |
getProcessorCapabilitiesList()
repeated string processor_capabilities = 8; |
String |
getProcessorIdentifier()
string processor_identifier = 9; |
com.google.protobuf.ByteString |
getProcessorIdentifierBytes()
string processor_identifier = 9; |
HiveMetastore.Table |
getTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4; |
String |
getTableName()
string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 3; |
HiveMetastore.TableOrBuilder |
getTableOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4; |
String |
getValidWriteIdList()
string valid_write_id_list = 7; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 7; |
long |
getWriteId()
int64 write_id = 6; |
boolean |
hasEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5; |
boolean |
hasTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4; |
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 getTableName()
string table_name = 3;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 3;boolean hasTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4;HiveMetastore.Table getTable()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4;HiveMetastore.TableOrBuilder getTableOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Table table = 4;boolean hasEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5;HiveMetastore.EnvironmentContext getEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5;HiveMetastore.EnvironmentContextOrBuilder getEvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 5;long getWriteId()
int64 write_id = 6;String getValidWriteIdList()
string valid_write_id_list = 7;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 7;List<String> getProcessorCapabilitiesList()
repeated string processor_capabilities = 8;int getProcessorCapabilitiesCount()
repeated string processor_capabilities = 8;String getProcessorCapabilities(int index)
repeated string processor_capabilities = 8;index - The index of the element to return.com.google.protobuf.ByteString getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 8;index - The index of the value to return.String getProcessorIdentifier()
string processor_identifier = 9;com.google.protobuf.ByteString getProcessorIdentifierBytes()
string processor_identifier = 9;Copyright © 2024 The Apache Software Foundation. All rights reserved.