public static interface HiveMetastore.AlterPartitionsReqRequestOrBuilder
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 |
getEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5; |
HiveMetastore.EnvironmentContextOrBuilder |
getEnvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5; |
HiveMetastore.Partition |
getPartitions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4; |
int |
getPartitionsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4; |
List<HiveMetastore.Partition> |
getPartitionsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4; |
HiveMetastore.PartitionOrBuilder |
getPartitionsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4; |
List<? extends HiveMetastore.PartitionOrBuilder> |
getPartitionsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4; |
String |
getTableName()
string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 3; |
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 |
hasEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 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 getTableName()
string table_name = 3;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 3;List<HiveMetastore.Partition> getPartitionsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4;HiveMetastore.Partition getPartitions(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4;int getPartitionsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4;List<? extends HiveMetastore.PartitionOrBuilder> getPartitionsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4;HiveMetastore.PartitionOrBuilder getPartitionsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition partitions = 4;boolean hasEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5;HiveMetastore.EnvironmentContext getEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5;HiveMetastore.EnvironmentContextOrBuilder getEnvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_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;Copyright © 2024 The Apache Software Foundation. All rights reserved.