public static final class LockServiceProtos.LockedResource extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements LockServiceProtos.LockedResourceOrBuilder
hbase.pb.LockedResource| Modifier and Type | Class and Description |
|---|---|
static class |
LockServiceProtos.LockedResource.Builder
Protobuf type
hbase.pb.LockedResource |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
EXCLUSIVE_LOCK_OWNER_PROCEDURE_FIELD_NUMBER |
static int |
LOCK_TYPE_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> |
PARSER
Deprecated.
|
static int |
RESOURCE_NAME_FIELD_NUMBER |
static int |
RESOURCE_TYPE_FIELD_NUMBER |
static int |
SHARED_LOCK_COUNT_FIELD_NUMBER |
static int |
WAITINGPROCEDURES_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static LockServiceProtos.LockedResource |
getDefaultInstance() |
LockServiceProtos.LockedResource |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ProcedureProtos.Procedure |
getExclusiveLockOwnerProcedure()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4; |
ProcedureProtos.ProcedureOrBuilder |
getExclusiveLockOwnerProcedureOrBuilder()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4; |
LockServiceProtos.LockType |
getLockType()
required .hbase.pb.LockType lock_type = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> |
getParserForType() |
String |
getResourceName()
optional string resource_name = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getResourceNameBytes()
optional string resource_name = 2; |
LockServiceProtos.LockedResourceType |
getResourceType()
required .hbase.pb.LockedResourceType resource_type = 1; |
int |
getSerializedSize() |
int |
getSharedLockCount()
optional int32 shared_lock_count = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
ProcedureProtos.Procedure |
getWaitingProcedures(int index)
repeated .hbase.pb.Procedure waitingProcedures = 6; |
int |
getWaitingProceduresCount()
repeated .hbase.pb.Procedure waitingProcedures = 6; |
List<ProcedureProtos.Procedure> |
getWaitingProceduresList()
repeated .hbase.pb.Procedure waitingProcedures = 6; |
ProcedureProtos.ProcedureOrBuilder |
getWaitingProceduresOrBuilder(int index)
repeated .hbase.pb.Procedure waitingProcedures = 6; |
List<? extends ProcedureProtos.ProcedureOrBuilder> |
getWaitingProceduresOrBuilderList()
repeated .hbase.pb.Procedure waitingProcedures = 6; |
boolean |
hasExclusiveLockOwnerProcedure()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4; |
int |
hashCode() |
boolean |
hasLockType()
required .hbase.pb.LockType lock_type = 3; |
boolean |
hasResourceName()
optional string resource_name = 2; |
boolean |
hasResourceType()
required .hbase.pb.LockedResourceType resource_type = 1; |
boolean |
hasSharedLockCount()
optional int32 shared_lock_count = 5; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static LockServiceProtos.LockedResource.Builder |
newBuilder() |
static LockServiceProtos.LockedResource.Builder |
newBuilder(LockServiceProtos.LockedResource prototype) |
LockServiceProtos.LockedResource.Builder |
newBuilderForType() |
protected LockServiceProtos.LockedResource.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static LockServiceProtos.LockedResource |
parseDelimitedFrom(InputStream input) |
static LockServiceProtos.LockedResource |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockServiceProtos.LockedResource |
parseFrom(byte[] data) |
static LockServiceProtos.LockedResource |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockServiceProtos.LockedResource |
parseFrom(ByteBuffer data) |
static LockServiceProtos.LockedResource |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockServiceProtos.LockedResource |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static LockServiceProtos.LockedResource |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockServiceProtos.LockedResource |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static LockServiceProtos.LockedResource |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LockServiceProtos.LockedResource |
parseFrom(InputStream input) |
static LockServiceProtos.LockedResource |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> |
parser() |
LockServiceProtos.LockedResource.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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 RESOURCE_TYPE_FIELD_NUMBER
public static final int RESOURCE_NAME_FIELD_NUMBER
public static final int LOCK_TYPE_FIELD_NUMBER
public static final int EXCLUSIVE_LOCK_OWNER_PROCEDURE_FIELD_NUMBER
public static final int SHARED_LOCK_COUNT_FIELD_NUMBER
public static final int WAITINGPROCEDURES_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> PARSER
public final org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasResourceType()
required .hbase.pb.LockedResourceType resource_type = 1;hasResourceType in interface LockServiceProtos.LockedResourceOrBuilderpublic LockServiceProtos.LockedResourceType getResourceType()
required .hbase.pb.LockedResourceType resource_type = 1;getResourceType in interface LockServiceProtos.LockedResourceOrBuilderpublic boolean hasResourceName()
optional string resource_name = 2;hasResourceName in interface LockServiceProtos.LockedResourceOrBuilderpublic String getResourceName()
optional string resource_name = 2;getResourceName in interface LockServiceProtos.LockedResourceOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getResourceNameBytes()
optional string resource_name = 2;getResourceNameBytes in interface LockServiceProtos.LockedResourceOrBuilderpublic boolean hasLockType()
required .hbase.pb.LockType lock_type = 3;hasLockType in interface LockServiceProtos.LockedResourceOrBuilderpublic LockServiceProtos.LockType getLockType()
required .hbase.pb.LockType lock_type = 3;getLockType in interface LockServiceProtos.LockedResourceOrBuilderpublic boolean hasExclusiveLockOwnerProcedure()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4;hasExclusiveLockOwnerProcedure in interface LockServiceProtos.LockedResourceOrBuilderpublic ProcedureProtos.Procedure getExclusiveLockOwnerProcedure()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4;getExclusiveLockOwnerProcedure in interface LockServiceProtos.LockedResourceOrBuilderpublic ProcedureProtos.ProcedureOrBuilder getExclusiveLockOwnerProcedureOrBuilder()
optional .hbase.pb.Procedure exclusive_lock_owner_procedure = 4;getExclusiveLockOwnerProcedureOrBuilder in interface LockServiceProtos.LockedResourceOrBuilderpublic boolean hasSharedLockCount()
optional int32 shared_lock_count = 5;hasSharedLockCount in interface LockServiceProtos.LockedResourceOrBuilderpublic int getSharedLockCount()
optional int32 shared_lock_count = 5;getSharedLockCount in interface LockServiceProtos.LockedResourceOrBuilderpublic List<ProcedureProtos.Procedure> getWaitingProceduresList()
repeated .hbase.pb.Procedure waitingProcedures = 6;getWaitingProceduresList in interface LockServiceProtos.LockedResourceOrBuilderpublic List<? extends ProcedureProtos.ProcedureOrBuilder> getWaitingProceduresOrBuilderList()
repeated .hbase.pb.Procedure waitingProcedures = 6;getWaitingProceduresOrBuilderList in interface LockServiceProtos.LockedResourceOrBuilderpublic int getWaitingProceduresCount()
repeated .hbase.pb.Procedure waitingProcedures = 6;getWaitingProceduresCount in interface LockServiceProtos.LockedResourceOrBuilderpublic ProcedureProtos.Procedure getWaitingProcedures(int index)
repeated .hbase.pb.Procedure waitingProcedures = 6;getWaitingProcedures in interface LockServiceProtos.LockedResourceOrBuilderpublic ProcedureProtos.ProcedureOrBuilder getWaitingProceduresOrBuilder(int index)
repeated .hbase.pb.Procedure waitingProcedures = 6;getWaitingProceduresOrBuilder in interface LockServiceProtos.LockedResourceOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static LockServiceProtos.LockedResource parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static LockServiceProtos.LockedResource parseFrom(InputStream input) throws IOException
IOExceptionpublic static LockServiceProtos.LockedResource parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LockServiceProtos.LockedResource parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static LockServiceProtos.LockedResource parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static LockServiceProtos.LockedResource parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static LockServiceProtos.LockedResource parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic LockServiceProtos.LockedResource.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static LockServiceProtos.LockedResource.Builder newBuilder()
public static LockServiceProtos.LockedResource.Builder newBuilder(LockServiceProtos.LockedResource prototype)
public LockServiceProtos.LockedResource.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected LockServiceProtos.LockedResource.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static LockServiceProtos.LockedResource getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<LockServiceProtos.LockedResource> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public LockServiceProtos.LockedResource getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019 Cloudera. All rights reserved.