public interface Processor
Modifier and Type | Interface and Description |
---|---|
static interface |
Processor.Instance
Instance.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Processor.Instance inst)
Invoke cleanup.
|
Processor.Instance |
instantiate(Executor executor)
Create an instance.
|
Processor.Instance instantiate(Executor executor)
executor
- Job executorvoid cleanup(Processor.Instance inst)
inst
- Instance to cleanup.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.