Uses of Class
io.dingodb.raft.Raft.PutIfAbsentRequest
Packages that use Raft.PutIfAbsentRequest
-
Uses of Raft.PutIfAbsentRequest in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.PutIfAbsentRequestModifier and TypeMethodDescriptionRaft.PutIfAbsentRequest.Builder.build()Raft.PutIfAbsentRequest.Builder.buildPartial()static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.getDefaultInstance()Raft.PutIfAbsentRequest.Builder.getDefaultInstanceForType()Raft.PutIfAbsentRequest.getDefaultInstanceForType()Raft.Request.Builder.getPutIfAbsent().dingodb.pb.raft.PutIfAbsentRequest put_if_absent = 1001;Raft.Request.getPutIfAbsent().dingodb.pb.raft.PutIfAbsentRequest put_if_absent = 1001;Raft.RequestOrBuilder.getPutIfAbsent().dingodb.pb.raft.PutIfAbsentRequest put_if_absent = 1001;static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseDelimitedFrom(InputStream input) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(byte[] data) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(com.google.protobuf.ByteString data) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(InputStream input) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(ByteBuffer data) static Raft.PutIfAbsentRequestRaft.PutIfAbsentRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.raft that return types with arguments of type Raft.PutIfAbsentRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Raft.PutIfAbsentRequest>Raft.PutIfAbsentRequest.getParserForType()static com.google.protobuf.Parser<Raft.PutIfAbsentRequest>Raft.PutIfAbsentRequest.parser()Methods in io.dingodb.raft with parameters of type Raft.PutIfAbsentRequestModifier and TypeMethodDescriptionRaft.PutIfAbsentRequest.Builder.mergeFrom(Raft.PutIfAbsentRequest other) Raft.Request.Builder.mergePutIfAbsent(Raft.PutIfAbsentRequest value) .dingodb.pb.raft.PutIfAbsentRequest put_if_absent = 1001;Raft.PutIfAbsentRequest.newBuilder(Raft.PutIfAbsentRequest prototype) Raft.Request.Builder.setPutIfAbsent(Raft.PutIfAbsentRequest value) .dingodb.pb.raft.PutIfAbsentRequest put_if_absent = 1001;