Uses of Interface
com.pervasive.datarush.ports.model.ModelStorageHandler
Packages that use ModelStorageHandler
Package
Description
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 ModelStorageHandlerModifier and TypeClassDescriptionfinal classSerializableModelStorageHandler<T extends Serializable>ModelStorageHandler that supports persistence of any Java-serializable model object.Methods in com.pervasive.datarush.ports.model that return ModelStorageHandlerModifier and TypeMethodDescriptionprotected final ModelStorageHandler<T>AbstractModelPort.getStorageHandler()Returns the storage handler responsible for persisting the modelfinal ModelStorageHandler<?>AbstractModelPortMetadata.getStorageHandler()Returns the storage handler for storing models of this type.final ModelStorageHandler<T>SimpleModelPort.Factory.getStorageHandler()Returns the storage handler for this model port.Constructors in com.pervasive.datarush.ports.model with parameters of type ModelStorageHandlerModifierConstructorDescriptionprotectedAbstractModelPort(LogicalOperator owner, String name, LogicalPort.Direction direction, boolean optional, ModelStorageHandler<T> storageHandler) Subclasses must invoke this constructorprotectedAbstractModelPortMetadata(ModelStorageHandler<?> storageHandler, ModelMergeHandler<?> mergeHandler) Creates a model port metadata