Package | Description |
---|---|
org.apache.storm.scheduler.resource.strategies.scheduling |
Modifier and Type | Method and Description |
---|---|
ConstraintSolverStrategy.SearcherState |
ConstraintSolverStrategy.SearcherState.nextExecutor() |
Modifier and Type | Method and Description |
---|---|
protected ConstraintSolverStrategy.SolverResult |
ConstraintSolverStrategy.backtrackSearch(ConstraintSolverStrategy.SearcherState state)
Try to schedule till successful or till limits (backtrack count or time) have been exceeded.
|
boolean |
ConstraintSolverStrategy.isExecAssignmentToWorkerValid(WorkerSlot worker,
ConstraintSolverStrategy.SearcherState state)
Check if any constraints are violated if exec is scheduled on worker.
|
Constructor and Description |
---|
SolverResult(ConstraintSolverStrategy.SearcherState state,
boolean success) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.