public static interface HiveMetastore.DatabaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 4; |
String |
getCatalogName()
string catalog_name = 8; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
string catalog_name = 8; |
String |
getConnectorName()
string connector_name = 12; |
com.google.protobuf.ByteString |
getConnectorNameBytes()
string connector_name = 12; |
int |
getCreateTime()
int32 create_time = 9; |
String |
getDescription()
string description = 2; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 2; |
String |
getLocationUri()
string location_uri = 3; |
com.google.protobuf.ByteString |
getLocationUriBytes()
string location_uri = 3; |
String |
getManagedLocationUri()
epoch
|
com.google.protobuf.ByteString |
getManagedLocationUriBytes()
epoch
|
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
String |
getOwnerName()
string owner_name = 6; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
string owner_name = 6; |
HiveMetastore.PrincipalType |
getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7; |
int |
getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 4; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 4; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 4; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 4; |
HiveMetastore.PrincipalPrivilegeSet |
getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5; |
HiveMetastore.PrincipalPrivilegeSetOrBuilder |
getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5; |
String |
getRemoteDbname()
string remote_dbname = 13; |
com.google.protobuf.ByteString |
getRemoteDbnameBytes()
string remote_dbname = 13; |
HiveMetastore.DatabaseType |
getType()
.org.apache.hadoop.hive.metastore.grpc.DatabaseType type = 11; |
int |
getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DatabaseType type = 11; |
boolean |
hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;String getDescription()
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
string description = 2;String getLocationUri()
string location_uri = 3;com.google.protobuf.ByteString getLocationUriBytes()
string location_uri = 3;int getParametersCount()
map<string, string> parameters = 4;boolean containsParameters(String key)
map<string, string> parameters = 4;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 4;boolean hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5;HiveMetastore.PrincipalPrivilegeSet getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5;HiveMetastore.PrincipalPrivilegeSetOrBuilder getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 5;String getOwnerName()
string owner_name = 6;com.google.protobuf.ByteString getOwnerNameBytes()
string owner_name = 6;int getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7;HiveMetastore.PrincipalType getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 7;String getCatalogName()
string catalog_name = 8;com.google.protobuf.ByteString getCatalogNameBytes()
string catalog_name = 8;int getCreateTime()
int32 create_time = 9;String getManagedLocationUri()
epoch
string managed_location_uri = 10;com.google.protobuf.ByteString getManagedLocationUriBytes()
epoch
string managed_location_uri = 10;int getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DatabaseType type = 11;HiveMetastore.DatabaseType getType()
.org.apache.hadoop.hive.metastore.grpc.DatabaseType type = 11;String getConnectorName()
string connector_name = 12;com.google.protobuf.ByteString getConnectorNameBytes()
string connector_name = 12;String getRemoteDbname()
string remote_dbname = 13;com.google.protobuf.ByteString getRemoteDbnameBytes()
string remote_dbname = 13;Copyright © 2024 The Apache Software Foundation. All rights reserved.