All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.datamountaineer.streamreactor.connect.kudu.config.WriteFlushMode.scala Maven / Gradle / Ivy

package com.datamountaineer.streamreactor.connect.kudu.config

object WriteFlushMode extends Enumeration {
  type WriteFlushMode = Value
  val SYNC, BATCH_BACKGROUND, BATCH_SYNC = Value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy