public static interface HiveMetastore.LockComponentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbname()
string dbname = 3; |
com.google.protobuf.ByteString |
getDbnameBytes()
string dbname = 3; |
boolean |
getIsDynamicPartitionWrite()
bool is_dynamic_partition_write = 8; |
boolean |
getIsTransactional()
bool is_transactional = 7; |
HiveMetastore.LockLevel |
getLevel()
.org.apache.hadoop.hive.metastore.grpc.LockLevel level = 2; |
int |
getLevelValue()
.org.apache.hadoop.hive.metastore.grpc.LockLevel level = 2; |
HiveMetastore.DataOperationType |
getOperationType()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6; |
int |
getOperationTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6; |
String |
getPartitionname()
string partitionname = 5; |
com.google.protobuf.ByteString |
getPartitionnameBytes()
string partitionname = 5; |
String |
getTablename()
string tablename = 4; |
com.google.protobuf.ByteString |
getTablenameBytes()
string tablename = 4; |
HiveMetastore.LockType |
getType()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 1; |
int |
getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 1;HiveMetastore.LockType getType()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 1;int getLevelValue()
.org.apache.hadoop.hive.metastore.grpc.LockLevel level = 2;HiveMetastore.LockLevel getLevel()
.org.apache.hadoop.hive.metastore.grpc.LockLevel level = 2;String getDbname()
string dbname = 3;com.google.protobuf.ByteString getDbnameBytes()
string dbname = 3;String getTablename()
string tablename = 4;com.google.protobuf.ByteString getTablenameBytes()
string tablename = 4;String getPartitionname()
string partitionname = 5;com.google.protobuf.ByteString getPartitionnameBytes()
string partitionname = 5;int getOperationTypeValue()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6;HiveMetastore.DataOperationType getOperationType()
.org.apache.hadoop.hive.metastore.grpc.DataOperationType operation_type = 6;boolean getIsTransactional()
bool is_transactional = 7;boolean getIsDynamicPartitionWrite()
bool is_dynamic_partition_write = 8;Copyright © 2024 The Apache Software Foundation. All rights reserved.