Module datarush.library
Package com.pervasive.datarush.operators.model
Provides operators for handling models. Any data flow between
operators which consists of a single object is termed a
model
.-
Class Summary Class Description GetModel<T> Provides a way to update an in-memory reference to a model object.MergeModel<T> This operator is uses to force a merge of a partitioned model into a single model.PutModel<T> Provides a way to inject an in-memory reference to a model object into a graph.