case class Base64Writer[A](dir: Path, recordsReceivedBeforeClosingBucket: Int, numberOfAppendsBeforeWriterFlush: Int, timeBucketMinutes: Int, flushEvery: Int, limit: Option[Long])(implicit evidence$1: HasTimestamp[A], evidence$2: Show[A]) extends Product with Serializable
An ETL configuration which will take Kafka records and write them to some directory
- A
the record type
- dir
the directory to write the buckets under
- recordsReceivedBeforeClosingBucket
see comments in reference.conf
- numberOfAppendsBeforeWriterFlush
see comments in reference.conf
- timeBucketMinutes
see comments in reference.conf
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Base64Writer
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Base64Writer(dir: Path, recordsReceivedBeforeClosingBucket: Int, numberOfAppendsBeforeWriterFlush: Int, timeBucketMinutes: Int, flushEvery: Int, limit: Option[Long])(implicit arg0: HasTimestamp[A], arg1: Show[A])
- dir
the directory to write the buckets under
- recordsReceivedBeforeClosingBucket
see comments in reference.conf
- numberOfAppendsBeforeWriterFlush
see comments in reference.conf
- timeBucketMinutes
see comments in reference.conf
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asEvents(input: Observable[A]): Observable[PartitionEvent[A, TimeBucket]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dir: Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val flushEvery: Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val limit: Option[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numberOfAppendsBeforeWriterFlush: Int
- def partition(input: Observable[A]): Observable[(TimeBucket, Path)]
- val recordsReceivedBeforeClosingBucket: Int
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val timeBucketMinutes: Int
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def write(events: Observable[PartitionEvent[A, TimeBucket]]): Observable[(TimeBucket, Path)]