public static interface HiveMetastore.PartitionWithoutSDOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 5; |
int |
getCreateTime()
int32 create_time = 2; |
int |
getLastAccessTime()
int32 last_access_time = 3; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 5; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 5; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 5; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 5; |
HiveMetastore.PrincipalPrivilegeSet |
getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6; |
HiveMetastore.PrincipalPrivilegeSetOrBuilder |
getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6; |
String |
getRelativePath()
string relative_path = 4; |
com.google.protobuf.ByteString |
getRelativePathBytes()
string relative_path = 4; |
String |
getValues(int index)
repeated string values = 1; |
com.google.protobuf.ByteString |
getValuesBytes(int index)
repeated string values = 1; |
int |
getValuesCount()
repeated string values = 1; |
List<String> |
getValuesList()
repeated string values = 1; |
boolean |
hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
repeated string values = 1;int getValuesCount()
repeated string values = 1;String getValues(int index)
repeated string values = 1;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
repeated string values = 1;index - The index of the value to return.int getCreateTime()
int32 create_time = 2;int getLastAccessTime()
int32 last_access_time = 3;String getRelativePath()
string relative_path = 4;com.google.protobuf.ByteString getRelativePathBytes()
string relative_path = 4;int getParametersCount()
map<string, string> parameters = 5;boolean containsParameters(String key)
map<string, string> parameters = 5;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 5;boolean hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6;HiveMetastore.PrincipalPrivilegeSet getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6;HiveMetastore.PrincipalPrivilegeSetOrBuilder getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.