Uses of Class
io.atomix.api.runtime.value.v1.CreateResponse
Packages that use CreateResponse
-
Uses of CreateResponse in io.atomix.api.runtime.value.v1
Methods in io.atomix.api.runtime.value.v1 that return CreateResponseModifier and TypeMethodDescriptionCreateResponse.Builder.build()CreateResponse.Builder.buildPartial()ValueGrpc.ValueBlockingStub.create(CreateRequest request) Create creates the valuestatic CreateResponseCreateResponse.getDefaultInstance()CreateResponse.Builder.getDefaultInstanceForType()CreateResponse.getDefaultInstanceForType()static CreateResponseCreateResponse.parseDelimitedFrom(InputStream input) static CreateResponseCreateResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateResponseCreateResponse.parseFrom(byte[] data) static CreateResponseCreateResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateResponseCreateResponse.parseFrom(com.google.protobuf.ByteString data) static CreateResponseCreateResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateResponseCreateResponse.parseFrom(com.google.protobuf.CodedInputStream input) static CreateResponseCreateResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateResponseCreateResponse.parseFrom(InputStream input) static CreateResponseCreateResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CreateResponseCreateResponse.parseFrom(ByteBuffer data) static CreateResponseCreateResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.value.v1 that return types with arguments of type CreateResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<CreateResponse>ValueGrpc.ValueFutureStub.create(CreateRequest request) Create creates the valuestatic io.grpc.MethodDescriptor<CreateRequest,CreateResponse> ValueGrpc.getCreateMethod()com.google.protobuf.Parser<CreateResponse>CreateResponse.getParserForType()static com.google.protobuf.Parser<CreateResponse>CreateResponse.parser()Methods in io.atomix.api.runtime.value.v1 with parameters of type CreateResponseModifier and TypeMethodDescriptionCreateResponse.Builder.mergeFrom(CreateResponse other) static CreateResponse.BuilderCreateResponse.newBuilder(CreateResponse prototype) Method parameters in io.atomix.api.runtime.value.v1 with type arguments of type CreateResponseModifier and TypeMethodDescriptionvoidValueGrpc.ValueImplBase.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the valuevoidValueGrpc.ValueStub.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the value