Uses of Class
io.atomix.api.runtime.multimap.v1.PutRequest
Packages that use PutRequest
-
Uses of PutRequest in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return PutRequestModifier and TypeMethodDescriptionPutRequest.Builder.build()PutRequest.Builder.buildPartial()static PutRequestPutRequest.getDefaultInstance()PutRequest.Builder.getDefaultInstanceForType()PutRequest.getDefaultInstanceForType()static PutRequestPutRequest.parseDelimitedFrom(InputStream input) static PutRequestPutRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutRequestPutRequest.parseFrom(byte[] data) static PutRequestPutRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutRequestPutRequest.parseFrom(com.google.protobuf.ByteString data) static PutRequestPutRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutRequestPutRequest.parseFrom(com.google.protobuf.CodedInputStream input) static PutRequestPutRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutRequestPutRequest.parseFrom(InputStream input) static PutRequestPutRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutRequestPutRequest.parseFrom(ByteBuffer data) static PutRequestPutRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type PutRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PutRequest>PutRequest.getParserForType()static io.grpc.MethodDescriptor<PutRequest,PutResponse> MultiMapGrpc.getPutMethod()static com.google.protobuf.Parser<PutRequest>PutRequest.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type PutRequestModifier and TypeMethodDescriptionPutRequest.Builder.mergeFrom(PutRequest other) static PutRequest.BuilderPutRequest.newBuilder(PutRequest prototype) MultiMapGrpc.MultiMapBlockingStub.put(PutRequest request) Put adds a value to an entry in the mapcom.google.common.util.concurrent.ListenableFuture<PutResponse>MultiMapGrpc.MultiMapFutureStub.put(PutRequest request) Put adds a value to an entry in the mapvoidMultiMapGrpc.MultiMapImplBase.put(PutRequest request, io.grpc.stub.StreamObserver<PutResponse> responseObserver) Put adds a value to an entry in the mapvoidMultiMapGrpc.MultiMapStub.put(PutRequest request, io.grpc.stub.StreamObserver<PutResponse> responseObserver) Put adds a value to an entry in the map