Uses of Class
io.dingodb.common.Common.ExecutorUser
Packages that use Common.ExecutorUser
-
Uses of Common.ExecutorUser in io.dingodb.common
Methods in io.dingodb.common that return Common.ExecutorUserModifier and TypeMethodDescriptionCommon.ExecutorUser.Builder.build()Common.ExecutorUser.Builder.buildPartial()static Common.ExecutorUserCommon.ExecutorUser.getDefaultInstance()Common.ExecutorUser.Builder.getDefaultInstanceForType()Common.ExecutorUser.getDefaultInstanceForType()Common.Executor.Builder.getExecutorUser()sdk set this field in heartbeat, only updated by coordinatorCommon.Executor.getExecutorUser()sdk set this field in heartbeat, only updated by coordinatorCommon.ExecutorOrBuilder.getExecutorUser()sdk set this field in heartbeat, only updated by coordinatorCommon.ExecutorUserMap.Builder.getExecutorUsers(int index) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.ExecutorUserMap.getExecutorUsers(int index) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.ExecutorUserMapOrBuilder.getExecutorUsers(int index) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;static Common.ExecutorUserCommon.ExecutorUser.parseDelimitedFrom(InputStream input) static Common.ExecutorUserCommon.ExecutorUser.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(byte[] data) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(com.google.protobuf.ByteString data) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(com.google.protobuf.CodedInputStream input) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(InputStream input) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(ByteBuffer data) static Common.ExecutorUserCommon.ExecutorUser.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.common that return types with arguments of type Common.ExecutorUserModifier and TypeMethodDescriptionCommon.ExecutorUserMap.Builder.getExecutorUsersList()repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.ExecutorUserMap.getExecutorUsersList()repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.ExecutorUserMapOrBuilder.getExecutorUsersList()repeated .dingodb.pb.common.ExecutorUser executor_users = 2;com.google.protobuf.Parser<Common.ExecutorUser>Common.ExecutorUser.getParserForType()static com.google.protobuf.Parser<Common.ExecutorUser>Common.ExecutorUser.parser()Methods in io.dingodb.common with parameters of type Common.ExecutorUserModifier and TypeMethodDescriptionCommon.ExecutorUserMap.Builder.addExecutorUsers(int index, Common.ExecutorUser value) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.ExecutorUserMap.Builder.addExecutorUsers(Common.ExecutorUser value) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Common.Executor.Builder.mergeExecutorUser(Common.ExecutorUser value) sdk set this field in heartbeat, only updated by coordinatorCommon.ExecutorUser.Builder.mergeFrom(Common.ExecutorUser other) static Common.ExecutorUser.BuilderCommon.ExecutorUser.newBuilder(Common.ExecutorUser prototype) Common.Executor.Builder.setExecutorUser(Common.ExecutorUser value) sdk set this field in heartbeat, only updated by coordinatorCommon.ExecutorUserMap.Builder.setExecutorUsers(int index, Common.ExecutorUser value) repeated .dingodb.pb.common.ExecutorUser executor_users = 2;Method parameters in io.dingodb.common with type arguments of type Common.ExecutorUserModifier and TypeMethodDescriptionCommon.ExecutorUserMap.Builder.addAllExecutorUsers(Iterable<? extends Common.ExecutorUser> values) repeated .dingodb.pb.common.ExecutorUser executor_users = 2; -
Uses of Common.ExecutorUser in io.dingodb.coordinator
Methods in io.dingodb.coordinator that return Common.ExecutorUserModifier and TypeMethodDescriptionCoordinator.CreateExecutorUserRequest.Builder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserRequest.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserRequestOrBuilder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserResponse.Builder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserResponse.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserResponseOrBuilder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.DeleteExecutorUserRequest.Builder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.DeleteExecutorUserRequest.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.DeleteExecutorUserRequestOrBuilder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequestOrBuilder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserResponse.Builder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserResponse.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserResponseOrBuilder.getExecutorUser().dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.getExecutorUserUpdate()user name is ignored, only update keyringCoordinator.UpdateExecutorUserRequest.getExecutorUserUpdate()user name is ignored, only update keyringCoordinator.UpdateExecutorUserRequestOrBuilder.getExecutorUserUpdate()user name is ignored, only update keyringMethods in io.dingodb.coordinator with parameters of type Common.ExecutorUserModifier and TypeMethodDescriptionCoordinator.CreateExecutorUserRequest.Builder.mergeExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserResponse.Builder.mergeExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.DeleteExecutorUserRequest.Builder.mergeExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.mergeExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserResponse.Builder.mergeExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.mergeExecutorUserUpdate(Common.ExecutorUser value) user name is ignored, only update keyringCoordinator.CreateExecutorUserRequest.Builder.setExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.CreateExecutorUserResponse.Builder.setExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.DeleteExecutorUserRequest.Builder.setExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.setExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserResponse.Builder.setExecutorUser(Common.ExecutorUser value) .dingodb.pb.common.ExecutorUser executor_user = 3;Coordinator.UpdateExecutorUserRequest.Builder.setExecutorUserUpdate(Common.ExecutorUser value) user name is ignored, only update keyring -
Uses of Common.ExecutorUser in io.dingodb.sdk.common.utils
Methods in io.dingodb.sdk.common.utils that return Common.ExecutorUserModifier and TypeMethodDescriptionstatic Common.ExecutorUserEntityConversion.mapping(ExecutorUser executorUser) Methods in io.dingodb.sdk.common.utils with parameters of type Common.ExecutorUserModifier and TypeMethodDescriptionstatic ExecutorUserEntityConversion.mapping(Common.ExecutorUser executorUser)