public class WriteIntegerDataStoreProcessor extends Object implements Processor
WritableIntegerDataStore
.Modifier and Type | Class and Description |
---|---|
class |
WriteIntegerDataStoreProcessor.Instance
Instance for a sub-channel.
|
Modifier and Type | Field and Description |
---|---|
(package private) SharedInteger |
input
Shared int variable
|
(package private) WritableIntegerDataStore |
store
Store to write to
|
Constructor and Description |
---|
WriteIntegerDataStoreProcessor(WritableIntegerDataStore store)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cleanup(Processor.Instance inst)
Invoke cleanup.
|
void |
connectInput(SharedInteger input)
Connect the input variable
|
WriteIntegerDataStoreProcessor.Instance |
instantiate(Executor executor)
Create an instance.
|
WritableIntegerDataStore store
SharedInteger input
public WriteIntegerDataStoreProcessor(WritableIntegerDataStore store)
store
- Data store to write topublic void connectInput(SharedInteger input)
input
- Input variablepublic WriteIntegerDataStoreProcessor.Instance instantiate(Executor executor)
Processor
instantiate
in interface Processor
executor
- Job executorpublic void cleanup(Processor.Instance inst)
Processor
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.