Uses of Class
io.atomix.api.runtime.atomic.indexedmap.v1.CreateRequest
Packages that use CreateRequest
-
Uses of CreateRequest in io.atomix.api.runtime.atomic.indexedmap.v1
Methods in io.atomix.api.runtime.atomic.indexedmap.v1 that return CreateRequestModifier and TypeMethodDescriptionCreateRequest.Builder.build()CreateRequest.Builder.buildPartial()static CreateRequestCreateRequest.getDefaultInstance()CreateRequest.Builder.getDefaultInstanceForType()CreateRequest.getDefaultInstanceForType()static CreateRequestCreateRequest.parseDelimitedFrom(InputStream input) static CreateRequestCreateRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateRequestCreateRequest.parseFrom(byte[] data) static CreateRequestCreateRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateRequestCreateRequest.parseFrom(com.google.protobuf.ByteString data) static CreateRequestCreateRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateRequestCreateRequest.parseFrom(com.google.protobuf.CodedInputStream input) static CreateRequestCreateRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateRequestCreateRequest.parseFrom(InputStream input) static CreateRequestCreateRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateRequestCreateRequest.parseFrom(ByteBuffer data) static CreateRequestCreateRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.atomic.indexedmap.v1 that return types with arguments of type CreateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CreateRequest,CreateResponse> AtomicIndexedMapGrpc.getCreateMethod()com.google.protobuf.Parser<CreateRequest>CreateRequest.getParserForType()static com.google.protobuf.Parser<CreateRequest>CreateRequest.parser()Methods in io.atomix.api.runtime.atomic.indexedmap.v1 with parameters of type CreateRequestModifier and TypeMethodDescriptionAtomicIndexedMapGrpc.AtomicIndexedMapBlockingStub.create(CreateRequest request) Create creates the mapcom.google.common.util.concurrent.ListenableFuture<CreateResponse>AtomicIndexedMapGrpc.AtomicIndexedMapFutureStub.create(CreateRequest request) Create creates the mapvoidAtomicIndexedMapGrpc.AtomicIndexedMapImplBase.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the mapvoidAtomicIndexedMapGrpc.AtomicIndexedMapStub.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the mapCreateRequest.Builder.mergeFrom(CreateRequest other) static CreateRequest.BuilderCreateRequest.newBuilder(CreateRequest prototype)