Uses of Class
io.atomix.api.runtime.indexedmap.v1.GetResponse
Packages that use GetResponse
-
Uses of GetResponse in io.atomix.api.runtime.indexedmap.v1
Methods in io.atomix.api.runtime.indexedmap.v1 that return GetResponseModifier and TypeMethodDescriptionGetResponse.Builder.build()GetResponse.Builder.buildPartial()IndexedMapGrpc.IndexedMapBlockingStub.get(GetRequest request) Get gets the entry for a keystatic GetResponseGetResponse.getDefaultInstance()GetResponse.Builder.getDefaultInstanceForType()GetResponse.getDefaultInstanceForType()static GetResponseGetResponse.parseDelimitedFrom(InputStream input) static GetResponseGetResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetResponseGetResponse.parseFrom(byte[] data) static GetResponseGetResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetResponseGetResponse.parseFrom(com.google.protobuf.ByteString data) static GetResponseGetResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetResponseGetResponse.parseFrom(com.google.protobuf.CodedInputStream input) static GetResponseGetResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetResponseGetResponse.parseFrom(InputStream input) static GetResponseGetResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GetResponseGetResponse.parseFrom(ByteBuffer data) static GetResponseGetResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.indexedmap.v1 that return types with arguments of type GetResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<GetResponse>IndexedMapGrpc.IndexedMapFutureStub.get(GetRequest request) Get gets the entry for a keystatic io.grpc.MethodDescriptor<GetRequest,GetResponse> IndexedMapGrpc.getGetMethod()com.google.protobuf.Parser<GetResponse>GetResponse.getParserForType()static com.google.protobuf.Parser<GetResponse>GetResponse.parser()Methods in io.atomix.api.runtime.indexedmap.v1 with parameters of type GetResponseModifier and TypeMethodDescriptionGetResponse.Builder.mergeFrom(GetResponse other) static GetResponse.BuilderGetResponse.newBuilder(GetResponse prototype) Method parameters in io.atomix.api.runtime.indexedmap.v1 with type arguments of type GetResponseModifier and TypeMethodDescriptionvoidIndexedMapGrpc.IndexedMapImplBase.get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver) Get gets the entry for a keyvoidIndexedMapGrpc.IndexedMapStub.get(GetRequest request, io.grpc.stub.StreamObserver<GetResponse> responseObserver) Get gets the entry for a key