Uses of Interface
net.sansa_stack.hadoop.core.Prober

Packages that use Prober
Package
Description
 
  • Uses of Prober in net.sansa_stack.hadoop.core

    Methods in net.sansa_stack.hadoop.core with parameters of type Prober
    Modifier and Type
    Method
    Description
    static <U> net.sansa_stack.hadoop.core.ProbeResult
    RecordReaderGenericBase.findFirstPositionWithProbeSuccess(org.aksw.commons.io.input.SeekableReadableChannel<byte[]> rawSeekable, LongPredicate posValidator, MatcherFactory matcherFactory, boolean isFwd, org.aksw.commons.io.buffer.array.BufferOverReadableChannel<U[]> outBuffer, Prober<U> prober)
    Uses the matcher to find candidate probing positions, and returns the first position where probing succeeds.
    static <U> net.sansa_stack.hadoop.core.ProbeResult
    RecordReaderGenericBase.findNextRegion(CustomPattern recordSearchPattern, org.aksw.commons.io.input.SeekableReadableChannel<byte[]> nav, long splitStart, long absProbeRegionStart, long maxRecordLength, long absDataRegionEnd, LongPredicate matcherAbsReadPosValidator, LongPredicate posValidator, org.aksw.commons.io.buffer.array.BufferOverReadableChannel<U[]> outBuffer, Prober<U> prober)