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 java.lang.String
getBlockId()
required string blockId = 2;
com.google.protobuf.ByteString
getBlockIdBytes()
required string blockId = 2;
java.lang.String
getOwnerExecutorId()
optional string ownerExecutorId = 4;
com.google.protobuf.ByteString
getOwnerExecutorIdBytes()
optional string ownerExecutorId = 4;
long
getRequestId()
To find the matching request msgControlMessage.BlockStateFromExecutor
getState()
optional .protobuf.BlockStateFromExecutor state = 3;
boolean
hasBlockId()
required string blockId = 2;
boolean
hasOwnerExecutorId()
optional string ownerExecutorId = 4;
boolean
hasRequestId()
To find the matching request msgboolean
hasState()
optional .protobuf.BlockStateFromExecutor state = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRequestId
boolean hasRequestId()
To find the matching request msg
required int64 requestId = 1;
- Returns:
- Whether the requestId field is set.
-
getRequestId
long getRequestId()
To find the matching request msg
required int64 requestId = 1;
- Returns:
- The requestId.
-
hasBlockId
boolean hasBlockId()
required string blockId = 2;
- Returns:
- Whether the blockId field is set.
-
getBlockId
java.lang.String getBlockId()
required string blockId = 2;
- Returns:
- The blockId.
-
getBlockIdBytes
com.google.protobuf.ByteString getBlockIdBytes()
required string blockId = 2;
- Returns:
- The bytes for blockId.
-
hasState
boolean hasState()
optional .protobuf.BlockStateFromExecutor state = 3;
- Returns:
- Whether the state field is set.
-
getState
ControlMessage.BlockStateFromExecutor getState()
optional .protobuf.BlockStateFromExecutor state = 3;
- Returns:
- The state.
-
hasOwnerExecutorId
boolean hasOwnerExecutorId()
optional string ownerExecutorId = 4;
- Returns:
- Whether the ownerExecutorId field is set.
-
getOwnerExecutorId
java.lang.String getOwnerExecutorId()
optional string ownerExecutorId = 4;
- Returns:
- The ownerExecutorId.
-
getOwnerExecutorIdBytes
com.google.protobuf.ByteString getOwnerExecutorIdBytes()
optional string ownerExecutorId = 4;
- Returns:
- The bytes for ownerExecutorId.
-
-