public static interface HiveMetastore.AddPartitionsReqRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 6; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 6; |
String |
getDbName()
string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 1; |
boolean |
getIfNotExists()
bool if_not_exists = 4; |
boolean |
getNeedResult()
bool need_result = 5; |
HiveMetastore.Partition |
getParts(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3; |
int |
getPartsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3; |
List<HiveMetastore.Partition> |
getPartsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3; |
HiveMetastore.PartitionOrBuilder |
getPartsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3; |
List<? extends HiveMetastore.PartitionOrBuilder> |
getPartsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3; |
String |
getTblName()
string tbl_name = 2; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 2; |
String |
getValidWriteIdList()
string valid_write_id_list = 7; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDbName()
string db_name = 1;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 1;String getTblName()
string tbl_name = 2;com.google.protobuf.ByteString getTblNameBytes()
string tbl_name = 2;List<HiveMetastore.Partition> getPartsList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3;HiveMetastore.Partition getParts(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3;int getPartsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3;List<? extends HiveMetastore.PartitionOrBuilder> getPartsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3;HiveMetastore.PartitionOrBuilder getPartsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.Partition parts = 3;boolean getIfNotExists()
bool if_not_exists = 4;boolean getNeedResult()
bool need_result = 5;String getCatName()
string cat_name = 6;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 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.