Uses of Class
io.dingodb.raft.Raft.PutIfAbsentResponse.Builder
Packages that use Raft.PutIfAbsentResponse.Builder
-
Uses of Raft.PutIfAbsentResponse.Builder in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.PutIfAbsentResponse.BuilderModifier and TypeMethodDescriptionRaft.PutIfAbsentResponse.Builder.addAllPutKeys(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes put_keys = 1;Raft.PutIfAbsentResponse.Builder.addPutKeys(com.google.protobuf.ByteString value) repeated bytes put_keys = 1;Raft.PutIfAbsentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Raft.PutIfAbsentResponse.Builder.clear()Raft.PutIfAbsentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Raft.PutIfAbsentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Raft.PutIfAbsentResponse.Builder.clearPutKeys()repeated bytes put_keys = 1;Raft.PutIfAbsentResponse.Builder.clone()Raft.Response.Builder.getPutIfAbsentBuilder().dingodb.pb.raft.PutIfAbsentResponse put_if_absent = 1001;Raft.PutIfAbsentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Raft.PutIfAbsentResponse.Builder.mergeFrom(com.google.protobuf.Message other) Raft.PutIfAbsentResponse.Builder.mergeFrom(Raft.PutIfAbsentResponse other) Raft.PutIfAbsentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Raft.PutIfAbsentResponse.newBuilder()Raft.PutIfAbsentResponse.newBuilder(Raft.PutIfAbsentResponse prototype) Raft.PutIfAbsentResponse.newBuilderForType()protected Raft.PutIfAbsentResponse.BuilderRaft.PutIfAbsentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Raft.PutIfAbsentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Raft.PutIfAbsentResponse.Builder.setPutKeys(int index, com.google.protobuf.ByteString value) repeated bytes put_keys = 1;Raft.PutIfAbsentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Raft.PutIfAbsentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Raft.PutIfAbsentResponse.toBuilder()Methods in io.dingodb.raft with parameters of type Raft.PutIfAbsentResponse.BuilderModifier and TypeMethodDescriptionRaft.Response.Builder.setPutIfAbsent(Raft.PutIfAbsentResponse.Builder builderForValue) .dingodb.pb.raft.PutIfAbsentResponse put_if_absent = 1001;