public static interface HiveMetastore.AddDynamicPartitionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbname()
string dbname = 3; |
com.google.protobuf.ByteString |
getDbnameBytes()
string dbname = 3; |
HiveMetastore.DataOperationType |
getOperationType()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6; |
int |
getOperationTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6; |
String |
getPartitionnames(int index)
repeated string partitionnames = 5; |
com.google.protobuf.ByteString |
getPartitionnamesBytes(int index)
repeated string partitionnames = 5; |
int |
getPartitionnamesCount()
repeated string partitionnames = 5; |
List<String> |
getPartitionnamesList()
repeated string partitionnames = 5; |
String |
getTablename()
string tablename = 4; |
com.google.protobuf.ByteString |
getTablenameBytes()
string tablename = 4; |
long |
getTxnid()
int64 txnid = 1; |
long |
getWriteid()
int64 writeid = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTxnid()
int64 txnid = 1;long getWriteid()
int64 writeid = 2;String getDbname()
string dbname = 3;com.google.protobuf.ByteString getDbnameBytes()
string dbname = 3;String getTablename()
string tablename = 4;com.google.protobuf.ByteString getTablenameBytes()
string tablename = 4;List<String> getPartitionnamesList()
repeated string partitionnames = 5;int getPartitionnamesCount()
repeated string partitionnames = 5;String getPartitionnames(int index)
repeated string partitionnames = 5;index - The index of the element to return.com.google.protobuf.ByteString getPartitionnamesBytes(int index)
repeated string partitionnames = 5;index - The index of the value to return.int getOperationTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6;HiveMetastore.DataOperationType getOperationType()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.