Uses of Class
io.dingodb.debug.Debug.BindCoreRequest.Builder
Packages that use Debug.BindCoreRequest.Builder
-
Uses of Debug.BindCoreRequest.Builder in io.dingodb.debug
Methods in io.dingodb.debug that return Debug.BindCoreRequest.BuilderModifier and TypeMethodDescriptionDebug.BindCoreRequest.Builder.addAllCores(Iterable<? extends Integer> values) repeated uint32 cores = 12;Debug.BindCoreRequest.Builder.addAllThreads(Iterable<? extends Integer> values) repeated uint32 threads = 11;Debug.BindCoreRequest.Builder.addCores(int value) repeated uint32 cores = 12;Debug.BindCoreRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Debug.BindCoreRequest.Builder.addThreads(int value) repeated uint32 threads = 11;Debug.BindCoreRequest.Builder.clear()Debug.BindCoreRequest.Builder.clearCores()repeated uint32 cores = 12;Debug.BindCoreRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Debug.BindCoreRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Debug.BindCoreRequest.Builder.clearRequestInfo().dingodb.pb.common.RequestInfo request_info = 1;Debug.BindCoreRequest.Builder.clearThreadPoolName()string thread_pool_name = 10;Debug.BindCoreRequest.Builder.clearThreads()repeated uint32 threads = 11;Debug.BindCoreRequest.Builder.clone()Debug.BindCoreRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Debug.BindCoreRequest.Builder.mergeFrom(com.google.protobuf.Message other) Debug.BindCoreRequest.Builder.mergeFrom(Debug.BindCoreRequest other) Debug.BindCoreRequest.Builder.mergeRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Debug.BindCoreRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Debug.BindCoreRequest.newBuilder()Debug.BindCoreRequest.newBuilder(Debug.BindCoreRequest prototype) Debug.BindCoreRequest.newBuilderForType()protected Debug.BindCoreRequest.BuilderDebug.BindCoreRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Debug.BindCoreRequest.Builder.setCores(int index, int value) repeated uint32 cores = 12;Debug.BindCoreRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Debug.BindCoreRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Debug.BindCoreRequest.Builder.setRequestInfo(Common.RequestInfo value) .dingodb.pb.common.RequestInfo request_info = 1;Debug.BindCoreRequest.Builder.setRequestInfo(Common.RequestInfo.Builder builderForValue) .dingodb.pb.common.RequestInfo request_info = 1;Debug.BindCoreRequest.Builder.setThreadPoolName(String value) string thread_pool_name = 10;Debug.BindCoreRequest.Builder.setThreadPoolNameBytes(com.google.protobuf.ByteString value) string thread_pool_name = 10;Debug.BindCoreRequest.Builder.setThreads(int index, int value) repeated uint32 threads = 11;Debug.BindCoreRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Debug.BindCoreRequest.toBuilder()