public static interface ProcedureProtos.ProcedureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
required string class_name = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
required string class_name = 1; |
ErrorHandlingProtos.ForeignExceptionMessage |
getException()
optional .ForeignExceptionMessage exception = 10; |
ErrorHandlingProtos.ForeignExceptionMessageOrBuilder |
getExceptionOrBuilder()
optional .ForeignExceptionMessage exception = 10; |
long |
getLastUpdate()
required uint64 last_update = 8; |
long |
getNonce()
optional uint64 nonce = 14 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 13 [default = 0]; |
String |
getOwner()
optional string owner = 5; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 5; |
long |
getParentId()
optional uint64 parent_id = 2; |
long |
getProcId()
required uint64 proc_id = 3; |
com.google.protobuf.ByteString |
getResult()
optional bytes result = 11; |
int |
getStackId(int index)
repeated uint32 stack_id = 7; |
int |
getStackIdCount()
repeated uint32 stack_id = 7; |
List<Integer> |
getStackIdList()
repeated uint32 stack_id = 7; |
long |
getStartTime()
required uint64 start_time = 4; |
ProcedureProtos.ProcedureState |
getState()
required .ProcedureState state = 6; |
com.google.protobuf.ByteString |
getStateData()
optional bytes state_data = 12; |
int |
getTimeout()
optional uint32 timeout = 9; |
boolean |
hasClassName()
required string class_name = 1; |
boolean |
hasException()
optional .ForeignExceptionMessage exception = 10; |
boolean |
hasLastUpdate()
required uint64 last_update = 8; |
boolean |
hasNonce()
optional uint64 nonce = 14 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 13 [default = 0]; |
boolean |
hasOwner()
optional string owner = 5; |
boolean |
hasParentId()
optional uint64 parent_id = 2; |
boolean |
hasProcId()
required uint64 proc_id = 3; |
boolean |
hasResult()
optional bytes result = 11; |
boolean |
hasStartTime()
required uint64 start_time = 4; |
boolean |
hasState()
required .ProcedureState state = 6; |
boolean |
hasStateData()
optional bytes state_data = 12; |
boolean |
hasTimeout()
optional uint32 timeout = 9; |
boolean hasClassName()
required string class_name = 1;
internal "static" state
String getClassName()
required string class_name = 1;
internal "static" state
com.google.protobuf.ByteString getClassNameBytes()
required string class_name = 1;
internal "static" state
boolean hasParentId()
optional uint64 parent_id = 2;
parent if not a root-procedure otherwise not set
long getParentId()
optional uint64 parent_id = 2;
parent if not a root-procedure otherwise not set
boolean hasProcId()
required uint64 proc_id = 3;
long getProcId()
required uint64 proc_id = 3;
boolean hasStartTime()
required uint64 start_time = 4;
long getStartTime()
required uint64 start_time = 4;
boolean hasOwner()
optional string owner = 5;
String getOwner()
optional string owner = 5;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 5;
boolean hasState()
required .ProcedureState state = 6;
internal "runtime" state
ProcedureProtos.ProcedureState getState()
required .ProcedureState state = 6;
internal "runtime" state
List<Integer> getStackIdList()
repeated uint32 stack_id = 7;
stack indices in case the procedure was running
int getStackIdCount()
repeated uint32 stack_id = 7;
stack indices in case the procedure was running
int getStackId(int index)
repeated uint32 stack_id = 7;
stack indices in case the procedure was running
boolean hasLastUpdate()
required uint64 last_update = 8;
long getLastUpdate()
required uint64 last_update = 8;
boolean hasTimeout()
optional uint32 timeout = 9;
int getTimeout()
optional uint32 timeout = 9;
boolean hasException()
optional .ForeignExceptionMessage exception = 10;
user state/results
ErrorHandlingProtos.ForeignExceptionMessage getException()
optional .ForeignExceptionMessage exception = 10;
user state/results
ErrorHandlingProtos.ForeignExceptionMessageOrBuilder getExceptionOrBuilder()
optional .ForeignExceptionMessage exception = 10;
user state/results
boolean hasResult()
optional bytes result = 11;
opaque (user) result structure
com.google.protobuf.ByteString getResult()
optional bytes result = 11;
opaque (user) result structure
boolean hasStateData()
optional bytes state_data = 12;
opaque (user) procedure internal-state
com.google.protobuf.ByteString getStateData()
optional bytes state_data = 12;
opaque (user) procedure internal-state
boolean hasNonceGroup()
optional uint64 nonce_group = 13 [default = 0];
Nonce to prevent same procedure submit by multiple times
long getNonceGroup()
optional uint64 nonce_group = 13 [default = 0];
Nonce to prevent same procedure submit by multiple times
boolean hasNonce()
optional uint64 nonce = 14 [default = 0];
long getNonce()
optional uint64 nonce = 14 [default = 0];
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.