Packages

p

flatjoin_akka

package flatjoin_akka

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. flatjoin_akka
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Instance(maximumMessageLength: Int = 1024 * 1024 * 1800, writeBufferSize: Long = 1024 * 1024 * 10L, mergeReadBufferSize: Int = 1024 * 1024 * 10, parallelMerges: Int = 1, mergeMaxOpenFiles: Int = 50, compressionLevel: Int = 1, numberOfShards: Int = 128, numberOfBatchesSortedInParallel: Int = 1, parallelismOfShardComputation: Int = 1, numberOfBucketsSortedInParallel: Int = 1, numberOfShardsJoinedInParallel: Int = 1) extends Product with Serializable

Value Members

  1. def adjacentSpan[T](implicit arg0: StringKey[T]): Flow[T, Seq[T], NotUsed]
  2. def balancerUnordered[In, Out](worker: Flow[In, Out, Any], workerCount: Int, groupSize: Int): Flow[In, Out, NotUsed]
  3. def concatByteStrings(bs: Traversable[ByteString]): ByteString
  4. def concatSources[T](sources: Seq[Source[T, _]]): Source[(Int, T), _]
  5. def deserialize[T](implicit arg0: Format[T], am: Materializer): Flow[ByteString, T, _]
  6. def parallelize[T, K](parallelism: Int, bufferSize: Int = 1000)(f: (T) ⇒ K)(implicit ec: ExecutionContext): Flow[T, K, _]
  7. def sinkToFlow[T, U](sink: Sink[T, U]): Flow[T, U, U]
  8. def tempFile(implicit ec: ExecutionContext): Flow[ByteString, File, _]
  9. def tempFileSink(implicit ec: ExecutionContext): Sink[ByteString, Future[Option[(File, Long)]]]

Inherited from AnyRef

Inherited from Any

Ungrouped