Package | Description |
---|---|
com.pervasive.datarush.ports.model |
Provides implementations of port objects dealing with the flow of single objects
between operators.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializableModelStorageHandler<T extends Serializable>
ModelStorageHandler that supports persistence of any Java-serializable model object.
|
Modifier and Type | Method and Description |
---|---|
ModelStorageHandler<T> |
SimpleModelPort.Factory.getStorageHandler()
Returns the storage handler for this model port.
|
ModelStorageHandler<?> |
AbstractModelPortMetadata.getStorageHandler()
Returns the storage handler for storing models of this type.
|
protected ModelStorageHandler<T> |
AbstractModelPort.getStorageHandler()
Returns the storage handler responsible for persisting the model
|
Constructor and Description |
---|
AbstractModelPort(LogicalOperator owner,
String name,
LogicalPort.Direction direction,
boolean optional,
ModelStorageHandler<T> storageHandler)
Subclasses must invoke this constructor
|
AbstractModelPortMetadata(ModelStorageHandler<?> storageHandler,
ModelMergeHandler<?> mergeHandler)
Creates a model port metadata
|
Copyright © 2020 Actian Corporation. All rights reserved.