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