Interface ControlMessage.RequestBlockLocationMsgOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.RequestBlockLocationMsg
,ControlMessage.RequestBlockLocationMsg.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.RequestBlockLocationMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBlockIdWildcard()
required string blockIdWildcard = 2;
com.google.protobuf.ByteString
getBlockIdWildcardBytes()
required string blockIdWildcard = 2;
java.lang.String
getExecutorId()
required string executorId = 1;
com.google.protobuf.ByteString
getExecutorIdBytes()
required string executorId = 1;
boolean
hasBlockIdWildcard()
required string blockIdWildcard = 2;
boolean
hasExecutorId()
required string executorId = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecutorId
boolean hasExecutorId()
required string executorId = 1;
- Returns:
- Whether the executorId field is set.
-
getExecutorId
java.lang.String getExecutorId()
required string executorId = 1;
- Returns:
- The executorId.
-
getExecutorIdBytes
com.google.protobuf.ByteString getExecutorIdBytes()
required string executorId = 1;
- Returns:
- The bytes for executorId.
-
hasBlockIdWildcard
boolean hasBlockIdWildcard()
required string blockIdWildcard = 2;
- Returns:
- Whether the blockIdWildcard field is set.
-
getBlockIdWildcard
java.lang.String getBlockIdWildcard()
required string blockIdWildcard = 2;
- Returns:
- The blockIdWildcard.
-
getBlockIdWildcardBytes
com.google.protobuf.ByteString getBlockIdWildcardBytes()
required string blockIdWildcard = 2;
- Returns:
- The bytes for blockIdWildcard.
-
-