| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.io.binseach | |
| org.aksw.jena_sparql_api.io.binseach.bz2 |
| Modifier and Type | Class and Description |
|---|---|
class |
DecodedDataBlock |
| Modifier and Type | Field and Description |
|---|---|
Block |
BlockIterState.block |
protected Block |
SeekableFromBlock.currentBlock |
| Modifier and Type | Field and Description |
|---|---|
Reference<Block> |
BlockIterState.blockRef |
protected Reference<Block> |
SeekableFromBlock.currentBlockRef |
protected Reference<Block> |
SeekableFromBlock.startBlockRef |
| 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
|
Reference<Block> |
BlockSource.contentAtOrAfter(long pos,
boolean inclusive) |
Reference<Block> |
BlockSourceFromPageManager.contentAtOrAfter(long pos,
boolean inclusive) |
Reference<Block> |
BlockSource.contentAtOrBefore(long pos,
boolean inclusive) |
Reference<Block> |
BlockSourceFromPageManager.contentAtOrBefore(long pos,
boolean inclusive) |
Reference<Block> |
DecodedDataBlock.nextBlock() |
Reference<Block> |
Block.nextBlock()
The block source of this block - if any.
|
Reference<Block> |
DecodedDataBlock.prevBlock() |
Reference<Block> |
Block.prevBlock() |
| Modifier and Type | Method and Description |
|---|---|
static BlockIterState |
BlockIterState.bwd(boolean yieldSelf,
Reference<Block> blockRef,
Seekable seekable) |
static BlockIterState |
BlockIterState.fwd(boolean yieldSelf,
Reference<Block> blockRef) |
static BlockIterState |
BlockIterState.fwd(boolean yieldSelf,
Reference<Block> blockRef,
Seekable seekable) |
| Constructor and Description |
|---|
BlockIterState(boolean yieldSelf,
Reference<Block> blockRef,
Seekable seekable,
boolean isFwd) |
SeekableFromBlock(Reference<Block> startBlockRef,
int posInStartSegment,
long exposedStartPos) |
SeekableFromBlock(Reference<Block> startBlockRef,
int posInStartSegment,
long exposedStartPos,
long minPos,
long maxPos) |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.cache.Cache<Long,Reference<Block>> |
BlockSourceBzip2.blockCache |
| Modifier and Type | Method and Description |
|---|---|
Reference<Block> |
BlockSourceBzip2.cache(long blockStart,
Seekable seekable) |
Reference<Block> |
BlockSourceBzip2.contentAtOrAfter(long requestPos,
boolean inclusive) |
Reference<Block> |
BlockSourceBzip2.contentAtOrBefore(long requestPos,
boolean inclusive) |
protected Reference<Block> |
BlockSourceBzip2.loadBlock(Seekable seekable) |
Copyright © 2020. All rights reserved.