Uses of Class
com.pervasive.datarush.operators.group.WriteableStorage
-
Packages that use WriteableStorage Package Description com.pervasive.datarush.operators.group Provides data aggregation components. -
-
Uses of WriteableStorage in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group with parameters of type WriteableStorage Modifier and Type Method Description void
Aggregator. storeInternals(WriteableStorage internals)
Stores the internal counters of this aggregator.void
Aggregator. updateInternals(ReadableStorage readView, WriteableStorage writeView)
Updates an existing internals object with new values.
-