Interface PlanIdCacheIndex

All Known Implementing Classes:
PlanIdCacheIndexer

public interface PlanIdCacheIndex
  • Method Details

    • getAllChainKeys

      Set<PlanKey> getAllChainKeys()
    • getChain

      PlanKey getChain(long chainId)
    • getChainOfJob

      PlanKey getChainOfJob(long jobId)
    • getJobsOfChain

      @NotNull @NotNull Stream<PlanKey> getJobsOfChain(PlanKey chainKey)