Package

io.epiphanous.flinkrunner

util

Permalink

package util

Visibility
  1. Public
  2. All

Type Members

  1. class BoundedLatenessGenerator[E <: FlinkEvent] extends AssignerWithPeriodicWatermarks[E] with LazyLogging

    Permalink
  2. class JdbcSink[E <: FlinkEvent] extends RichSinkFunction[E] with CheckpointedFunction with LazyLogging

    Permalink

    A buffering jdbc sink.

    A buffering jdbc sink. Expects properties contains the following settings:

    • driver.name class name of the JDBC driver
    • url the JDBC url
    • username the db username
    • password the db password
    • query used to create a prepared statement
    • buffer.size the number of elements to buffer before writing out to jdbc connection
    E

    the class of sink elements.

Value Members

  1. object KinesisStreamUtils extends LazyLogging

    Permalink
  2. object StreamUtils extends LazyLogging

    Permalink

Ungrouped