Interface ControlMessage.ContainerFailedMsgOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExecutorId()
      required string executorId = 1;
      com.google.protobuf.ByteString getExecutorIdBytes()
      required string executorId = 1;
      boolean hasExecutorId()
      required string executorId = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.