Uses of Class
io.atomix.api.runtime.indexedmap.v1.FirstEntryResponse
Packages that use FirstEntryResponse
-
Uses of FirstEntryResponse in io.atomix.api.runtime.indexedmap.v1
Methods in io.atomix.api.runtime.indexedmap.v1 that return FirstEntryResponseModifier and TypeMethodDescriptionFirstEntryResponse.Builder.build()FirstEntryResponse.Builder.buildPartial()IndexedMapGrpc.IndexedMapBlockingStub.firstEntry(FirstEntryRequest request) FirstEntry gets the first entry in the mapstatic FirstEntryResponseFirstEntryResponse.getDefaultInstance()FirstEntryResponse.Builder.getDefaultInstanceForType()FirstEntryResponse.getDefaultInstanceForType()static FirstEntryResponseFirstEntryResponse.parseDelimitedFrom(InputStream input) static FirstEntryResponseFirstEntryResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FirstEntryResponseFirstEntryResponse.parseFrom(byte[] data) static FirstEntryResponseFirstEntryResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FirstEntryResponseFirstEntryResponse.parseFrom(com.google.protobuf.ByteString data) static FirstEntryResponseFirstEntryResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FirstEntryResponseFirstEntryResponse.parseFrom(com.google.protobuf.CodedInputStream input) static FirstEntryResponseFirstEntryResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FirstEntryResponseFirstEntryResponse.parseFrom(InputStream input) static FirstEntryResponseFirstEntryResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FirstEntryResponseFirstEntryResponse.parseFrom(ByteBuffer data) static FirstEntryResponseFirstEntryResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.indexedmap.v1 that return types with arguments of type FirstEntryResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<FirstEntryResponse>IndexedMapGrpc.IndexedMapFutureStub.firstEntry(FirstEntryRequest request) FirstEntry gets the first entry in the mapstatic io.grpc.MethodDescriptor<FirstEntryRequest,FirstEntryResponse> IndexedMapGrpc.getFirstEntryMethod()com.google.protobuf.Parser<FirstEntryResponse>FirstEntryResponse.getParserForType()static com.google.protobuf.Parser<FirstEntryResponse>FirstEntryResponse.parser()Methods in io.atomix.api.runtime.indexedmap.v1 with parameters of type FirstEntryResponseModifier and TypeMethodDescriptionFirstEntryResponse.Builder.mergeFrom(FirstEntryResponse other) static FirstEntryResponse.BuilderFirstEntryResponse.newBuilder(FirstEntryResponse prototype) Method parameters in io.atomix.api.runtime.indexedmap.v1 with type arguments of type FirstEntryResponseModifier and TypeMethodDescriptionvoidIndexedMapGrpc.IndexedMapImplBase.firstEntry(FirstEntryRequest request, io.grpc.stub.StreamObserver<FirstEntryResponse> responseObserver) FirstEntry gets the first entry in the mapvoidIndexedMapGrpc.IndexedMapStub.firstEntry(FirstEntryRequest request, io.grpc.stub.StreamObserver<FirstEntryResponse> responseObserver) FirstEntry gets the first entry in the map