Uses of Class
io.atomix.api.runtime.counter.v1.SetResponse
Packages that use SetResponse
-
Uses of SetResponse in io.atomix.api.runtime.counter.v1
Methods in io.atomix.api.runtime.counter.v1 that return SetResponseModifier and TypeMethodDescriptionSetResponse.Builder.build()SetResponse.Builder.buildPartial()static SetResponseSetResponse.getDefaultInstance()SetResponse.Builder.getDefaultInstanceForType()SetResponse.getDefaultInstanceForType()static SetResponseSetResponse.parseDelimitedFrom(InputStream input) static SetResponseSetResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetResponseSetResponse.parseFrom(byte[] data) static SetResponseSetResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetResponseSetResponse.parseFrom(com.google.protobuf.ByteString data) static SetResponseSetResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetResponseSetResponse.parseFrom(com.google.protobuf.CodedInputStream input) static SetResponseSetResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetResponseSetResponse.parseFrom(InputStream input) static SetResponseSetResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SetResponseSetResponse.parseFrom(ByteBuffer data) static SetResponseSetResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CounterGrpc.CounterBlockingStub.set(SetRequest request) Set sets the counter valueMethods in io.atomix.api.runtime.counter.v1 that return types with arguments of type SetResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SetResponse>SetResponse.getParserForType()static io.grpc.MethodDescriptor<SetRequest,SetResponse> CounterGrpc.getSetMethod()static com.google.protobuf.Parser<SetResponse>SetResponse.parser()com.google.common.util.concurrent.ListenableFuture<SetResponse>CounterGrpc.CounterFutureStub.set(SetRequest request) Set sets the counter valueMethods in io.atomix.api.runtime.counter.v1 with parameters of type SetResponseModifier and TypeMethodDescriptionSetResponse.Builder.mergeFrom(SetResponse other) static SetResponse.BuilderSetResponse.newBuilder(SetResponse prototype) Method parameters in io.atomix.api.runtime.counter.v1 with type arguments of type SetResponseModifier and TypeMethodDescriptionvoidCounterGrpc.CounterImplBase.set(SetRequest request, io.grpc.stub.StreamObserver<SetResponse> responseObserver) Set sets the counter valuevoidCounterGrpc.CounterStub.set(SetRequest request, io.grpc.stub.StreamObserver<SetResponse> responseObserver) Set sets the counter value