Class

pl.touk.nussknacker.engine.flink.util.transformer.aggregate

AggregatorFunction

Related Doc: package aggregate

Permalink

class AggregatorFunction extends LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef], TreeMap[Long, AnyRef]] with AggregatorFunctionMixin

Linear Supertypes
AggregatorFunctionMixin, LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef], TreeMap[Long, AnyRef]], LatelyEvictableStateFunctionMixin[TreeMap[Long, AnyRef]], StateHolder[TreeMap[Long, AnyRef]], KeyedProcessFunction[String, ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef]], AbstractRichFunction, RichFunction, Function, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AggregatorFunction
  2. AggregatorFunctionMixin
  3. LatelyEvictableStateFunction
  4. LatelyEvictableStateFunctionMixin
  5. StateHolder
  6. KeyedProcessFunction
  7. AbstractRichFunction
  8. RichFunction
  9. Function
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AggregatorFunction(aggregator: Aggregator, timeWindowLengthMillis: Long)

    Permalink

Type Members

  1. abstract class Context extends AnyRef

    Permalink
    Definition Classes
    KeyedProcessFunction
  2. type FlinkCtx = Context

    Permalink
  3. abstract class OnTimerContext extends Context

    Permalink
    Definition Classes
    KeyedProcessFunction

Abstract Value Members

  1. abstract object Context

    Permalink
    Definition Classes
    KeyedProcessFunction
  2. abstract object OnTimerContext

    Permalink
    Definition Classes
    KeyedProcessFunction

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addElementToState(value: ValueWithContext[StringKeyedValue[AnyRef]], timestamp: Long, timeService: TimerService, out: Collector[ValueWithContext[AnyRef]]): TreeMap[Long, Aggregate]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  5. val aggregator: Aggregator

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionAggregatorFunctionMixin
  6. def allowedOutOfOrderMs: Long

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def computeFinalValue(newState: TreeMap[Long, Aggregate], timestamp: Long): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  11. def doMoveEvictionTime(time: Long, timeService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def evictStates(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getIterationRuntimeContext(): IterationRuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  18. def getRuntimeContext(): RuntimeContext

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  19. def handleElementAddedToState(newElementInStateTimestamp: Long, newElement: Element, nkCtx: api.Context, timeService: TimerService, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  20. def handleNewElementAdded(value: ValueWithContext[StringKeyedValue[AnyRef]], timestamp: Long, timeService: TimerService, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  21. def handleOnTimer(timestamp: Long, timerService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. var latestEvictionTimeForKey: ValueState[Long]

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  25. val minimalResolutionMs: Long

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  26. def moveEvictionTime(offset: Long, ctx: Context): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunction
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def onTimer(timestamp: Long, ctx: OnTimerContext, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Definition Classes
    LatelyEvictableStateFunction → KeyedProcessFunction
  31. def open(parameters: Configuration): Unit

    Permalink
    Definition Classes
    LatelyEvictableStateFunctionMixin → RichFunction
  32. def processElement(value: ValueWithContext[StringKeyedValue[AnyRef]], ctx: FlinkCtx, out: Collector[ValueWithContext[AnyRef]]): Unit

    Permalink
    Definition Classes
    AggregatorFunction → KeyedProcessFunction
  33. def readState(): TreeMap[Long, AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  34. def readStateOrInitial(): TreeMap[Long, Aggregate]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  35. def setRuntimeContext(arg0: RuntimeContext): Unit

    Permalink
    Definition Classes
    AbstractRichFunction → RichFunction
  36. var state: ValueState[TreeMap[Long, AnyRef]]

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin
  37. def stateDescriptor: ValueStateDescriptor[TreeMap[Long, AnyRef]]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  38. def stateForTimestampToRead[T](stateValue: TreeMap[Long, T], timestamp: Long): TreeMap[Long, T]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  39. def stateForTimestampToReadUntilEnd[T](stateValue: TreeMap[Long, T], timestamp: Long): TreeMap[Long, T]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  40. def stateForTimestampToSave[T](stateValue: TreeMap[Long, T], timestamp: Long): TreeMap[Long, T]

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionMixin
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. val timeWindowLengthMillis: Long

    Permalink
    Attributes
    protected
    Definition Classes
    AggregatorFunctionAggregatorFunctionMixin
  43. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  44. def updateState(stateValue: TreeMap[Long, AnyRef], stateValidity: Long, timeService: TimerService): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LatelyEvictableStateFunctionMixin → StateHolder
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AggregatorFunctionMixin

Inherited from LatelyEvictableStateFunction[ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef], TreeMap[Long, AnyRef]]

Inherited from LatelyEvictableStateFunctionMixin[TreeMap[Long, AnyRef]]

Inherited from StateHolder[TreeMap[Long, AnyRef]]

Inherited from KeyedProcessFunction[String, ValueWithContext[StringKeyedValue[AnyRef]], ValueWithContext[AnyRef]]

Inherited from AbstractRichFunction

Inherited from RichFunction

Inherited from Function

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped