public static interface HiveMetastore.DropPartitionWithEnvironmentContextRequestOrBuilder
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; |
boolean |
getDeleteData()
bool delete_data = 4; |
HiveMetastore.EnvironmentContext |
getEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5; |
HiveMetastore.EnvironmentContextOrBuilder |
getEnvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5; |
String |
getPartVals(int index)
repeated string part_vals = 3; |
com.google.protobuf.ByteString |
getPartValsBytes(int index)
repeated string part_vals = 3; |
int |
getPartValsCount()
repeated string part_vals = 3; |
List<String> |
getPartValsList()
repeated string part_vals = 3; |
String |
getTblName()
string tbl_name = 2; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 2; |
boolean |
hasEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5; |
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<String> getPartValsList()
repeated string part_vals = 3;int getPartValsCount()
repeated string part_vals = 3;String getPartVals(int index)
repeated string part_vals = 3;index - The index of the element to return.com.google.protobuf.ByteString getPartValsBytes(int index)
repeated string part_vals = 3;index - The index of the value to return.boolean getDeleteData()
bool delete_data = 4;boolean hasEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5;HiveMetastore.EnvironmentContext getEnvironmentContext()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5;HiveMetastore.EnvironmentContextOrBuilder getEnvironmentContextOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.EnvironmentContext environment_context = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.