Uses of Class
net.sansa_stack.hadoop.core.SeekableSourceOverSplit
Packages that use SeekableSourceOverSplit
-
Uses of SeekableSourceOverSplit in net.sansa_stack.hadoop.core
Methods in net.sansa_stack.hadoop.core that return SeekableSourceOverSplitModifier and TypeMethodDescriptionprotected static SeekableSourceOverSplitSeekableSourceOverSplit.create(org.aksw.commons.io.input.ReadableChannel<byte[]> baseStream, org.aksw.commons.io.input.ReadableChannel<byte[]> headStream, byte[] postambleBytes, NavigableMap<Long, Long> blockOffsetToAbsPos) static SeekableSourceOverSplitSeekableSourceOverSplit.createForBlockEncodedStream(org.aksw.commons.io.hadoop.SeekableInputStream inn, long splitPoint, byte[] postambleBytes) static SeekableSourceOverSplitSeekableSourceOverSplit.createForNonEncodedStream(org.aksw.commons.io.hadoop.SeekableInputStream in, long splitPoint, byte[] postambleBytes)