Interface PlanBranchCacheIndex

All Known Implementing Classes:
PlanBranchCacheIndexer

@Internal public interface PlanBranchCacheIndex
  • Method Details

    • getBranchKeys

      @NotNull @NotNull com.google.common.collect.ImmutableSet<PlanKey> getBranchKeys(PlanKey planKey)
    • getBranchGists

      @NotNull @NotNull com.google.common.collect.ImmutableSet<PlanBranchGist> getBranchGists(PlanKey planKey)