public static interface HiveMetastore.SerDeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 3; |
String |
getDescription()
string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 4; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 3; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 3; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 3; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 3; |
HiveMetastore.SerdeType |
getSerdeType()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
int |
getSerdeTypeValue()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6; |
String |
getSerializationLib()
string serialization_lib = 2; |
com.google.protobuf.ByteString |
getSerializationLibBytes()
string serialization_lib = 2; |
String |
getSerializerClass()
string serializer_class = 5; |
com.google.protobuf.ByteString |
getSerializerClassBytes()
string serializer_class = 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 getSerializationLib()
string serialization_lib = 2;com.google.protobuf.ByteString getSerializationLibBytes()
string serialization_lib = 2;int getParametersCount()
map<string, string> parameters = 3;boolean containsParameters(String key)
map<string, string> parameters = 3;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 3;String getDescription()
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
string description = 4;String getSerializerClass()
string serializer_class = 5;com.google.protobuf.ByteString getSerializerClassBytes()
string serializer_class = 5;int getSerdeTypeValue()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6;HiveMetastore.SerdeType getSerdeType()
.org.apache.hadoop.hive.metastore.grpc.SerdeType serde_type = 6;Copyright © 2024 The Apache Software Foundation. All rights reserved.