public static interface HiveMetastore.GetPartitionsWithSpecsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 1; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 1; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
HiveMetastore.GetPartitionsFilterSpec |
getFilterSpec()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8; |
HiveMetastore.GetPartitionsFilterSpecOrBuilder |
getFilterSpecOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8; |
String |
getGroupNames(int index)
repeated string group_names = 6; |
com.google.protobuf.ByteString |
getGroupNamesBytes(int index)
repeated string group_names = 6; |
int |
getGroupNamesCount()
repeated string group_names = 6; |
List<String> |
getGroupNamesList()
repeated string group_names = 6; |
String |
getProcessorCapabilities(int index)
repeated string processor_capabilities = 9; |
com.google.protobuf.ByteString |
getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 9; |
int |
getProcessorCapabilitiesCount()
repeated string processor_capabilities = 9; |
List<String> |
getProcessorCapabilitiesList()
repeated string processor_capabilities = 9; |
String |
getProcessorIdentifier()
string processor_identifier = 10; |
com.google.protobuf.ByteString |
getProcessorIdentifierBytes()
string processor_identifier = 10; |
HiveMetastore.GetProjectionsSpec |
getProjectionSpec()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7; |
HiveMetastore.GetProjectionsSpecOrBuilder |
getProjectionSpecOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7; |
String |
getTblName()
string tbl_name = 3; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 3; |
String |
getUser()
string user = 5; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 5; |
String |
getValidWriteIdList()
string valid_write_id_list = 11; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 11; |
boolean |
getWithAuth()
bool with_auth = 4; |
boolean |
hasFilterSpec()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8; |
boolean |
hasProjectionSpec()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatName()
string cat_name = 1;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;String getTblName()
string tbl_name = 3;com.google.protobuf.ByteString getTblNameBytes()
string tbl_name = 3;boolean getWithAuth()
bool with_auth = 4;String getUser()
string user = 5;com.google.protobuf.ByteString getUserBytes()
string user = 5;List<String> getGroupNamesList()
repeated string group_names = 6;int getGroupNamesCount()
repeated string group_names = 6;String getGroupNames(int index)
repeated string group_names = 6;index - The index of the element to return.com.google.protobuf.ByteString getGroupNamesBytes(int index)
repeated string group_names = 6;index - The index of the value to return.boolean hasProjectionSpec()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7;HiveMetastore.GetProjectionsSpec getProjectionSpec()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7;HiveMetastore.GetProjectionsSpecOrBuilder getProjectionSpecOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.GetProjectionsSpec projection_spec = 7;boolean hasFilterSpec()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8;HiveMetastore.GetPartitionsFilterSpec getFilterSpec()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8;HiveMetastore.GetPartitionsFilterSpecOrBuilder getFilterSpecOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.GetPartitionsFilterSpec filter_spec = 8;List<String> getProcessorCapabilitiesList()
repeated string processor_capabilities = 9;int getProcessorCapabilitiesCount()
repeated string processor_capabilities = 9;String getProcessorCapabilities(int index)
repeated string processor_capabilities = 9;index - The index of the element to return.com.google.protobuf.ByteString getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 9;index - The index of the value to return.String getProcessorIdentifier()
string processor_identifier = 10;com.google.protobuf.ByteString getProcessorIdentifierBytes()
string processor_identifier = 10;String getValidWriteIdList()
string valid_write_id_list = 11;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 11;Copyright © 2024 The Apache Software Foundation. All rights reserved.