Interface ActivationStore
- All Known Implementing Classes:
ActivationStoreImpl
public interface ActivationStore
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRandomAndMarkAsVisited
(VersionWithObjectiveValue version, Random random) boolean
markNewAsVisited
(VersionWithObjectiveValue to, int[] emptyEntrySizes)
-
Method Details
-
markNewAsVisited
-
hasUnmarkedActivation
-
getRandomAndMarkAsVisited
ActivationStore.VisitResult getRandomAndMarkAsVisited(VersionWithObjectiveValue version, Random random)
-