Package | Description |
---|---|
org.rvpf.processor.engine.executor |
Executor Engine.
|
org.rvpf.processor.engine.executor.remote |
Remote executor Engine.
|
org.rvpf.store.server.sink |
Store sink server.
|
Modifier and Type | Method and Description |
---|---|
List<PointValue> |
ScriptExecutor.execute(ResultValue resultValue,
String[] params,
Serializable context)
Executes the processing of a request for a result value.
|
List<PointValue> |
PipeExecutor.execute(ResultValue resultValue,
String[] params,
Serializable context)
Executes the processing of a request for a result value.
|
Modifier and Type | Method and Description |
---|---|
Optional<PointValue> |
RemoteExecutorTransform.applyTo(ResultValue resultValue,
Batch batch)
Applies the program to provide the specified result value.
|
Modifier and Type | Method and Description |
---|---|
void |
SinkModule.open()
Opens this Sink.
|
void |
SinkModule.Abstract.open()
Opens this Sink.
|
void |
ScriptSink.open()
Opens this Sink.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.