@Internal
public interface PlanParticleManager
Modifier and Type | Method and Description |
---|---|
void |
adjustPlanParticles(PlanKey planKey,
Collection<? extends PlanParticle> consumedParticles,
Collection<? extends PlanParticle> producedParticles)
Adjust list of plan's consumed and produced particles.
|
Set<PlanKey> |
getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle consumers
|
Set<PlanKey> |
getConsumersPlanKeys(PlanKey planKey)
Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
|
Set<PlanKey> |
getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle producers
|
Set<PlanKey> |
getProducersPlanKeys(PlanKey planKey)
Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey
|
void |
removePlanParticles(PlanKey planKey)
Removes all plan particles for a given plan.
|
@NotNull Set<PlanKey> getConsumersPlanKeys(Iterable<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles@NotNull Set<PlanKey> getConsumersPlanKeys(@NotNull PlanKey planKey)
planKey
- identifies producer of particles@NotNull Set<PlanKey> getProducersPlanKeys(Iterable<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles@NotNull Set<PlanKey> getProducersPlanKeys(@NotNull PlanKey planKey)
planKey
- identifies producer of particlesvoid adjustPlanParticles(@NotNull PlanKey planKey, @NotNull Collection<? extends PlanParticle> consumedParticles, @NotNull Collection<? extends PlanParticle> producedParticles) throws ConfigurationException
planKey
- Key of the plan to adjust.consumedParticles
- Collection of plan's consumed particlesproducedParticles
- Collection of plan's produced particlesConfigurationException
- if it can not complete the adjusting of particles based on invalid data e.g cyclic dependenciesvoid removePlanParticles(@NotNull PlanKey planKey)
planKey
- to delete the particles ofCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.