Interface ResultsCellRepository
- All Known Implementing Classes:
InMemoryResultsCellRepository,PostgresResultsCellRepository
public interface ResultsCellRepository
-
Method Summary
Modifier and TypeMethodDescriptionforceAllocate(PlanId planId, String requestedBy) lookup(PlanId planId, SimulationDatasetId simulationDatasetId)
-
Method Details
-
allocate
-
forceAllocate
-
claim
-
lookup
-
lookup
Optional<ResultsProtocol.ReaderRole> lookup(PlanId planId, SimulationDatasetId simulationDatasetId) throws SimulationDatasetMismatchException
-