Package io.dingodb.coordinator
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 Summary
Modifier and TypeMethodDescriptionstring create_time = 10;com.google.protobuf.ByteStringstring create_time = 10;string finish_time = 11;com.google.protobuf.ByteStringstring finish_time = 11;longgetId()this is the id of coordinator job listgetName()string name = 2;com.google.protobuf.ByteStringstring name = 2;longthe next index of tasks to executestring status = 13;com.google.protobuf.ByteStringstring status = 13;getTasks(int index) repeated .dingodb.pb.coordinator.Task tasks = 4;intrepeated .dingodb.pb.coordinator.Task tasks = 4;repeated .dingodb.pb.coordinator.Task tasks = 4;getTasksOrBuilder(int index) repeated .dingodb.pb.coordinator.Task tasks = 4;List<? extends Coordinator.TaskOrBuilder>repeated .dingodb.pb.coordinator.Task tasks = 4;string update_time = 12;com.google.protobuf.ByteStringstring update_time = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-