Uses of Interface
backtype.storm.scheduler.SchedulerAssignment

Packages that use SchedulerAssignment
backtype.storm.scheduler   
 

Uses of SchedulerAssignment in backtype.storm.scheduler
 

Classes in backtype.storm.scheduler that implement SchedulerAssignment
 class SchedulerAssignmentImpl
           
 

Methods in backtype.storm.scheduler that return SchedulerAssignment
 SchedulerAssignment Cluster.getAssignmentById(String topologyId)
          get the current assignment for the topology.
 

Methods in backtype.storm.scheduler that return types with arguments of type SchedulerAssignment
 Map<String,SchedulerAssignment> Cluster.getAssignments()
          Get all the assignments.
 



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