Package com.illumon.iris.db.v2.by
Class AppendMinMaxByStateFactoryImpl
java.lang.Object
com.illumon.iris.db.v2.by.ReaggregatableStatefactory
com.illumon.iris.db.v2.by.MinMaxByStateFactoryImpl
com.illumon.iris.db.v2.by.AppendMinMaxByStateFactoryImpl
- All Implemented Interfaces:
BasicDeflatable<MinMaxByStateFactoryImpl>
,AggregationStateFactory
If you've got a table that is grow only, this will do a min/max calculation without requiring any state. The
limitation is that if you modify or remove a row it will throw an UnsupportedOperationException.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.illumon.iris.db.v2.by.MinMaxByStateFactoryImpl
deflate, getMemoKey, isMinimum, toString
-
Constructor Details
-
AppendMinMaxByStateFactoryImpl
public AppendMinMaxByStateFactoryImpl(boolean minimum)
-