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