Package com.rpl.rama.ops


package com.rpl.rama.ops
  • Class
    Description
     
    Specifies a limit aggregator for use with limitAgg
     
    Interface for emitting results from custom RamaOperation implementations
    Base interface for custom accumulator implementations.
    Interface for custom accumulator implementations of zero arguments.
    Interface for custom accumulator implementations of one argument.
    Interface for custom accumulator implementations of two arguments.
    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 arguments
    Interface for custom function implementations of one argument
    RamaFunction2<T0,T1,R>
    Interface for custom function implementations of two arguments
    RamaFunction3<T0,T1,T2,R>
    Interface for custom function implementations of three arguments
    RamaFunction4<T0,T1,T2,T3,R>
    Interface for custom function implementations of four arguments
    RamaFunction5<T0,T1,T2,T3,T4,R>
    Interface for custom function implementations of five arguments
    RamaFunction6<T0,T1,T2,T3,T4,T5,R>
    Interface for custom function implementations of six arguments
    RamaFunction7<T0,T1,T2,T3,T4,T5,T6,R>
    Interface for custom function implementations of seven arguments
    RamaFunction8<T0,T1,T2,T3,T4,T5,T6,T7,R>
    Interface for custom function implementations of eight arguments
    Base interface for custom operation implementations.
    Interface for custom operation implementation of zero arguments.
    Interface for custom operation implementation of one argument.
    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 to Agg.topMonotonic(int, java.lang.String)