Uses of Class
io.keyko.nevermined.models.gateway.ComputeLogs
-
Packages that use ComputeLogs Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.external io.keyko.nevermined.manager -
-
Uses of ComputeLogs in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that return types with arguments of type ComputeLogs Modifier and Type Method Description List<ComputeLogs>AssetsAPI. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Get the logs for the compute job with executionId and serviceAgreementId -
Uses of ComputeLogs in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return types with arguments of type ComputeLogs Modifier and Type Method Description List<ComputeLogs>AssetsImpl. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig) -
Uses of ComputeLogs in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external that return types with arguments of type ComputeLogs Modifier and Type Method Description static List<ComputeLogs>GatewayService. getComputeLogs(String serviceEndpoint, String consumerAddress, String signature)Calls a gateway endpoint to get the compute logs -
Uses of ComputeLogs in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that return types with arguments of type ComputeLogs Modifier and Type Method Description List<ComputeLogs>NeverminedManager. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Generates the service endpoint and signature and calls the gateway to get the logs of a compute job
-