Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveEntriesResponse
Packages that use RemoveEntriesResponse
-
Uses of RemoveEntriesResponse in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveEntriesResponseModifier and TypeMethodDescriptionRemoveEntriesResponse.Builder.build()RemoveEntriesResponse.Builder.buildPartial()static RemoveEntriesResponseRemoveEntriesResponse.getDefaultInstance()RemoveEntriesResponse.Builder.getDefaultInstanceForType()RemoveEntriesResponse.getDefaultInstanceForType()static RemoveEntriesResponseRemoveEntriesResponse.parseDelimitedFrom(InputStream input) static RemoveEntriesResponseRemoveEntriesResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(byte[] data) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(com.google.protobuf.ByteString data) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(InputStream input) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(ByteBuffer data) static RemoveEntriesResponseRemoveEntriesResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MultiMapGrpc.MultiMapBlockingStub.removeEntries(RemoveEntriesRequest request) RemoveEntries removes entries from the mapMethods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveEntriesResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveEntriesResponse>RemoveEntriesResponse.getParserForType()static io.grpc.MethodDescriptor<RemoveEntriesRequest,RemoveEntriesResponse> MultiMapGrpc.getRemoveEntriesMethod()static com.google.protobuf.Parser<RemoveEntriesResponse>RemoveEntriesResponse.parser()com.google.common.util.concurrent.ListenableFuture<RemoveEntriesResponse>MultiMapGrpc.MultiMapFutureStub.removeEntries(RemoveEntriesRequest request) RemoveEntries removes entries from the mapMethods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveEntriesResponseModifier and TypeMethodDescriptionRemoveEntriesResponse.Builder.mergeFrom(RemoveEntriesResponse other) RemoveEntriesResponse.newBuilder(RemoveEntriesResponse prototype) Method parameters in io.atomix.api.runtime.multimap.v1 with type arguments of type RemoveEntriesResponseModifier and TypeMethodDescriptionvoidMultiMapGrpc.MultiMapImplBase.removeEntries(RemoveEntriesRequest request, io.grpc.stub.StreamObserver<RemoveEntriesResponse> responseObserver) RemoveEntries removes entries from the mapvoidMultiMapGrpc.MultiMapStub.removeEntries(RemoveEntriesRequest request, io.grpc.stub.StreamObserver<RemoveEntriesResponse> responseObserver) RemoveEntries removes entries from the map