StreamRowCountLimiter

eu.ostrzyciel.jelly.stream.StreamRowCountLimiter
final class StreamRowCountLimiter(maxRows: Int) extends SizeLimiter

Stream frame size limiter that maintains a maximum number of rows in stream frames.

Value parameters

maxRows

maximum number of rows in stream frames

Attributes

Graph
Supertypes
trait SizeLimiter
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def flow: Flow[RdfStreamRow, Seq[RdfStreamRow], NotUsed]

Flow that limits the size of stream frames.

Flow that limits the size of stream frames.

The flow should group the incoming rows into Seqs that will be later used to create stream frames.

Attributes

Returns

Apache Pekko Flow

Definition Classes