public static interface HiveMetastore.FireListenerEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTblParams(String key)
map<string, string> tblParams = 7; |
String |
getCatName()
string cat_name = 6; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 6; |
HiveMetastore.FireEventRequestData |
getData()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2; |
HiveMetastore.FireEventRequestDataOrBuilder |
getDataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2; |
String |
getDbName()
string db_name = 3; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 3; |
String |
getPartitionVals(int index)
repeated string partition_vals = 5; |
com.google.protobuf.ByteString |
getPartitionValsBytes(int index)
repeated string partition_vals = 5; |
int |
getPartitionValsCount()
repeated string partition_vals = 5; |
List<String> |
getPartitionValsList()
repeated string partition_vals = 5; |
boolean |
getSuccessful()
bool successful = 1; |
String |
getTableName()
string table_name = 4; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 4; |
Map<String,String> |
getTblParams()
Deprecated.
|
int |
getTblParamsCount()
map<string, string> tblParams = 7; |
Map<String,String> |
getTblParamsMap()
map<string, string> tblParams = 7; |
String |
getTblParamsOrDefault(String key,
String defaultValue)
map<string, string> tblParams = 7; |
String |
getTblParamsOrThrow(String key)
map<string, string> tblParams = 7; |
boolean |
hasData()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getSuccessful()
bool successful = 1;boolean hasData()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2;HiveMetastore.FireEventRequestData getData()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2;HiveMetastore.FireEventRequestDataOrBuilder getDataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.FireEventRequestData data = 2;String getDbName()
string db_name = 3;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 3;String getTableName()
string table_name = 4;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 4;List<String> getPartitionValsList()
repeated string partition_vals = 5;int getPartitionValsCount()
repeated string partition_vals = 5;String getPartitionVals(int index)
repeated string partition_vals = 5;index - The index of the element to return.com.google.protobuf.ByteString getPartitionValsBytes(int index)
repeated string partition_vals = 5;index - The index of the value to return.String getCatName()
string cat_name = 6;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 6;int getTblParamsCount()
map<string, string> tblParams = 7;boolean containsTblParams(String key)
map<string, string> tblParams = 7;@Deprecated Map<String,String> getTblParams()
getTblParamsMap() instead.String getTblParamsOrDefault(String key, String defaultValue)
map<string, string> tblParams = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.