Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
com.bigdata.service.ndx |
Modifier and Type | Method and Description |
---|---|
protected IBlock |
ChunkedLocalRangeIterator.readBlock(int sourceIndex,
long addr) |
protected abstract IBlock |
AbstractChunkedTupleIterator.readBlock(int sourceIndex,
long addr)
Return an object that may be used to read the block from the backing
store per the contract for
ITuple.readBlock(long) |
IBlock |
TestTuple.readBlock(long addr) |
IBlock |
AbstractTuple.readBlock(long addr) |
IBlock |
DelegateTuple.readBlock(long addr) |
IBlock |
ITuple.readBlock(long addr)
Return an object that may be used to perform a streaming read of a large
record from the
IRawStore that provided this tuple. |
IBlock |
AbstractChunkedTupleIterator.ResultSetTuple.readBlock(long addr) |
Modifier and Type | Method and Description |
---|---|
IBlock |
AbstractResourceManagerTestCase.MockMetadataService.readBlock(IResourceMetadata resource,
long addr) |
Modifier and Type | Method and Description |
---|---|
IBlock |
IDataService.readBlock(IResourceMetadata resource,
long addr)
Deprecated.
This was a first try at adding support for reading low-level records
from a journal or index segment in support of the
BigdataFileSystem .
The API should provide a means to obtain a socket from which record data may be streamed. The client sends the resource identifier (UUID of the journal or index segment) and the address of the record and the data service sends the record data. This is designed for streaming reads of up to 64M or more (a record recorded on the store as identified by the address). |
IBlock |
DataService.readBlock(IResourceMetadata resource,
long addr) |
Modifier and Type | Method and Description |
---|---|
protected IBlock |
RawDataServiceTupleIterator.readBlock(int sourceIndex,
long addr) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.