public static interface HiveMetastore.ExchangePartitionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPartitionSpecs(String key)
map<string, string> partition_specs = 1; |
String |
getDestDb()
string dest_db = 4; |
com.google.protobuf.ByteString |
getDestDbBytes()
string dest_db = 4; |
String |
getDestTableName()
string dest_table_name = 5; |
com.google.protobuf.ByteString |
getDestTableNameBytes()
string dest_table_name = 5; |
Map<String,String> |
getPartitionSpecs()
Deprecated.
|
int |
getPartitionSpecsCount()
map<string, string> partition_specs = 1; |
Map<String,String> |
getPartitionSpecsMap()
map<string, string> partition_specs = 1; |
String |
getPartitionSpecsOrDefault(String key,
String defaultValue)
map<string, string> partition_specs = 1; |
String |
getPartitionSpecsOrThrow(String key)
map<string, string> partition_specs = 1; |
String |
getSourceDb()
string source_db = 2; |
com.google.protobuf.ByteString |
getSourceDbBytes()
string source_db = 2; |
String |
getSourceTableName()
string source_table_name = 3; |
com.google.protobuf.ByteString |
getSourceTableNameBytes()
string source_table_name = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getPartitionSpecsCount()
map<string, string> partition_specs = 1;boolean containsPartitionSpecs(String key)
map<string, string> partition_specs = 1;@Deprecated Map<String,String> getPartitionSpecs()
getPartitionSpecsMap() instead.Map<String,String> getPartitionSpecsMap()
map<string, string> partition_specs = 1;String getPartitionSpecsOrDefault(String key, String defaultValue)
map<string, string> partition_specs = 1;String getPartitionSpecsOrThrow(String key)
map<string, string> partition_specs = 1;String getSourceDb()
string source_db = 2;com.google.protobuf.ByteString getSourceDbBytes()
string source_db = 2;String getSourceTableName()
string source_table_name = 3;com.google.protobuf.ByteString getSourceTableNameBytes()
string source_table_name = 3;String getDestDb()
string dest_db = 4;com.google.protobuf.ByteString getDestDbBytes()
string dest_db = 4;String getDestTableName()
string dest_table_name = 5;com.google.protobuf.ByteString getDestTableNameBytes()
string dest_table_name = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.