Class | Description |
---|---|
AbstractInlineExtensionIV<V extends BigdataValue,T> |
Abstract base class for fully inline
IExtensionIV s. |
AbstractInlineIV<V extends BigdataValue,T> |
Abstract base class for inline RDF values (literals, blank nodes, and
statement identifiers can be inlined).
|
AbstractIV<V extends BigdataValue,T> |
Abstract base class for the inline representation of an RDF Value (the
representation which is encoded in to the keys of the statement indices).
|
AbstractNonInlineExtensionIV<V extends BigdataValue,T> |
Abstract base class for non-inline
IV s which use the extension bit
and distinguish themselves by an extension byte
following the flags byte. |
AbstractNonInlineExtensionIVWithDelegateIV<V extends BigdataValue,T> |
Class always has the extension bit set but is NOT
100% "inline".
|
AbstractNonInlineIV<V extends BigdataValue,T> |
Abstract base class for
IV s which CAN NOT be fully materialized
from their inline representation. |
BlobIV<V extends BigdataValue> |
Implementation for any kind of RDF
Value when the value is not being
inlined, but primarily used with large RDF Value s. |
TermId<V extends BigdataValue> |
Implementation for any kind of RDF
Value when the values is not being
inlined. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.