Uses of Class
org.pipecraft.pipes.sync.inter.CompoundPipe
-
Packages that use CompoundPipe Package Description org.pipecraft.pipes.sync.inter org.pipecraft.pipes.sync.inter.join org.pipecraft.pipes.sync.inter.reduct org.pipecraft.pipes.sync.source -
-
Uses of CompoundPipe in org.pipecraft.pipes.sync.inter
Subclasses of CompoundPipe in org.pipecraft.pipes.sync.inter Modifier and Type Class Description classDedupPipe<T>Uses item equality (equals() method) in input pipe items for performing a dedup operation.classGrouperPipe<T>Splits the input items into different families, and emits items from the same family sequentially. -
Uses of CompoundPipe in org.pipecraft.pipes.sync.inter.join
Subclasses of CompoundPipe in org.pipecraft.pipes.sync.inter.join Modifier and Type Class Description classHashJoinPipe<K,L,R>A pipe performing a join operation between a 'left' pipe of type L, and a list of 'right' pipes of type R. -
Uses of CompoundPipe in org.pipecraft.pipes.sync.inter.reduct
Subclasses of CompoundPipe in org.pipecraft.pipes.sync.inter.reduct Modifier and Type Class Description classHashReductorPipe<I,O>Scans the input pipe and performs a reduction operation on families of items based on some discriminating property. -
Uses of CompoundPipe in org.pipecraft.pipes.sync.source
Subclasses of CompoundPipe in org.pipecraft.pipes.sync.source Modifier and Type Class Description classMultiFileReaderPipe<T>A source pipe reading multiple local binary files.classMultiTxtFileReaderPipeReads data from multiple files in local disk under some folder, as if they were concatenated using some predefined order.classStorageMultiFileReaderPipe<T,B>A source pipe reading multiple remote binary files from the cloud.classStorageMultiTxtFileReaderPipe<B>Reads data from multiple files in cloud storage under some folder, as if they were concatenated using some predefined order.classStorageTxtFileFetcherReaderPipeA source pipe providing the lines of a text file from cloud storage.
-