| Package | Description |
|---|---|
| net.aequologica.neo.dagr |
| Modifier and Type | Method and Description |
|---|---|
Scope |
DagOnSteroids.NodeCleaner.NodeCleaningResult.getScope() |
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bus<Dag.Node,Scope> |
DagOnSteroids.DagCleaner.getBus() |
Bus<Dag.Node,Scope> |
DagsSingleton.Dags.getBus(String dagkey,
Scope scope) |
List<Map.Entry<Scope,Bus<Dag.Node,Scope>>> |
DagOnSteroids.getBusEntries() |
List<Map.Entry<Scope,Bus<Dag.Node,Scope>>> |
DagOnSteroids.getBusEntries() |
pl.touk.throwing.ThrowingBiFunction<Map.Entry<Scope,Boolean>,Dag.Node,DagOnSteroids.NodeCleaner.NodeCleaningResult,DagOnSteroids.NodeCleaner.NodeCleanerException> |
DagOnSteroids.getCleaningFunction() |
EnumMap<Scope,DagOnSteroids.DagCleaner> |
DagOnSteroids.getDagCleaners() |
EnumMap<Scope,String> |
DagOnSteroids.getNameTemplates() |
| Modifier and Type | Method and Description |
|---|---|
DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.clean(Scope scope,
Dag.Node node,
Boolean skipRelease) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.from(Scope c,
int status,
String reason,
URI uri) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.fromException(Scope c,
Exception e,
URI uri) |
Bus<Dag.Node,Scope> |
DagsSingleton.Dags.getBus(String dagkey,
Scope scope) |
DagOnSteroids.DagCleaner |
DagOnSteroids.getDagCleaner(Scope scope) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.ok(Scope c,
URI uri) |
static DagOnSteroids.NodeCleaner.NodeCleaningResult |
DagOnSteroids.NodeCleaner.NodeCleaningResult.undefined(Scope c) |
| Modifier and Type | Method and Description |
|---|---|
void |
DagOnSteroids.setCleaningFunction(pl.touk.throwing.ThrowingBiFunction<Map.Entry<Scope,Boolean>,Dag.Node,DagOnSteroids.NodeCleaner.NodeCleaningResult,DagOnSteroids.NodeCleaner.NodeCleanerException> cleaningFunction) |
| Constructor and Description |
|---|
NodeCleaner(Scope scope,
Dag.Node node,
DagOnSteroids.NodeCleaner.NodeState state) |
NodeCleaningResult(Scope scope,
int status,
String reason,
URI uri) |
| Constructor and Description |
|---|
DagCleaner(Bus<Dag.Node,Scope> bus) |
Copyright © 2017 aequologica. All rights reserved.