Interface Coordinator.JobOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Coordinator.Job, Coordinator.Job.Builder
Enclosing class:
Coordinator

public static interface Coordinator.JobOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getId

      long getId()
       this is the id of coordinator job list
       
      int64 id = 1;
      Returns:
      The id.
    • getName

      String getName()
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      Returns:
      The bytes for name.
    • getNextStep

      long getNextStep()
       the next index of tasks to execute
       
      int64 next_step = 3;
      Returns:
      The nextStep.
    • getTasksList

      List<Coordinator.Task> getTasksList()
      repeated .dingodb.pb.coordinator.Task tasks = 4;
    • getTasks

      Coordinator.Task getTasks(int index)
      repeated .dingodb.pb.coordinator.Task tasks = 4;
    • getTasksCount

      int getTasksCount()
      repeated .dingodb.pb.coordinator.Task tasks = 4;
    • getTasksOrBuilderList

      List<? extends Coordinator.TaskOrBuilder> getTasksOrBuilderList()
      repeated .dingodb.pb.coordinator.Task tasks = 4;
    • getTasksOrBuilder

      Coordinator.TaskOrBuilder getTasksOrBuilder(int index)
      repeated .dingodb.pb.coordinator.Task tasks = 4;
    • getCreateTime

      String getCreateTime()
      string create_time = 10;
      Returns:
      The createTime.
    • getCreateTimeBytes

      com.google.protobuf.ByteString getCreateTimeBytes()
      string create_time = 10;
      Returns:
      The bytes for createTime.
    • getFinishTime

      String getFinishTime()
      string finish_time = 11;
      Returns:
      The finishTime.
    • getFinishTimeBytes

      com.google.protobuf.ByteString getFinishTimeBytes()
      string finish_time = 11;
      Returns:
      The bytes for finishTime.
    • getUpdateTime

      String getUpdateTime()
      string update_time = 12;
      Returns:
      The updateTime.
    • getUpdateTimeBytes

      com.google.protobuf.ByteString getUpdateTimeBytes()
      string update_time = 12;
      Returns:
      The bytes for updateTime.
    • getStatus

      String getStatus()
      string status = 13;
      Returns:
      The status.
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
      string status = 13;
      Returns:
      The bytes for status.