Uses of Class
org.aksw.commons.io.input.SourceSplit
Packages that use SourceSplit
-
Uses of SourceSplit in org.aksw.commons.io.input
Methods in org.aksw.commons.io.input that return types with arguments of type SourceSplitModifier and TypeMethodDescriptionstatic <A,T extends ReadableChannelSource<A>>
Stream<SourceSplit<A,T>> ReadableChannelSources.splitByCount(T source, int splitCount) Create a number of splits of the given source.static <A,T extends ReadableChannelSource<A>>
Stream<SourceSplit<A,T>> ReadableChannelSources.splitBySize(T source, long splitSize) Create splits of the given size.