|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlanParticleManager
Method Summary | |
---|---|
void |
adjustPlanParticles(PlanKey planKey,
java.util.Collection<? extends PlanParticle> consumedParticles,
java.util.Collection<? extends PlanParticle> producedParticles)
Adjust list of plan's consumed and produced particles. |
java.util.Set<PlanKey> |
getConsumersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle consumers |
java.util.Set<PlanKey> |
getConsumersPlanKeys(PlanKey planKey)
Return collection of Plan keys registered as consumers of particles produced by plan identified with planKey |
java.util.Set<PlanKey> |
getProducersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
Return collection of Plan keys registered as planParticle producers |
java.util.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. |
Method Detail |
---|
@NotNull java.util.Set<PlanKey> getConsumersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles
@NotNull java.util.Set<PlanKey> getConsumersPlanKeys(@NotNull PlanKey planKey)
planKey
- identifies producer of particles
@NotNull java.util.Set<PlanKey> getProducersPlanKeys(java.lang.Iterable<? extends PlanParticle> planParticles)
planParticles
- collection of PlanParticles
@NotNull java.util.Set<PlanKey> getProducersPlanKeys(@NotNull PlanKey planKey)
planKey
- identifies producer of particles
void adjustPlanParticles(@NotNull PlanKey planKey, @NotNull java.util.Collection<? extends PlanParticle> consumedParticles, @NotNull java.util.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 particles
ConfigurationException
- 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 of
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |