public static interface HiveMetastore.LockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentInfo()
string agent_info = 5; |
com.google.protobuf.ByteString |
getAgentInfoBytes()
string agent_info = 5; |
HiveMetastore.LockComponent |
getComponents(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1; |
int |
getComponentsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1; |
List<HiveMetastore.LockComponent> |
getComponentsList()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1; |
HiveMetastore.LockComponentOrBuilder |
getComponentsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1; |
List<? extends HiveMetastore.LockComponentOrBuilder> |
getComponentsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1; |
boolean |
getExclusiveCtas()
bool exclusive_ctas = 7; |
String |
getHostname()
string hostname = 4; |
com.google.protobuf.ByteString |
getHostnameBytes()
string hostname = 4; |
long |
getTxnid()
int64 txnid = 2; |
String |
getUser()
string user = 3; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 3; |
boolean |
getZeroWaitReadEnabled()
bool zero_wait_read_enabled = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<HiveMetastore.LockComponent> getComponentsList()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1;HiveMetastore.LockComponent getComponents(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1;int getComponentsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1;List<? extends HiveMetastore.LockComponentOrBuilder> getComponentsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1;HiveMetastore.LockComponentOrBuilder getComponentsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.LockComponent components = 1;long getTxnid()
int64 txnid = 2;String getUser()
string user = 3;com.google.protobuf.ByteString getUserBytes()
string user = 3;String getHostname()
string hostname = 4;com.google.protobuf.ByteString getHostnameBytes()
string hostname = 4;String getAgentInfo()
string agent_info = 5;com.google.protobuf.ByteString getAgentInfoBytes()
string agent_info = 5;boolean getZeroWaitReadEnabled()
bool zero_wait_read_enabled = 6;boolean getExclusiveCtas()
bool exclusive_ctas = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.