Interface | Description |
---|---|
AggOrCompoundAgg | |
LimitAgg |
Specifies a limit aggregator for use with
limitAgg |
OutputCollector |
Interface for emitting results from custom
RamaOperation implementations |
RamaAccumulatorAgg<V> |
Base interface for custom accumulator implementations.
|
RamaAccumulatorAgg0<V> |
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.
|
RamaCombinerAgg<T> |
Base interface for custom combiner implementations.
|
RamaFunction |
Base interface for custom function implementations.
|
RamaFunction0<R> |
Interface for custom function implementations of zero arguments
|
RamaFunction1<T0,R> |
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
|
RamaOperation |
Base interface for custom operation implementations.
|
RamaOperation0 |
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.
|
TopMonotonicAgg |
Builder-style object for customizing options to a call to
Agg.topMonotonic(int, java.lang.String) |
Class | Description |
---|---|
Ops |