Uses of Record Class
org.aksw.commons.io.hadoop.binseach.v2.Match
Packages that use Match
-
Uses of Match in org.aksw.commons.io.hadoop.binseach.v2
Methods in org.aksw.commons.io.hadoop.binseach.v2 that return MatchModifier and TypeMethodDescriptionstatic MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, byte[] prefix, BinSearchLevelCache cache) static MatchBinarySearcherOverBlockSource.binarySearch(BlockSource blockSource, SearchMode searchMode, int depth, long start, long startAfter, long end, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.static MatchBinarySearcherOverPlainSource.binarySearch(SeekableInputStream channel, long end, byte[] prefix) static MatchBinarySearcherOverPlainSource.binarySearch(SeekableInputStream in, SearchMode searchMode, int depth, long start, long end, long knownDelimPos, byte delimiter, byte[] prefix, BinSearchLevelCache cache) When this method returns the input stream's position is unspecified.