Uses of Class
io.atomix.api.runtime.multimap.v1.GetRequest
Packages that use GetRequest
-
Uses of GetRequest in io.atomix.api.runtime.multimap.v1
Methods in io.atomix.api.runtime.multimap.v1 that return GetRequestModifier and TypeMethodDescriptionGetRequest.Builder.build()GetRequest.Builder.buildPartial()static GetRequestGetRequest.getDefaultInstance()GetRequest.Builder.getDefaultInstanceForType()GetRequest.getDefaultInstanceForType()static GetRequestGetRequest.parseDelimitedFrom(InputStream input) static GetRequestGetRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetRequestGetRequest.parseFrom(byte[] data) static GetRequestGetRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetRequestGetRequest.parseFrom(com.google.protobuf.ByteString data) static GetRequestGetRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetRequestGetRequest.parseFrom(com.google.protobuf.CodedInputStream input) static GetRequestGetRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetRequestGetRequest.parseFrom(InputStream input) static GetRequestGetRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetRequestGetRequest.parseFrom(ByteBuffer data) static GetRequestGetRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.multimap.v1 that return types with arguments of type GetRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetRequest,GetResponse> MultiMapGrpc.getGetMethod()com.google.protobuf.Parser<GetRequest>GetRequest.getParserForType()static com.google.protobuf.Parser<GetRequest>GetRequest.parser()Methods in io.atomix.api.runtime.multimap.v1 with parameters of type GetRequestModifier and TypeMethodDescriptionMultiMapGrpc.MultiMapBlockingStub.get(GetRequest request) Get gets the entry for a keycom.google.common.util.concurrent.ListenableFuture<GetResponse>MultiMapGrpc.MultiMapFutureStub.get(GetRequest request) Get gets the entry for a keyvoidMultiMapGrpc.MultiMapImplBase.get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver) Get gets the entry for a keyvoidMultiMapGrpc.MultiMapStub.get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver) Get gets the entry for a keyGetRequest.Builder.mergeFrom(GetRequest other) static GetRequest.BuilderGetRequest.newBuilder(GetRequest prototype)