Interface ControlMessage.BlockLocationInfoMsgOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.BlockLocationInfoMsg
,ControlMessage.BlockLocationInfoMsg.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.BlockLocationInfoMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBlockId()
required string blockId = 2;
com.google.protobuf.ByteString
getBlockIdBytes()
required string blockId = 2;
String
getOwnerExecutorId()
optional string ownerExecutorId = 4;
com.google.protobuf.ByteString
getOwnerExecutorIdBytes()
optional string ownerExecutorId = 4;
long
getRequestId()
required int64 requestId = 1;
ControlMessage.BlockStateFromExecutor
getState()
optional .protobuf.BlockStateFromExecutor state = 3;
boolean
hasBlockId()
required string blockId = 2;
boolean
hasOwnerExecutorId()
optional string ownerExecutorId = 4;
boolean
hasRequestId()
required int64 requestId = 1;
boolean
hasState()
optional .protobuf.BlockStateFromExecutor state = 3;
-
-
-
Method Detail
-
hasRequestId
boolean hasRequestId()
required int64 requestId = 1;
To find the matching request msg
-
getRequestId
long getRequestId()
required int64 requestId = 1;
To find the matching request msg
-
hasBlockId
boolean hasBlockId()
required string blockId = 2;
-
getBlockId
String getBlockId()
required string blockId = 2;
-
getBlockIdBytes
com.google.protobuf.ByteString getBlockIdBytes()
required string blockId = 2;
-
hasState
boolean hasState()
optional .protobuf.BlockStateFromExecutor state = 3;
-
getState
ControlMessage.BlockStateFromExecutor getState()
optional .protobuf.BlockStateFromExecutor state = 3;
-
hasOwnerExecutorId
boolean hasOwnerExecutorId()
optional string ownerExecutorId = 4;
-
getOwnerExecutorId
String getOwnerExecutorId()
optional string ownerExecutorId = 4;
-
getOwnerExecutorIdBytes
com.google.protobuf.ByteString getOwnerExecutorIdBytes()
optional string ownerExecutorId = 4;
-
-