Uses of Class
backtype.storm.scheduler.Topologies

Packages that use Topologies
backtype.storm.scheduler   
 

Uses of Topologies in backtype.storm.scheduler
 

Methods in backtype.storm.scheduler with parameters of type Topologies
 Collection<WorkerSlot> INimbus.allSlotsAvailableForScheduling(Collection<SupervisorDetails> existingSupervisors, Topologies topologies, Set<String> topologiesMissingAssignments)
          Returns all slots that are available for the next round of scheduling.
 void INimbus.assignSlots(Topologies topologies, Map<String,Collection<WorkerSlot>> newSlotsByTopologyId)
           
 List<TopologyDetails> Cluster.needsSchedulingTopologies(Topologies topologies)
          Gets all the topologies which needs scheduling.
 void IScheduler.schedule(Topologies topologies, Cluster cluster)
          Set assignments for the topologies which needs scheduling.
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.