Uses of Package
org.pipecraft.pipes.terminal
-
Packages that use org.pipecraft.pipes.terminal Package Description org.pipecraft.pipes.terminal -
Classes in org.pipecraft.pipes.terminal used by org.pipecraft.pipes.terminal Class Description AsyncSharderPipe A terminal pipe that receives an async pipe as input, and splits the contents of the input pipe into multiple files according to some sharding criteria based on individual items.CompoundTerminalPipe A terminal pipe encapsulating a pipeline.SharderByItemPipe A terminal pipe that splits the contents of the input pipe into multiple files, according to some sharding criteria based on each item.TerminalPipe Base class for terminal pipes, i.e.