Uses of Class
io.atomix.api.runtime.lock.v1.CreateRequest
Packages that use CreateRequest
-
Uses of CreateRequest in io.atomix.api.runtime.lock.v1
Methods in io.atomix.api.runtime.lock.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.lock.v1 that return types with arguments of type CreateRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CreateRequest,CreateResponse> LockGrpc.getCreateMethod()com.google.protobuf.Parser<CreateRequest>CreateRequest.getParserForType()static com.google.protobuf.Parser<CreateRequest>CreateRequest.parser()Methods in io.atomix.api.runtime.lock.v1 with parameters of type CreateRequestModifier and TypeMethodDescriptionLockGrpc.LockBlockingStub.create(CreateRequest request) Create creates the lockcom.google.common.util.concurrent.ListenableFuture<CreateResponse>LockGrpc.LockFutureStub.create(CreateRequest request) Create creates the lockvoidLockGrpc.LockImplBase.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the lockvoidLockGrpc.LockStub.create(CreateRequest request, io.grpc.stub.StreamObserver<CreateResponse> responseObserver) Create creates the lockCreateRequest.Builder.mergeFrom(CreateRequest other) static CreateRequest.BuilderCreateRequest.newBuilder(CreateRequest prototype)