Packages

object SyncStrategy

Source
model.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyncStrategy
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def count(count: Long): SyncStrategy

    Creates a synchronization strategy that will trigger the Hadoop file system sync after a certain number of messages have been processed.

    Creates a synchronization strategy that will trigger the Hadoop file system sync after a certain number of messages have been processed.

    count

    message count to synchronize the output

  2. def none: SyncStrategy

    Creates a non-functioning synchronization strategy that will not trigger the Hadoop file system sync.