Uses of Class
org.aksw.commons.io.hadoop.binseach.v2.BinarySearchBuilder
Packages that use BinarySearchBuilder
-
Uses of BinarySearchBuilder in org.aksw.commons.io.hadoop.binseach.v2
Methods in org.aksw.commons.io.hadoop.binseach.v2 that return BinarySearchBuilderModifier and TypeMethodDescriptionstatic BinarySearchBuilderBinarySearchBuilder.newBuilder()BinarySearchBuilder.setCodec(org.apache.hadoop.io.compress.SplittableCompressionCodec codec) BinarySearchBuilder.setResourceCache(BinSearchResourceCache resourceCache) BinarySearchBuilder.setSource(SeekableReadableChannelSource<byte[]> source) Usually the source is derived from the path, however, it can be overridden such that a wrapped source can be specified, such as one that tracks read operations.