Uses of Class
io.atomix.api.runtime.multimap.v1.RemoveEntriesRequest
Packages that use RemoveEntriesRequest
-
Uses of RemoveEntriesRequest in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return RemoveEntriesRequestModifier and TypeMethodDescriptionRemoveEntriesRequest.Builder.build()RemoveEntriesRequest.Builder.buildPartial()static RemoveEntriesRequestRemoveEntriesRequest.getDefaultInstance()RemoveEntriesRequest.Builder.getDefaultInstanceForType()RemoveEntriesRequest.getDefaultInstanceForType()static RemoveEntriesRequestRemoveEntriesRequest.parseDelimitedFrom(InputStream input) static RemoveEntriesRequestRemoveEntriesRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(byte[] data) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(com.google.protobuf.ByteString data) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(com.google.protobuf.CodedInputStream input) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(InputStream input) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(ByteBuffer data) static RemoveEntriesRequestRemoveEntriesRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type RemoveEntriesRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RemoveEntriesRequest>RemoveEntriesRequest.getParserForType()static io.grpc.MethodDescriptor<RemoveEntriesRequest,RemoveEntriesResponse> MultiMapGrpc.getRemoveEntriesMethod()static com.google.protobuf.Parser<RemoveEntriesRequest>RemoveEntriesRequest.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type RemoveEntriesRequestModifier and TypeMethodDescriptionRemoveEntriesRequest.Builder.mergeFrom(RemoveEntriesRequest other) static RemoveEntriesRequest.BuilderRemoveEntriesRequest.newBuilder(RemoveEntriesRequest prototype) MultiMapGrpc.MultiMapBlockingStub.removeEntries(RemoveEntriesRequest request) RemoveEntries removes entries from the mapcom.google.common.util.concurrent.ListenableFuture<RemoveEntriesResponse>MultiMapGrpc.MultiMapFutureStub.removeEntries(RemoveEntriesRequest request) RemoveEntries removes entries from the mapvoidMultiMapGrpc.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