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| 限定符和类型 | 类和说明 |
|---|---|
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| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CLASS_NAME_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static int |
LAST_UPDATE_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
已过时。
|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName()
internal "static" state
required string class_name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getClassNameBytes()
internal "static" state
required string class_name = 1; |
static ProcedureProtos.Procedure |
getDefaultInstance() |
ProcedureProtos.Procedure |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
ErrorHandlingProtos.ForeignExceptionMessage |
getException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10; |
ErrorHandlingProtos.ForeignExceptionMessageOrBuilder |
getExceptionOrBuilder()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10; |
long |
getLastUpdate()
required uint64 last_update = 8; |
long |
getNonce()
optional uint64 nonce = 14 [default = 0]; |
long |
getNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0]; |
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
optional uint64 parent_id = 2; |
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
optional bytes result = 11; |
int |
getSerializedSize() |
int |
getStackId(int index)
stack indices in case the procedure was running
repeated uint32 stack_id = 7; |
int |
getStackIdCount()
stack indices in case the procedure was running
repeated uint32 stack_id = 7; |
List<Integer> |
getStackIdList()
stack indices in case the procedure was running
repeated uint32 stack_id = 7; |
ProcedureProtos.ProcedureState |
getState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12; |
org.apache.hbase.thirdparty.com.google.protobuf.Any |
getStateMessage(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15; |
int |
getStateMessageCount()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15; |
List<org.apache.hbase.thirdparty.com.google.protobuf.Any> |
getStateMessageList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15; |
org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder |
getStateMessageOrBuilder(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15; |
List<? extends org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder> |
getStateMessageOrBuilderList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15; |
long |
getSubmittedTime()
required uint64 submitted_time = 4; |
int |
getTimeout()
optional uint32 timeout = 9; |
org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClassName()
internal "static" state
required string class_name = 1; |
boolean |
hasException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10; |
int |
hashCode() |
boolean |
hasLastUpdate()
required uint64 last_update = 8; |
boolean |
hasNonce()
optional uint64 nonce = 14 [default = 0]; |
boolean |
hasNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0]; |
boolean |
hasOwner()
optional string owner = 5; |
boolean |
hasParentId()
parent if not a root-procedure otherwise not set
optional uint64 parent_id = 2; |
boolean |
hasProcId()
required uint64 proc_id = 3; |
boolean |
hasResult()
opaque (user) result structure
optional bytes result = 11; |
boolean |
hasState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6; |
boolean |
hasStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12; |
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, writeTopublic 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
@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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 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 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasClassName()
internal "static" state
required string class_name = 1;public String getClassName()
internal "static" state
required string class_name = 1;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getClassNameBytes()
internal "static" state
required string class_name = 1;public boolean hasParentId()
parent if not a root-procedure otherwise not set
optional uint64 parent_id = 2;public long getParentId()
parent if not a root-procedure otherwise not set
optional uint64 parent_id = 2;public boolean hasProcId()
required uint64 proc_id = 3;hasProcId 在接口中 ProcedureProtos.ProcedureOrBuilderpublic long getProcId()
required uint64 proc_id = 3;getProcId 在接口中 ProcedureProtos.ProcedureOrBuilderpublic boolean hasSubmittedTime()
required uint64 submitted_time = 4;public long getSubmittedTime()
required uint64 submitted_time = 4;public boolean hasOwner()
optional string owner = 5;hasOwner 在接口中 ProcedureProtos.ProcedureOrBuilderpublic String getOwner()
optional string owner = 5;getOwner 在接口中 ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 5;public boolean hasState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6;hasState 在接口中 ProcedureProtos.ProcedureOrBuilderpublic ProcedureProtos.ProcedureState getState()
internal "runtime" state
required .hbase.pb.ProcedureState state = 6;getState 在接口中 ProcedureProtos.ProcedureOrBuilderpublic List<Integer> getStackIdList()
stack indices in case the procedure was running
repeated uint32 stack_id = 7;public int getStackIdCount()
stack indices in case the procedure was running
repeated uint32 stack_id = 7;public int getStackId(int index)
stack indices in case the procedure was running
repeated uint32 stack_id = 7;getStackId 在接口中 ProcedureProtos.ProcedureOrBuilderpublic boolean hasLastUpdate()
required uint64 last_update = 8;public long getLastUpdate()
required uint64 last_update = 8;public boolean hasTimeout()
optional uint32 timeout = 9;hasTimeout 在接口中 ProcedureProtos.ProcedureOrBuilderpublic int getTimeout()
optional uint32 timeout = 9;getTimeout 在接口中 ProcedureProtos.ProcedureOrBuilderpublic boolean hasException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;public ErrorHandlingProtos.ForeignExceptionMessage getException()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;public ErrorHandlingProtos.ForeignExceptionMessageOrBuilder getExceptionOrBuilder()
user state/results
optional .hbase.pb.ForeignExceptionMessage exception = 10;public boolean hasResult()
opaque (user) result structure
optional bytes result = 11;hasResult 在接口中 ProcedureProtos.ProcedureOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getResult()
opaque (user) result structure
optional bytes result = 11;getResult 在接口中 ProcedureProtos.ProcedureOrBuilderpublic boolean hasStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12;public org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStateData()
opaque (user) procedure internal-state - OBSOLATE
optional bytes state_data = 12;public List<org.apache.hbase.thirdparty.com.google.protobuf.Any> getStateMessageList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;public List<? extends org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder> getStateMessageOrBuilderList()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;public int getStateMessageCount()
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;public org.apache.hbase.thirdparty.com.google.protobuf.Any getStateMessage(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;public org.apache.hbase.thirdparty.com.google.protobuf.AnyOrBuilder getStateMessageOrBuilder(int index)
opaque (user) procedure internal-state
repeated .google.protobuf.Any state_message = 15;public boolean hasNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0];public long getNonceGroup()
Nonce to prevent same procedure submit by multiple times
optional uint64 nonce_group = 13 [default = 0];public boolean hasNonce()
optional uint64 nonce = 14 [default = 0];hasNonce 在接口中 ProcedureProtos.ProcedureOrBuilderpublic long getNonce()
optional uint64 nonce = 14 [default = 0];getNonce 在接口中 ProcedureProtos.ProcedureOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Messageequals 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected ProcedureProtos.Procedure.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public ProcedureProtos.Procedure getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2019. All rights reserved.