| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.io.binseach | |
| org.aksw.jena_sparql_api.io.binseach.bz2 | |
| org.aksw.jena_sparql_api.io.split |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockSourceFromPageManager
A block source mainly for testing the rest of the block-based
machinery, such as binary search.
|
| Modifier and Type | Field and Description |
|---|---|
protected BlockSource |
DecodedDataBlock.blockSource |
protected BlockSource |
BinarySearchOnBlockSource.blockSource |
| Modifier and Type | Method and Description |
|---|---|
BlockSource |
DecodedDataBlock.getBufferSource() |
| Modifier and Type | Method and Description |
|---|---|
static Reference<Block> |
BlockSources.binarySearch(BlockSource blockSource,
long min,
long max,
byte delimiter,
byte[] prefix)
Binary search over blocks
Only examines the first record in the block to decide whether to look into the next or the previous one
|
| Constructor and Description |
|---|
BinarySearchOnBlockSource(BlockSource blockSource,
AutoCloseable closeAction) |
DecodedDataBlock(BlockSource blockSource,
long blockStart,
ChannelFactory<Seekable> channelFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockSourceBzip2 |
| Modifier and Type | Method and Description |
|---|---|
static BlockSource |
BlockSourceBzip2.create(SeekableSource seekableSource) |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
InputSplits.createInputSplits(BlockSource blockSource) |
Copyright © 2020. All rights reserved.