Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.operators.model |
Provides operators for handling models.
|
com.pervasive.datarush.ports |
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
|
com.pervasive.datarush.ports.model |
Provides implementations of port objects dealing with the flow of single objects
between operators.
|
com.pervasive.datarush.ports.record |
Provides implementations of port objects related to the flow of record sets
between operators.
|
Modifier and Type | Method and Description |
---|---|
LogicalPortFactory<?> |
PMMLPort.Metadata.getPortFactory() |
Modifier and Type | Method and Description |
---|---|
protected <T extends LogicalPort> |
AbstractLogicalOperator.newInput(String name,
LogicalPortFactory<T> factory)
Creates a new input port.
|
protected <T extends LogicalPort> |
AbstractLogicalOperator.newInput(String name,
LogicalPortFactory<T> factory,
boolean optional)
Creates a new input port.
|
protected <T extends LogicalPort> |
AbstractLogicalOperator.newOutput(String name,
LogicalPortFactory<T> factory)
Creates a new output port.
|
Constructor and Description |
---|
OpenModelSink(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory)
Create a model sink for the given model port type.
|
OpenModelSource(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory)
Create a model source for the given model port type.
|
OpenMultiModelSink(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory,
int numInputs)
Create a model sink for the given model port type.
|
OpenMultiModelSource(LogicalPortFactory<? extends AbstractModelPort<T>> portFactory,
int numOutputs)
Create a model source for the given model port type.
|
Constructor and Description |
---|
OpenComposite(List<? extends LogicalPortFactory<?>> inputs,
List<? extends LogicalPortFactory<?>> outputs)
Create an open composite whose input ports and output ports are of arbitrary types.
|
OpenComposite(List<? extends LogicalPortFactory<?>> inputs,
List<? extends LogicalPortFactory<?>> outputs)
Create an open composite whose input ports and output ports are of arbitrary types.
|
Constructor and Description |
---|
ForceStaging(LogicalPortFactory<P> factory)
Forces temporary staging of port data.
|
Constructor and Description |
---|
GetModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory)
Gets a model from a graph.
|
MergeModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory,
ModelMergeHandler<T> mergeHandler)
Merge the input model
|
PutModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory)
Injects a model into a graph.
|
PutModel(LogicalPortFactory<? extends AbstractModelPort<T>> factory,
T model)
Injects a model into a graph
|
Modifier and Type | Method and Description |
---|---|
abstract LogicalPortFactory<?> |
LogicalPort.getFactory()
Returns the factory that knows how to create ports of this type
|
LogicalPortFactory<?> |
PortMetadata.getPortFactory()
Public only as a matter of implementation; not intended for external use.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelPortFactory<T,P extends AbstractModelPort<T>>
Base class for model port factories.
|
static class |
SimpleModelPort.Factory<T extends Serializable>
Factory for creating SimpleModelPorts
|
Modifier and Type | Method and Description |
---|---|
LogicalPortFactory<? extends AbstractModelPort<?>> |
DoneSignalPort.getFactory() |
abstract LogicalPortFactory<? extends AbstractModelPort<?>> |
AbstractModelPort.getFactory() |
Modifier and Type | Field and Description |
---|---|
static LogicalPortFactory<RecordPort> |
RecordPort.FACTORY
The singleton for creating record ports.
|
Modifier and Type | Method and Description |
---|---|
LogicalPortFactory<?> |
RecordPort.getFactory() |
LogicalPortFactory<?> |
RecordMetadata.getPortFactory() |
Copyright © 2020 Actian Corporation. All rights reserved.