Package

pl.touk.nussknacker.engine.flink.util

orderedmap

Permalink

package orderedmap

Visibility
  1. Public
  2. All

Type Members

  1. trait FlinkRangeMap[MapT[K, V]] extends Serializable

    Permalink

    This is type class handling operations on maps: updating and range filtering.

    This is type class handling operations on maps: updating and range filtering. For optimization reasons it contains two categories of methods - potentially mutating and read-only. After invocation of read-only methods, you shouldn't invoke methods that potentially mutate object because Exception can be thrown.

Value Members

  1. object FlinkRangeMap extends Serializable

    Permalink

Ungrouped