Uses of Interface
org.apache.storm.scheduler.SchedulerAssignment
-
Packages that use SchedulerAssignment Package Description org.apache.storm.daemon.nimbus org.apache.storm.scheduler -
-
Uses of SchedulerAssignment in org.apache.storm.daemon.nimbus
Constructors in org.apache.storm.daemon.nimbus with parameters of type SchedulerAssignment Constructor Description TopologyResources(TopologyDetails td, SchedulerAssignment assignment)
-
Uses of SchedulerAssignment in org.apache.storm.scheduler
Classes in org.apache.storm.scheduler that implement SchedulerAssignment Modifier and Type Class Description class
SchedulerAssignmentImpl
Methods in org.apache.storm.scheduler that return SchedulerAssignment Modifier and Type Method Description SchedulerAssignment
Cluster. getAssignmentById(String topologyId)
SchedulerAssignment
ISchedulingState. getAssignmentById(String topologyId)
get the current assignment for the topology.Methods in org.apache.storm.scheduler that return types with arguments of type SchedulerAssignment Modifier and Type Method Description Map<String,SchedulerAssignment>
Cluster. getAssignments()
Map<String,SchedulerAssignment>
ISchedulingState. getAssignments()
Get all the assignments.Methods in org.apache.storm.scheduler with parameters of type SchedulerAssignment Modifier and Type Method Description void
Cluster. assign(SchedulerAssignment assignment, boolean ignoreSingleExceptions)
Assign everything for the given topology.Method parameters in org.apache.storm.scheduler with type arguments of type SchedulerAssignment Modifier and Type Method Description void
Cluster. setAssignments(Map<String,? extends SchedulerAssignment> newAssignments, boolean ignoreSingleExceptions)
Set assignments for cluster.Constructors in org.apache.storm.scheduler with parameters of type SchedulerAssignment Constructor Description SchedulerAssignmentImpl(SchedulerAssignment assignment)
-