Uses of Class
io.keyko.nevermined.models.gateway.ComputeStatus
-
Packages that use ComputeStatus Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.external io.keyko.nevermined.manager -
-
Uses of ComputeStatus in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that return ComputeStatus Modifier and Type Method Description ComputeStatusAssetsAPI. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Get the status for the compute job with executionId and serviceAgreementId -
Uses of ComputeStatus in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return ComputeStatus Modifier and Type Method Description ComputeStatusAssetsImpl. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig) -
Uses of ComputeStatus in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external that return ComputeStatus Modifier and Type Method Description static ComputeStatusGatewayService. getComputeStatus(String serviceEndpoint, String consumerAddress, String signature)Calls a gateway endpoint to get the compute status -
Uses of ComputeStatus in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that return ComputeStatus Modifier and Type Method Description ComputeStatusNeverminedManager. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Generates the service endpoint and signature and calls the gateway to get the status of a compute job
-