public static final class HiveMetastore.ShowLocksResponseElement extends com.google.protobuf.GeneratedMessageV3 implements HiveMetastore.ShowLocksResponseElementOrBuilder
org.apache.hadoop.hive.metastore.grpc.ShowLocksResponseElement| Modifier and Type | Class and Description |
|---|---|
static class |
HiveMetastore.ShowLocksResponseElement.Builder
Protobuf type
org.apache.hadoop.hive.metastore.grpc.ShowLocksResponseElement |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ACQUIREDAT_FIELD_NUMBER |
static int |
AGENT_INFO_FIELD_NUMBER |
static int |
BLOCKED_BY_EXT_ID_FIELD_NUMBER |
static int |
BLOCKED_BY_INT_ID_FIELD_NUMBER |
static int |
DBNAME_FIELD_NUMBER |
static int |
HEARTBEAT_COUNT_FIELD_NUMBER |
static int |
HOSTNAME_FIELD_NUMBER |
static int |
LASTHEARTBEAT_FIELD_NUMBER |
static int |
LOCK_ID_INTERNAL_FIELD_NUMBER |
static int |
LOCKID_FIELD_NUMBER |
static int |
PARTNAME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
TABLENAME_FIELD_NUMBER |
static int |
TXNID_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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; |
static HiveMetastore.ShowLocksResponseElement |
getDefaultInstance() |
HiveMetastore.ShowLocksResponseElement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<HiveMetastore.ShowLocksResponseElement> |
getParserForType() |
String |
getPartname()
string partname = 4; |
com.google.protobuf.ByteString |
getPartnameBytes()
string partname = 4; |
int |
getSerializedSize() |
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; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HiveMetastore.ShowLocksResponseElement.Builder |
newBuilder() |
static HiveMetastore.ShowLocksResponseElement.Builder |
newBuilder(HiveMetastore.ShowLocksResponseElement prototype) |
HiveMetastore.ShowLocksResponseElement.Builder |
newBuilderForType() |
protected HiveMetastore.ShowLocksResponseElement.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static HiveMetastore.ShowLocksResponseElement |
parseDelimitedFrom(InputStream input) |
static HiveMetastore.ShowLocksResponseElement |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(byte[] data) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(ByteBuffer data) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(com.google.protobuf.ByteString data) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(InputStream input) |
static HiveMetastore.ShowLocksResponseElement |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HiveMetastore.ShowLocksResponseElement> |
parser() |
HiveMetastore.ShowLocksResponseElement.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOCKID_FIELD_NUMBER
public static final int DBNAME_FIELD_NUMBER
public static final int TABLENAME_FIELD_NUMBER
public static final int PARTNAME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int TXNID_FIELD_NUMBER
public static final int LASTHEARTBEAT_FIELD_NUMBER
public static final int ACQUIREDAT_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int HOSTNAME_FIELD_NUMBER
public static final int HEARTBEAT_COUNT_FIELD_NUMBER
public static final int AGENT_INFO_FIELD_NUMBER
public static final int BLOCKED_BY_EXT_ID_FIELD_NUMBER
public static final int BLOCKED_BY_INT_ID_FIELD_NUMBER
public static final int LOCK_ID_INTERNAL_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getLockid()
int64 lockid = 1;getLockid in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getDbname()
string dbname = 2;getDbname in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getDbnameBytes()
string dbname = 2;getDbnameBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getTablename()
string tablename = 3;getTablename in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getTablenameBytes()
string tablename = 3;getTablenameBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getPartname()
string partname = 4;getPartname in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getPartnameBytes()
string partname = 4;getPartnameBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic int getStateValue()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5;getStateValue in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic HiveMetastore.LockState getState()
.org.apache.hadoop.hive.metastore.grpc.LockState state = 5;getState in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic int getTypeValue()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6;getTypeValue in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic HiveMetastore.LockType getType()
.org.apache.hadoop.hive.metastore.grpc.LockType type = 6;getType in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getTxnid()
int64 txnid = 7;getTxnid in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getLastheartbeat()
int64 lastheartbeat = 8;getLastheartbeat in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getAcquiredat()
int64 acquiredat = 9;getAcquiredat in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getUser()
string user = 10;getUser in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
string user = 10;getUserBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getHostname()
string hostname = 11;getHostname in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getHostnameBytes()
string hostname = 11;getHostnameBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic int getHeartbeatCount()
int32 heartbeat_count = 12;getHeartbeatCount in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic String getAgentInfo()
string agent_info = 13;getAgentInfo in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic com.google.protobuf.ByteString getAgentInfoBytes()
string agent_info = 13;getAgentInfoBytes in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getBlockedByExtId()
int64 blocked_by_ext_id = 14;getBlockedByExtId in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getBlockedByIntId()
int64 blocked_by_int_id = 15;getBlockedByIntId in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic long getLockIdInternal()
int64 lock_id_internal = 16;getLockIdInternal in interface HiveMetastore.ShowLocksResponseElementOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static HiveMetastore.ShowLocksResponseElement parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(InputStream input) throws IOException
IOExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveMetastore.ShowLocksResponseElement parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HiveMetastore.ShowLocksResponseElement parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HiveMetastore.ShowLocksResponseElement parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HiveMetastore.ShowLocksResponseElement.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HiveMetastore.ShowLocksResponseElement.Builder newBuilder()
public static HiveMetastore.ShowLocksResponseElement.Builder newBuilder(HiveMetastore.ShowLocksResponseElement prototype)
public HiveMetastore.ShowLocksResponseElement.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HiveMetastore.ShowLocksResponseElement.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static HiveMetastore.ShowLocksResponseElement getDefaultInstance()
public static com.google.protobuf.Parser<HiveMetastore.ShowLocksResponseElement> parser()
public com.google.protobuf.Parser<HiveMetastore.ShowLocksResponseElement> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public HiveMetastore.ShowLocksResponseElement getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.