Uses of Enum Class
org.aksw.commons.io.hadoop.binseach.v2.SearchMode
Packages that use SearchMode
-
Uses of SearchMode in org.aksw.commons.io.hadoop.binseach.v2
Subclasses with type arguments of type SearchMode in org.aksw.commons.io.hadoop.binseach.v2Methods in org.aksw.commons.io.hadoop.binseach.v2 that return SearchModeModifier and TypeMethodDescriptionstatic SearchModeReturns the enum constant of this class with the specified name.static SearchMode[]SearchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aksw.commons.io.hadoop.binseach.v2 with parameters of type SearchModeModifier and TypeMethodDescriptionstatic 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 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.