Uses of Class
io.atomix.api.runtime.lock.v1.LockResponse
Packages that use LockResponse
-
Uses of LockResponse in io.atomix.api.runtime.lock.v1
Methods in io.atomix.api.runtime.lock.v1 that return LockResponseModifier and TypeMethodDescriptionLockResponse.Builder.build()LockResponse.Builder.buildPartial()static LockResponseLockResponse.getDefaultInstance()LockResponse.Builder.getDefaultInstanceForType()LockResponse.getDefaultInstanceForType()LockGrpc.LockBlockingStub.lock(LockRequest request) Lock attempts to acquire the lockstatic LockResponseLockResponse.parseDelimitedFrom(InputStream input) static LockResponseLockResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LockResponseLockResponse.parseFrom(byte[] data) static LockResponseLockResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LockResponseLockResponse.parseFrom(com.google.protobuf.ByteString data) static LockResponseLockResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LockResponseLockResponse.parseFrom(com.google.protobuf.CodedInputStream input) static LockResponseLockResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LockResponseLockResponse.parseFrom(InputStream input) static LockResponseLockResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static LockResponseLockResponse.parseFrom(ByteBuffer data) static LockResponseLockResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.atomix.api.runtime.lock.v1 that return types with arguments of type LockResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<LockRequest,LockResponse> LockGrpc.getLockMethod()com.google.protobuf.Parser<LockResponse>LockResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<LockResponse>LockGrpc.LockFutureStub.lock(LockRequest request) Lock attempts to acquire the lockstatic com.google.protobuf.Parser<LockResponse>LockResponse.parser()Methods in io.atomix.api.runtime.lock.v1 with parameters of type LockResponseModifier and TypeMethodDescriptionLockResponse.Builder.mergeFrom(LockResponse other) static LockResponse.BuilderLockResponse.newBuilder(LockResponse prototype) Method parameters in io.atomix.api.runtime.lock.v1 with type arguments of type LockResponseModifier and TypeMethodDescriptionvoidLockGrpc.LockImplBase.lock(LockRequest request, io.grpc.stub.StreamObserver<LockResponse> responseObserver) Lock attempts to acquire the lockvoidLockGrpc.LockStub.lock(LockRequest request, io.grpc.stub.StreamObserver<LockResponse> responseObserver) Lock attempts to acquire the lock