Uses of Interface
net.sansa_stack.hadoop.core.MatcherFactory
Packages that use MatcherFactory
-
Uses of MatcherFactory in net.sansa_stack.hadoop.core
Methods in net.sansa_stack.hadoop.core that return MatcherFactoryModifier and TypeMethodDescriptionprotected static MatcherFactoryRecordReaderGenericBase.createMatcherFactory(CustomPattern recordSearchPattern, int relProbeRegionEnd, LongPredicate matcherAbsReadPosValidator) Methods in net.sansa_stack.hadoop.core with parameters of type MatcherFactoryModifier and TypeMethodDescriptionstatic <U> net.sansa_stack.hadoop.core.ProbeResultRecordReaderGenericBase.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.