Uses of Class
io.dingodb.coordinator.Coordinator.Job
Packages that use Coordinator.Job
-
Uses of Coordinator.Job in dingodb.pb.coordinator_internal
Methods in dingodb.pb.coordinator_internal that return Coordinator.JobModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementJob.Builder.getJob().dingodb.pb.coordinator.Job job = 2;CoordinatorInternalOuterClass.MetaIncrementJob.getJob().dingodb.pb.coordinator.Job job = 2;CoordinatorInternalOuterClass.MetaIncrementJobOrBuilder.getJob().dingodb.pb.coordinator.Job job = 2;Methods in dingodb.pb.coordinator_internal with parameters of type Coordinator.JobModifier and TypeMethodDescriptionCoordinatorInternalOuterClass.MetaIncrementJob.Builder.mergeJob(Coordinator.Job value) .dingodb.pb.coordinator.Job job = 2;CoordinatorInternalOuterClass.MetaIncrementJob.Builder.setJob(Coordinator.Job value) .dingodb.pb.coordinator.Job job = 2; -
Uses of Coordinator.Job in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Coordinator.JobModifier and TypeMethodDescriptionCoordinator.Job.Builder.build()Coordinator.Job.Builder.buildPartial()static Coordinator.JobCoordinator.Job.getDefaultInstance()Coordinator.Job.Builder.getDefaultInstanceForType()Coordinator.Job.getDefaultInstanceForType()Coordinator.GetJobListResponse.Builder.getJobList(int index) repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.GetJobListResponse.getJobList(int index) repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.GetJobListResponseOrBuilder.getJobList(int index) repeated .dingodb.pb.coordinator.Job job_list = 3;static Coordinator.JobCoordinator.Job.parseDelimitedFrom(InputStream input) static Coordinator.JobCoordinator.Job.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.JobCoordinator.Job.parseFrom(byte[] data) static Coordinator.JobCoordinator.Job.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.JobCoordinator.Job.parseFrom(com.google.protobuf.ByteString data) static Coordinator.JobCoordinator.Job.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.JobCoordinator.Job.parseFrom(com.google.protobuf.CodedInputStream input) static Coordinator.JobCoordinator.Job.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.JobCoordinator.Job.parseFrom(InputStream input) static Coordinator.JobCoordinator.Job.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Coordinator.JobCoordinator.Job.parseFrom(ByteBuffer data) static Coordinator.JobCoordinator.Job.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.coordinator that return types with arguments of type Coordinator.JobModifier and TypeMethodDescriptionCoordinator.GetJobListResponse.Builder.getJobListList()repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.GetJobListResponse.getJobListList()repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.GetJobListResponseOrBuilder.getJobListList()repeated .dingodb.pb.coordinator.Job job_list = 3;com.google.protobuf.Parser<Coordinator.Job>Coordinator.Job.getParserForType()static com.google.protobuf.Parser<Coordinator.Job>Coordinator.Job.parser()Methods in io.dingodb.coordinator with parameters of type Coordinator.JobModifier and TypeMethodDescriptionCoordinator.GetJobListResponse.Builder.addJobList(int index, Coordinator.Job value) repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.GetJobListResponse.Builder.addJobList(Coordinator.Job value) repeated .dingodb.pb.coordinator.Job job_list = 3;Coordinator.Job.Builder.mergeFrom(Coordinator.Job other) static Coordinator.Job.BuilderCoordinator.Job.newBuilder(Coordinator.Job prototype) Coordinator.GetJobListResponse.Builder.setJobList(int index, Coordinator.Job value) repeated .dingodb.pb.coordinator.Job job_list = 3;Method parameters in io.dingodb.coordinator with type arguments of type Coordinator.JobModifier and TypeMethodDescriptionCoordinator.GetJobListResponse.Builder.addAllJobList(Iterable<? extends Coordinator.Job> values) repeated .dingodb.pb.coordinator.Job job_list = 3;