public static interface HiveMetastore.TruncateTableRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName()
string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 1; |
HiveMetastore.EnvironmentContext |
getEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6; |
HiveMetastore.EnvironmentContextOrBuilder |
getEvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6; |
String |
getPartNames(int index)
repeated string part_names = 3; |
com.google.protobuf.ByteString |
getPartNamesBytes(int index)
repeated string part_names = 3; |
int |
getPartNamesCount()
repeated string part_names = 3; |
List<String> |
getPartNamesList()
repeated string part_names = 3; |
String |
getTableName()
string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 2; |
String |
getValidWriteIdList()
string valid_write_id_list = 5; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 5; |
long |
getWriteId()
int64 write_id = 4; |
boolean |
hasEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6; |
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 getTableName()
string table_name = 2;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 2;List<String> getPartNamesList()
repeated string part_names = 3;int getPartNamesCount()
repeated string part_names = 3;String getPartNames(int index)
repeated string part_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getPartNamesBytes(int index)
repeated string part_names = 3;index - The index of the value to return.long getWriteId()
int64 write_id = 4;String getValidWriteIdList()
string valid_write_id_list = 5;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 5;boolean hasEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6;HiveMetastore.EnvironmentContext getEvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6;HiveMetastore.EnvironmentContextOrBuilder getEvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext evironment_context = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.