public static final class ProcedureProtos.Procedure extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements ProcedureProtos.ProcedureOrBuilder
Procedure metadata, serialized by the ProcedureStore to be able to recover the old state.Protobuf type
hbase.pb.Procedure| Modifier and Type | Class and Description |
|---|---|
static class |
ProcedureProtos.Procedure.Builder
Procedure metadata, serialized by the ProcedureStore to be able to recover the old state.
|
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 |
BYPASS_FIELD_NUMBER |
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static int |
LAST_UPDATE_FIELD_NUMBER |
static int |
LOCKED_FIELD_NUMBER |
static int |
NONCE_FIELD_NUMBER |
static int |
NONCE_GROUP_FIELD_NUMBER |
static int |
OWNER_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> |
PARSER
Deprecated.
|
static int |
PROC_ID_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
static int |
STACK_ID_FIELD_NUMBER |
static int |
STATE_DATA_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATE_MESSAGE_FIELD_NUMBER |
static int |
SUBMITTED_TIME_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getBypass()
whether the procedure need to be bypassed
|
String |
getClassName()
internal "static" state
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getClassNameBytes()
internal "static" state
|
static ProcedureProtos.Procedure |
getDefaultInstance() |
ProcedureProtos.Procedure |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ErrorHandlingProtos.ForeignExceptionMessage |
getException()
user state/results
|
ErrorHandlingProtos.ForeignExceptionMessageOrBuilder |
getExceptionOrBuilder()
user state/results
|
long |
getLastUpdate()
required uint64 last_update = 8; |
boolean |
getLocked()
whether the procedure has held the lock
|
long |
getNonce()
optional uint64 nonce = 14 [default = 0]; |
long |
getNonceGroup()
Nonce to prevent same procedure submit by multiple times
|
String |
getOwner()
optional string owner = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 5; |
long |
getParentId()
parent if not a root-procedure otherwise not set
|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> |
getParserForType() |
long |
getProcId()
required uint64 proc_id = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getResult()
opaque (user) result structure
|
int |
getSerializedSize() |
int |
getStackId(int index)
stack indices in case the procedure was running
|
int |
getStackIdCount()
stack indices in case the procedure was running
|
List<Integer> |
getStackIdList()
stack indices in case the procedure was running
|
ProcedureProtos.ProcedureState |
getState()
internal "runtime" state
|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStateData()
opaque (user) procedure internal-state - OBSOLATE
|
org.apache.hbase.thirdparty.com.google.protobuf.Any |
getStateMessage(int index)
opaque (user) procedure internal-state
|
int |
getStateMessageCount()
opaque (user) procedure internal-state
|
List<org.apache.hbase.thirdparty.com.google.protobuf.Any> |
getStateMessageList()
opaque (user) procedure internal-state
|
org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder |
getStateMessageOrBuilder(int index)
opaque (user) procedure internal-state
|
List<? extends org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder> |
getStateMessageOrBuilderList()
opaque (user) procedure internal-state
|
long |
getSubmittedTime()
required uint64 submitted_time = 4; |
int |
getTimeout()
optional uint32 timeout = 9; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBypass()
whether the procedure need to be bypassed
|
boolean |
hasClassName()
internal "static" state
|
boolean |
hasException()
user state/results
|
int |
hashCode() |
boolean |
hasLastUpdate()
required uint64 last_update = 8; |
boolean |
hasLocked()
whether the procedure has held the lock
|
boolean |
hasNonce()
optional uint64 nonce = 14 [default = 0]; |
boolean |
hasNonceGroup()
Nonce to prevent same procedure submit by multiple times
|
boolean |
hasOwner()
optional string owner = 5; |
boolean |
hasParentId()
parent if not a root-procedure otherwise not set
|
boolean |
hasProcId()
required uint64 proc_id = 3; |
boolean |
hasResult()
opaque (user) result structure
|
boolean |
hasState()
internal "runtime" state
|
boolean |
hasStateData()
opaque (user) procedure internal-state - OBSOLATE
|
boolean |
hasSubmittedTime()
required uint64 submitted_time = 4; |
boolean |
hasTimeout()
optional uint32 timeout = 9; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProcedureProtos.Procedure.Builder |
newBuilder() |
static ProcedureProtos.Procedure.Builder |
newBuilder(ProcedureProtos.Procedure prototype) |
ProcedureProtos.Procedure.Builder |
newBuilderForType() |
protected ProcedureProtos.Procedure.Builder |
newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ProcedureProtos.Procedure |
parseDelimitedFrom(InputStream input) |
static ProcedureProtos.Procedure |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.Procedure |
parseFrom(byte[] data) |
static ProcedureProtos.Procedure |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.Procedure |
parseFrom(ByteBuffer data) |
static ProcedureProtos.Procedure |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.Procedure |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ProcedureProtos.Procedure |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.Procedure |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ProcedureProtos.Procedure |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcedureProtos.Procedure |
parseFrom(InputStream input) |
static ProcedureProtos.Procedure |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> |
parser() |
ProcedureProtos.Procedure.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 CLASS_NAME_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int PROC_ID_FIELD_NUMBER
public static final int SUBMITTED_TIME_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int STACK_ID_FIELD_NUMBER
public static final int LAST_UPDATE_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int RESULT_FIELD_NUMBER
public static final int STATE_DATA_FIELD_NUMBER
public static final int STATE_MESSAGE_FIELD_NUMBER
public static final int NONCE_GROUP_FIELD_NUMBER
public static final int NONCE_FIELD_NUMBER
public static final int LOCKED_FIELD_NUMBER
public static final int BYPASS_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> 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 hasClassName()
internal "static" state
required string class_name = 1;hasClassName in interface ProcedureProtos.ProcedureOrBuilderpublic String getClassName()
internal "static" state
required string class_name = 1;getClassName in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getClassNameBytes()
internal "static" state
required string class_name = 1;getClassNameBytes in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasParentId()
parent if not a root-procedure otherwise not set
optional uint64 parent_id = 2;hasParentId in interface ProcedureProtos.ProcedureOrBuilderpublic long getParentId()
parent if not a root-procedure otherwise not set
optional uint64 parent_id = 2;getParentId in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasProcId()
required uint64 proc_id = 3;hasProcId in interface ProcedureProtos.ProcedureOrBuilderpublic long getProcId()
required uint64 proc_id = 3;getProcId in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasSubmittedTime()
required uint64 submitted_time = 4;hasSubmittedTime in interface ProcedureProtos.ProcedureOrBuilderpublic long getSubmittedTime()
required uint64 submitted_time = 4;getSubmittedTime in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasOwner()
optional string owner = 5;hasOwner in interface ProcedureProtos.ProcedureOrBuilderpublic String getOwner()
optional string owner = 5;getOwner in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 5;getOwnerBytes in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6;hasState in interface ProcedureProtos.ProcedureOrBuilderpublic ProcedureProtos.ProcedureState getState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6;getState in interface ProcedureProtos.ProcedureOrBuilderpublic List<Integer> getStackIdList()
stack indices in case the procedure was running
repeated uint32 stack_id = 7;getStackIdList in interface ProcedureProtos.ProcedureOrBuilderpublic int getStackIdCount()
stack indices in case the procedure was running
repeated uint32 stack_id = 7;getStackIdCount in interface ProcedureProtos.ProcedureOrBuilderpublic int getStackId(int index)
stack indices in case the procedure was running
repeated uint32 stack_id = 7;getStackId in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasLastUpdate()
required uint64 last_update = 8;hasLastUpdate in interface ProcedureProtos.ProcedureOrBuilderpublic long getLastUpdate()
required uint64 last_update = 8;getLastUpdate in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasTimeout()
optional uint32 timeout = 9;hasTimeout in interface ProcedureProtos.ProcedureOrBuilderpublic int getTimeout()
optional uint32 timeout = 9;getTimeout in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;hasException in interface ProcedureProtos.ProcedureOrBuilderpublic ErrorHandlingProtos.ForeignExceptionMessage getException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;getException in interface ProcedureProtos.ProcedureOrBuilderpublic ErrorHandlingProtos.ForeignExceptionMessageOrBuilder getExceptionOrBuilder()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;getExceptionOrBuilder in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasResult()
opaque (user) result structure
optional bytes result = 11;hasResult in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getResult()
opaque (user) result structure
optional bytes result = 11;getResult in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12;hasStateData in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12;getStateData in interface ProcedureProtos.ProcedureOrBuilderpublic List<org.apache.hbase.thirdparty.com.google.protobuf.Any> getStateMessageList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;getStateMessageList in interface ProcedureProtos.ProcedureOrBuilderpublic List<? extends org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder> getStateMessageOrBuilderList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;getStateMessageOrBuilderList in interface ProcedureProtos.ProcedureOrBuilderpublic int getStateMessageCount()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;getStateMessageCount in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.Any getStateMessage(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;getStateMessage in interface ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder getStateMessageOrBuilder(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;getStateMessageOrBuilder in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0];hasNonceGroup in interface ProcedureProtos.ProcedureOrBuilderpublic long getNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0];getNonceGroup in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasNonce()
optional uint64 nonce = 14 [default = 0];hasNonce in interface ProcedureProtos.ProcedureOrBuilderpublic long getNonce()
optional uint64 nonce = 14 [default = 0];getNonce in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasLocked()
whether the procedure has held the lock
optional bool locked = 16 [default = false];hasLocked in interface ProcedureProtos.ProcedureOrBuilderpublic boolean getLocked()
whether the procedure has held the lock
optional bool locked = 16 [default = false];getLocked in interface ProcedureProtos.ProcedureOrBuilderpublic boolean hasBypass()
whether the procedure need to be bypassed
optional bool bypass = 17 [default = false];hasBypass in interface ProcedureProtos.ProcedureOrBuilderpublic boolean getBypass()
whether the procedure need to be bypassed
optional bool bypass = 17 [default = false];getBypass in interface ProcedureProtos.ProcedureOrBuilderpublic 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 ProcedureProtos.Procedure parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.Procedure 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 ProcedureProtos.Procedure 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 ProcedureProtos.Procedure 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 ProcedureProtos.Procedure parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProcedureProtos.Procedure 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 ProcedureProtos.Procedure parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.Procedure parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcedureProtos.Procedure parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.Procedure parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProcedureProtos.Procedure parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProcedureProtos.Procedure parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProcedureProtos.Procedure.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static ProcedureProtos.Procedure.Builder newBuilder()
public static ProcedureProtos.Procedure.Builder newBuilder(ProcedureProtos.Procedure prototype)
public ProcedureProtos.Procedure.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ProcedureProtos.Procedure.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static ProcedureProtos.Procedure getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<ProcedureProtos.Procedure> 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 ProcedureProtos.Procedure 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.