Uses of Class
org.pipecraft.pipes.sync.inter.join.JoinRecord
-
Packages that use JoinRecord Package Description org.pipecraft.pipes.sync.inter.join -
-
Uses of JoinRecord in org.pipecraft.pipes.sync.inter.join
Methods in org.pipecraft.pipes.sync.inter.join that return JoinRecord Modifier and Type Method Description JoinRecord<K,L,R>LookupJoinPipe. next()JoinRecord<K,L,R>SortedJoinPipe. next()JoinRecord<K,L,R>LookupJoinPipe. peek()JoinRecord<K,L,R>SortedJoinPipe. peek()Methods in org.pipecraft.pipes.sync.inter.join that return types with arguments of type JoinRecord Modifier and Type Method Description protected Pipe<JoinRecord<K,L,R>>HashJoinPipe. createPipeline()Methods in org.pipecraft.pipes.sync.inter.join with parameters of type JoinRecord Modifier and Type Method Description booleanJoinMode. shouldOutput(JoinRecord<?,?,?> joinRec, int rightPipeCount)
-