Package | Description |
---|---|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.striterator |
Streaming iterator patterns based on Martyn Cutcher's striterator design
but supporting generics and with extensions for closable, chunked, and
ordered streaming iterators.
|
Modifier and Type | Class and Description |
---|---|
class |
BulkCompleteConverter
Bulk completes the
StatementEnum and/or statement identifier (SID)
for ISPO s using the given statement IIndex . |
class |
BulkFilterConverter
|
Modifier and Type | Class and Description |
---|---|
class |
DistinctFilter<E>
Deprecated.
|
Constructor and Description |
---|
ChunkedConvertingIterator(IChunkedOrderedIterator<E> src,
IChunkConverter<E,F> converter)
Ctor when the element type is NOT being changed during conversion.
|
ChunkedConvertingIterator(IChunkedOrderedIterator<E> src,
IChunkConverter<E,F> converter,
IKeyOrder<F> keyOrder)
Variant ctor when you are also converting the element type.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.