object FilePathGenerator
- Source
- model.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FilePathGenerator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(f: (Long, Long) => String, temp: String = DefaultTempDirectory): FilePathGenerator
Scala API: creates FilePathGenerator to rotate output
Scala API: creates FilePathGenerator to rotate output
- f
a function that takes rotation count and timestamp to return path of output
- temp
the temporary directory that org.apache.pekko.stream.connectors.hdfs.impl.HdfsFlowStage use
- def create(f: BiFunction[Long, Long, String], temp: String): FilePathGenerator
Java API: creates FilePathGenerator to rotate output
Java API: creates FilePathGenerator to rotate output
- f
a function that takes rotation count and timestamp to return path of output
- def create(f: BiFunction[Long, Long, String]): FilePathGenerator
Java API: creates FilePathGenerator to rotate output
Java API: creates FilePathGenerator to rotate output
- f
a function that takes rotation count and timestamp to return path of output