Class BinarySearchOnBlockSource
java.lang.Object
org.aksw.commons.io.hadoop.binseach.bz2.BinarySearchOnBlockSource
- All Implemented Interfaces:
AutoCloseable, BinarySearcher
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBinarySearchOnBlockSource(BlockSource blockSource, AutoCloseable closeAction) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BinarySearcher
parallelSearch, search
-
Field Details
-
blockSource
-
closeAction
-
-
Constructor Details
-
BinarySearchOnBlockSource
-
-
Method Details
-
search
- Specified by:
searchin interfaceBinarySearcher- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceBinarySearcher- Throws:
Exception
-