Uses of Class
io.atomix.api.runtime.counter.v1.CreateRequest
Packages that use CreateRequest
-
Uses of CreateRequest in io.atomix.api.runtime.counter.v1
Methods in io.atomix.api.runtime.counter.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.counter.v1 that return types with arguments of type CreateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CreateRequest,CreateResponse> CounterGrpc.getCreateMethod()com.google.protobuf.Parser<CreateRequest>CreateRequest.getParserForType()static com.google.protobuf.Parser<CreateRequest>CreateRequest.parser()Methods in io.atomix.api.runtime.counter.v1 with parameters of type CreateRequestModifier and TypeMethodDescriptionCounterGrpc.CounterBlockingStub.create(CreateRequest request) Create creates the countercom.google.common.util.concurrent.ListenableFuture<CreateResponse>CounterGrpc.CounterFutureStub.create(CreateRequest request) Create creates the countervoidCounterGrpc.CounterImplBase.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the countervoidCounterGrpc.CounterStub.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the counterCreateRequest.Builder.mergeFrom(CreateRequest other) static CreateRequest.BuilderCreateRequest.newBuilder(CreateRequest prototype)