public static interface HiveMetastore.RenamePartitionReqRequestOrBuilder
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; |
boolean |
getClonePart()
bool clone_part = 8; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
HiveMetastore.Partition |
getNewPart()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 5; |
HiveMetastore.PartitionOrBuilder |
getNewPartOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 5; |
String |
getPartVals(int index)
repeated string part_vals = 4; |
com.google.protobuf.ByteString |
getPartValsBytes(int index)
repeated string part_vals = 4; |
int |
getPartValsCount()
repeated string part_vals = 4; |
List<String> |
getPartValsList()
repeated string part_vals = 4; |
String |
getTableName()
string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 3; |
long |
getTxnId()
int64 txn_id = 7; |
String |
getValidWriteIdList()
string valid_write_id_list = 6; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 6; |
boolean |
hasNewPart()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 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<String> getPartValsList()
repeated string part_vals = 4;int getPartValsCount()
repeated string part_vals = 4;String getPartVals(int index)
repeated string part_vals = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartValsBytes(int index)
repeated string part_vals = 4;index - The index of the value to return.boolean hasNewPart()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 5;HiveMetastore.Partition getNewPart()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 5;HiveMetastore.PartitionOrBuilder getNewPartOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.Partition new_part = 5;String getValidWriteIdList()
string valid_write_id_list = 6;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 6;long getTxnId()
int64 txn_id = 7;boolean getClonePart()
bool clone_part = 8;Copyright © 2024 The Apache Software Foundation. All rights reserved.