Uses of Record Class
cloud.quasarch.akash.impl.model.OperationFailure
Packages that use OperationFailure
-
Uses of OperationFailure in cloud.quasarch.akash.impl
Methods in cloud.quasarch.akash.impl that return types with arguments of type OperationFailureModifier and TypeMethodDescriptionio.vavr.control.Either<OperationFailure,Deployment> Akash.closedDeployment(String leaseId) OPEN QUESTION: LEASE ID OR DEPLOYMENT_ID?io.vavr.control.Either<OperationFailure,Deployment> AkashClient.closedDeployment(String leaseId) io.vavr.control.Either<OperationFailure,Deployment> Akash.createDeployment(Path sdlFile) Create a deployment based on an SDL file.io.vavr.control.Either<OperationFailure,Deployment> AkashClient.createDeployment(Path sdlFile) io.vavr.control.Either<OperationFailure,DeploymentLease> Akash.createLease()R_06 Provides lease creation capabilitiesio.vavr.control.Either<OperationFailure,DeploymentLease> AkashClient.createLease()io.vavr.control.Either<OperationFailure,Bid> Akash.getBid(String owner, String deploymentSequence, String groupSequence, String orderSequence, String providerId) io.vavr.control.Either<OperationFailure,Bid> AkashClient.getBid(String owner, String deploymentSequence, String groupSequence, String orderSequence, String providerId) io.vavr.control.Either<OperationFailure,Deployment> Akash.getDeployment(String owner, String deploymentSequence) Fetches deployment info for the given deployment id.io.vavr.control.Either<OperationFailure,Deployment> AkashClient.getDeployment(String owner, String deploymentSequence) io.vavr.control.Either<OperationFailure,DeploymentLease> Akash.getLease(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider) Get lease Get information regarding a lease such as its status.io.vavr.control.Either<OperationFailure,DeploymentLease> AkashClient.getLease(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider) io.vavr.control.Either<OperationFailure,Iterable<Bid>> Akash.listBids(String owner, String deploymentSequence, String groupSequence, String oSeq, String providerId, String state) Get the list of bids based on a set of filters.io.vavr.control.Either<OperationFailure,Iterable<Bid>> AkashClient.listBids(String owner, String deploymentSequence, String groupSequence, String oSeq, String providerId, String state) io.vavr.control.Either<OperationFailure,Iterable<Deployment>> Akash.listDeployments(String owner, String state, String deploymentSequence) List all the deployment for given ( optional ) filters.io.vavr.control.Either<OperationFailure,Iterable<Deployment>> AkashClient.listDeployments(String owner, String state, String deploymentSequence) io.vavr.control.Either<OperationFailure,Iterable<DeploymentLease>> Akash.listLeases(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider, String state) List all the leases for a given filter setio.vavr.control.Either<OperationFailure,Iterable<DeploymentLease>> AkashClient.listLeases(String owner, String deploymentSequence, String groupSequence, String orderSequence, String provider, String state) io.vavr.control.Either<OperationFailure,?> Akash.sendManifest(Path sdlFile) TODO SPEC R_08 Provides a way for a manifest/SDL file to be send.io.vavr.control.Either<OperationFailure,?> AkashClient.sendManifest(Path sdlFile) io.vavr.control.Either<OperationFailure,?> Akash.updateManifest(Path sdlFile) TODO SPEC R_09 updates the descriptor of an already deploymentio.vavr.control.Either<OperationFailure,?> AkashClient.updateManifest(Path sdlFile) -
Uses of OperationFailure in cloud.quasarch.akash.impl.parsing
Methods in cloud.quasarch.akash.impl.parsing that return types with arguments of type OperationFailureModifier and TypeMethodDescriptionio.vavr.control.Either<OperationFailure,R> ResponseParser.parseErrorMessage(int statusCode, String body) io.vavr.control.Either<OperationFailure,R> ResponseParserWithTransformation.parseErrorMessage(int statusCode, String body) io.vavr.control.Either<OperationFailure,R> ResponseParser.parseToEither(HttpResponse<String> response) io.vavr.control.Either<OperationFailure,R> ResponseParserWithTransformation.parseToEither(HttpResponse<String> response) transforms aHttpResponseinto a varv Either.