Uses of Interface
com.pervasive.datarush.ports.model.ModelStorageHandler
-
Packages that use ModelStorageHandler Package Description com.pervasive.datarush.ports.model Provides implementations of port objects dealing with the flow of single objects between operators. -
-
Uses of ModelStorageHandler in com.pervasive.datarush.ports.model
Classes in com.pervasive.datarush.ports.model that implement ModelStorageHandler Modifier and Type Class Description class
SerializableModelStorageHandler<T extends Serializable>
ModelStorageHandler that supports persistence of any Java-serializable model object.Methods in com.pervasive.datarush.ports.model that return ModelStorageHandler Modifier and Type Method Description protected ModelStorageHandler<T>
AbstractModelPort. getStorageHandler()
Returns the storage handler responsible for persisting the modelModelStorageHandler<?>
AbstractModelPortMetadata. getStorageHandler()
Returns the storage handler for storing models of this type.ModelStorageHandler<T>
SimpleModelPort.Factory. getStorageHandler()
Returns the storage handler for this model port.Constructors in com.pervasive.datarush.ports.model with parameters of type ModelStorageHandler Constructor Description AbstractModelPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional, ModelStorageHandler<T> storageHandler)
Subclasses must invoke this constructorAbstractModelPortMetadata(ModelStorageHandler<?> storageHandler, ModelMergeHandler<?> mergeHandler)
Creates a model port metadata
-