Uses of Class
io.atomix.api.runtime.value.v1.InsertRequest
Packages that use InsertRequest
-
Uses of InsertRequest in io.atomix.api.runtime.value.v1
Methods in io.atomix.api.runtime.value.v1 that return InsertRequestModifier and TypeMethodDescriptionInsertRequest.Builder.build()InsertRequest.Builder.buildPartial()static InsertRequestInsertRequest.getDefaultInstance()InsertRequest.Builder.getDefaultInstanceForType()InsertRequest.getDefaultInstanceForType()static InsertRequestInsertRequest.parseDelimitedFrom(InputStream input) static InsertRequestInsertRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InsertRequestInsertRequest.parseFrom(byte[] data) static InsertRequestInsertRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InsertRequestInsertRequest.parseFrom(com.google.protobuf.ByteString data) static InsertRequestInsertRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InsertRequestInsertRequest.parseFrom(com.google.protobuf.CodedInputStream input) static InsertRequestInsertRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InsertRequestInsertRequest.parseFrom(InputStream input) static InsertRequestInsertRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static InsertRequestInsertRequest.parseFrom(ByteBuffer data) static InsertRequestInsertRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.value.v1 that return types with arguments of type InsertRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<InsertRequest,InsertResponse> ValueGrpc.getInsertMethod()com.google.protobuf.Parser<InsertRequest>InsertRequest.getParserForType()static com.google.protobuf.Parser<InsertRequest>InsertRequest.parser()Methods in io.atomix.api.runtime.value.v1 with parameters of type InsertRequestModifier and TypeMethodDescriptionValueGrpc.ValueBlockingStub.insert(InsertRequest request) Insert inserts the valuecom.google.common.util.concurrent.ListenableFuture<InsertResponse>ValueGrpc.ValueFutureStub.insert(InsertRequest request) Insert inserts the valuevoidValueGrpc.ValueImplBase.insert(InsertRequest request, io.grpc.stub.StreamObserver<InsertResponse> responseObserver) Insert inserts the valuevoidValueGrpc.ValueStub.insert(InsertRequest request, io.grpc.stub.StreamObserver<InsertResponse> responseObserver) Insert inserts the valueInsertRequest.Builder.mergeFrom(InsertRequest other) static InsertRequest.BuilderInsertRequest.newBuilder(InsertRequest prototype)