public interface IngestionResourceManager
| Modifier and Type | Method and Description |
|---|---|
List<ContainerWithSas> |
getShuffledContainers()
Returns a list of containers with SAS tokens, ranked by their ingestion success rate, and then shuffled.
|
void |
reportIngestionResult(ResourceWithSas<?> resource,
boolean success)
Report the result of an ingestion operation.
|
List<ContainerWithSas> getShuffledContainers() throws IngestionClientException, IngestionServiceException
IngestionClientExceptionIngestionServiceExceptionvoid reportIngestionResult(ResourceWithSas<?> resource, boolean success)
resource - The resource that was used to ingest. Can be a container or a queue.success - Whether the ingestion operation was successful.Copyright © 2024. All rights reserved.