Interface ControlMessage.PipeLocationInfoMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExecutorId()
      required string executorId = 2;
      com.google.protobuf.ByteString getExecutorIdBytes()
      required string executorId = 2;
      long getRequestId()
      To find the matching request msg
      boolean hasExecutorId()
      required string executorId = 2;
      boolean hasRequestId()
      To find the matching request msg
      • 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

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

        boolean hasExecutorId()
        required string executorId = 2;
        Returns:
        Whether the executorId field is set.
      • getExecutorId

        java.lang.String getExecutorId()
        required string executorId = 2;
        Returns:
        The executorId.
      • getExecutorIdBytes

        com.google.protobuf.ByteString getExecutorIdBytes()
        required string executorId = 2;
        Returns:
        The bytes for executorId.