Uses of Class
io.atomix.api.runtime.multimap.v1.PutResponse
Packages that use PutResponse
-
Uses of PutResponse in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return PutResponseModifier and TypeMethodDescriptionPutResponse.Builder.build()PutResponse.Builder.buildPartial()static PutResponsePutResponse.getDefaultInstance()PutResponse.Builder.getDefaultInstanceForType()PutResponse.getDefaultInstanceForType()static PutResponsePutResponse.parseDelimitedFrom(InputStream input) static PutResponsePutResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutResponsePutResponse.parseFrom(byte[] data) static PutResponsePutResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutResponsePutResponse.parseFrom(com.google.protobuf.ByteString data) static PutResponsePutResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutResponsePutResponse.parseFrom(com.google.protobuf.CodedInputStream input) static PutResponsePutResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutResponsePutResponse.parseFrom(InputStream input) static PutResponsePutResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PutResponsePutResponse.parseFrom(ByteBuffer data) static PutResponsePutResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MultiMapGrpc.MultiMapBlockingStub.put(PutRequest request) Put adds a value to an entry in the mapMethods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type PutResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PutResponse>PutResponse.getParserForType()static io.grpc.MethodDescriptor<PutRequest,PutResponse> MultiMapGrpc.getPutMethod()static com.google.protobuf.Parser<PutResponse>PutResponse.parser()com.google.common.util.concurrent.ListenableFuture<PutResponse>MultiMapGrpc.MultiMapFutureStub.put(PutRequest request) Put adds a value to an entry in the mapMethods in io.atomix.api.runtime.multimap.v1 with parameters of type PutResponseModifier and TypeMethodDescriptionPutResponse.Builder.mergeFrom(PutResponse other) static PutResponse.BuilderPutResponse.newBuilder(PutResponse prototype) Method parameters in io.atomix.api.runtime.multimap.v1 with type arguments of type PutResponseModifier and TypeMethodDescriptionvoidMultiMapGrpc.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