public static interface HiveMetastore.ShowLocksResponseElementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAcquiredat()
int64 acquiredat = 9; |
String |
getAgentInfo()
string agent_info = 13; |
com.google.protobuf.ByteString |
getAgentInfoBytes()
string agent_info = 13; |
long |
getBlockedByExtId()
int64 blocked_by_ext_id = 14; |
long |
getBlockedByIntId()
int64 blocked_by_int_id = 15; |
String |
getDbname()
string dbname = 2; |
com.google.protobuf.ByteString |
getDbnameBytes()
string dbname = 2; |
int |
getHeartbeatCount()
int32 heartbeat_count = 12; |
String |
getHostname()
string hostname = 11; |
com.google.protobuf.ByteString |
getHostnameBytes()
string hostname = 11; |
long |
getLastheartbeat()
int64 lastheartbeat = 8; |
long |
getLockid()
int64 lockid = 1; |
long |
getLockIdInternal()
int64 lock_id_internal = 16; |
String |
getPartname()
string partname = 4; |
com.google.protobuf.ByteString |
getPartnameBytes()
string partname = 4; |
HiveMetastore.LockState |
getState()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5; |
int |
getStateValue()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5; |
String |
getTablename()
string tablename = 3; |
com.google.protobuf.ByteString |
getTablenameBytes()
string tablename = 3; |
long |
getTxnid()
int64 txnid = 7; |
HiveMetastore.LockType |
getType()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6; |
int |
getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6; |
String |
getUser()
string user = 10; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getLockid()
int64 lockid = 1;String getDbname()
string dbname = 2;com.google.protobuf.ByteString getDbnameBytes()
string dbname = 2;String getTablename()
string tablename = 3;com.google.protobuf.ByteString getTablenameBytes()
string tablename = 3;String getPartname()
string partname = 4;com.google.protobuf.ByteString getPartnameBytes()
string partname = 4;int getStateValue()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5;HiveMetastore.LockState getState()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5;int getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6;HiveMetastore.LockType getType()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6;long getTxnid()
int64 txnid = 7;long getLastheartbeat()
int64 lastheartbeat = 8;long getAcquiredat()
int64 acquiredat = 9;String getUser()
string user = 10;com.google.protobuf.ByteString getUserBytes()
string user = 10;String getHostname()
string hostname = 11;com.google.protobuf.ByteString getHostnameBytes()
string hostname = 11;int getHeartbeatCount()
int32 heartbeat_count = 12;String getAgentInfo()
string agent_info = 13;com.google.protobuf.ByteString getAgentInfoBytes()
string agent_info = 13;long getBlockedByExtId()
int64 blocked_by_ext_id = 14;long getBlockedByIntId()
int64 blocked_by_int_id = 15;long getLockIdInternal()
int64 lock_id_internal = 16;Copyright © 2024 The Apache Software Foundation. All rights reserved.