| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.io.binseach |
| Modifier and Type | Field and Description |
|---|---|
protected BufferFromInputStream.BucketPointer |
BufferFromInputStream.activeEnd
End marker with two components (idx, pos)
it is wrapped in an object to enable atomic replacement of the reference
The pointer is monotonous in the sense that the end marker's logical linear location is only increased
Reading an old version while a new one has been set will only cause a read
to return on the old boundary, but a subsequent synchronized check for whether loading
of additional data is needed is then made anyway
|
protected BufferFromInputStream.BucketPointer |
BufferFromInputStream.ByteArrayChannel.pointer |
| Modifier and Type | Method and Description |
|---|---|
static BufferFromInputStream.BucketPointer |
BufferFromInputStream.getPointer(byte[][] buckets,
BufferFromInputStream.BucketPointer end,
long pos) |
| Modifier and Type | Method and Description |
|---|---|
static BufferFromInputStream.BucketPointer |
BufferFromInputStream.getPointer(byte[][] buckets,
BufferFromInputStream.BucketPointer end,
long pos) |
| Constructor and Description |
|---|
ByteArrayChannel(long pos,
BufferFromInputStream.BucketPointer pointer) |
Copyright © 2020. All rights reserved.