Package com.rpl.rama.ops
package com.rpl.rama.ops
-
ClassDescriptionSpecifies a limit aggregator for use with
limitAggInterface for emitting results from customRamaOperationimplementationsBase interface for custom accumulator implementations.Interface for custom accumulator implementations of zero arguments.RamaAccumulatorAgg1<V,T0> Interface for custom accumulator implementations of one argument.RamaAccumulatorAgg2<V,T0, T1> Interface for custom accumulator implementations of two arguments.RamaAccumulatorAgg3<V,T0, T1, T2> Interface for custom accumulator implementations of three arguments.RamaAccumulatorAgg4<V,T0, T1, T2, T3> Interface for custom accumulator implementations of four arguments.RamaAccumulatorAgg5<V,T0, T1, T2, T3, T4> Interface for custom accumulator implementations of five arguments.RamaAccumulatorAgg6<V,T0, T1, T2, T3, T4, T5> Interface for custom accumulator implementations of six arguments.RamaAccumulatorAgg7<V,T0, T1, T2, T3, T4, T5, T6> Interface for custom accumulator implementations of seven arguments.RamaAccumulatorAgg8<V,T0, T1, T2, T3, T4, T5, T6, T7> Interface for custom accumulator implementations of eight arguments.Base interface for custom combiner implementations.Base interface for custom function implementations.Interface for custom function implementations of zero argumentsRamaFunction1<T0,R> Interface for custom function implementations of one argumentRamaFunction2<T0,T1, R> Interface for custom function implementations of two argumentsRamaFunction3<T0,T1, T2, R> Interface for custom function implementations of three argumentsRamaFunction4<T0,T1, T2, T3, R> Interface for custom function implementations of four argumentsRamaFunction5<T0,T1, T2, T3, T4, R> Interface for custom function implementations of five argumentsRamaFunction6<T0,T1, T2, T3, T4, T5, R> Interface for custom function implementations of six argumentsRamaFunction7<T0,T1, T2, T3, T4, T5, T6, R> Interface for custom function implementations of seven argumentsRamaFunction8<T0,T1, T2, T3, T4, T5, T6, T7, R> Interface for custom function implementations of eight argumentsBase interface for custom operation implementations.Interface for custom operation implementation of zero arguments.RamaOperation1<T0>Interface for custom operation implementation of one argument.RamaOperation2<T0,T1> Interface for custom operation implementation of two arguments.RamaOperation3<T0,T1, T2> Interface for custom operation implementation of three arguments.RamaOperation4<T0,T1, T2, T3> Interface for custom operation implementation of four arguments.RamaOperation5<T0,T1, T2, T3, T4> Interface for custom operation implementation of five arguments.RamaOperation6<T0,T1, T2, T3, T4, T5> Interface for custom operation implementation of six arguments.RamaOperation7<T0,T1, T2, T3, T4, T5, T6> Interface for custom operation implementation of seven arguments.RamaOperation8<T0,T1, T2, T3, T4, T5, T6, T7> Interface for custom operation implementation of eight arguments.Builder-style object for customizing options to a call toAgg.topMonotonic(int, java.lang.String)