Package | Description |
---|---|
org.apache.storm.scheduler |
Modifier and Type | Class and Description |
---|---|
class |
SchedulerAssignmentImpl |
Modifier and Type | Method and Description |
---|---|
SchedulerAssignment |
Cluster.getAssignmentById(String topologyId)
get the current assignment for the topology.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SchedulerAssignment> |
Cluster.getAssignments()
Get all the assignments.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setAssignments(Map<String,SchedulerAssignment> newAssignments)
set assignments for cluster
|
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.