Uses of Class
io.dingodb.raft.Raft.PutsWithCf
Packages that use Raft.PutsWithCf
-
Uses of Raft.PutsWithCf in io.dingodb.raft
Methods in io.dingodb.raft that return Raft.PutsWithCfModifier and TypeMethodDescriptionRaft.PutsWithCf.Builder.build()Raft.PutsWithCf.Builder.buildPartial()static Raft.PutsWithCfRaft.PutsWithCf.getDefaultInstance()Raft.PutsWithCf.Builder.getDefaultInstanceForType()Raft.PutsWithCf.getDefaultInstanceForType()Raft.MultiCfPutAndDeleteRequest.Builder.getPutsWithCf(int index) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.MultiCfPutAndDeleteRequest.getPutsWithCf(int index) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.MultiCfPutAndDeleteRequestOrBuilder.getPutsWithCf(int index) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;static Raft.PutsWithCfRaft.PutsWithCf.parseDelimitedFrom(InputStream input) static Raft.PutsWithCfRaft.PutsWithCf.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(byte[] data) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(com.google.protobuf.ByteString data) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(com.google.protobuf.CodedInputStream input) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(InputStream input) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(ByteBuffer data) static Raft.PutsWithCfRaft.PutsWithCf.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.raft that return types with arguments of type Raft.PutsWithCfModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Raft.PutsWithCf>Raft.PutsWithCf.getParserForType()Raft.MultiCfPutAndDeleteRequest.Builder.getPutsWithCfList()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.MultiCfPutAndDeleteRequest.getPutsWithCfList()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.MultiCfPutAndDeleteRequestOrBuilder.getPutsWithCfList()repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;static com.google.protobuf.Parser<Raft.PutsWithCf>Raft.PutsWithCf.parser()Methods in io.dingodb.raft with parameters of type Raft.PutsWithCfModifier and TypeMethodDescriptionRaft.MultiCfPutAndDeleteRequest.Builder.addPutsWithCf(int index, Raft.PutsWithCf value) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.MultiCfPutAndDeleteRequest.Builder.addPutsWithCf(Raft.PutsWithCf value) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Raft.PutsWithCf.Builder.mergeFrom(Raft.PutsWithCf other) static Raft.PutsWithCf.BuilderRaft.PutsWithCf.newBuilder(Raft.PutsWithCf prototype) Raft.MultiCfPutAndDeleteRequest.Builder.setPutsWithCf(int index, Raft.PutsWithCf value) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;Method parameters in io.dingodb.raft with type arguments of type Raft.PutsWithCfModifier and TypeMethodDescriptionRaft.MultiCfPutAndDeleteRequest.Builder.addAllPutsWithCf(Iterable<? extends Raft.PutsWithCf> values) repeated .dingodb.pb.raft.PutsWithCf puts_with_cf = 1;