Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.impl.extensions | |
com.bigdata.rdf.lexicon |
Modifier and Type | Method and Description |
---|---|
protected void |
CompressedTimestampExtensionFactory._init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> lex,
Collection<IExtension<? extends BigdataValue>> extensions) |
protected void |
BSBMExtensionFactory._init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> lex,
Collection<IExtension<? extends BigdataValue>> extensions) |
protected void |
DefaultExtensionFactory._init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> config,
Collection<IExtension<? extends BigdataValue>> extensions)
Give subclasses a chance to add extensions.
|
void |
SampleExtensionFactory.init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> config) |
void |
NoExtensionFactory.init(IDatatypeURIResolver lex,
ILexiconConfiguration<BigdataValue> config) |
void |
IExtensionFactory.init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> config)
This will be called very early in the IExtensionFactory lifecycle so that
the
BlobIV s for the IExtension 's datatype URIs will be on
hand when needed. |
void |
DefaultExtensionFactory.init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> config) |
void |
ILexiconConfiguration.initExtensions(IDatatypeURIResolver resolver)
Initialize the extensions, which need to resolve their datatype URIs into
term ids.
|
void |
LexiconConfiguration.initExtensions(IDatatypeURIResolver resolver) |
Constructor and Description |
---|
ColorsEnumExtension(IDatatypeURIResolver resolver) |
EpochExtension(IDatatypeURIResolver resolver) |
Constructor and Description |
---|
CompressedTimestampExtension(IDatatypeURIResolver resolver) |
DateTimeExtension(IDatatypeURIResolver resolver,
TimeZone defaultTZ) |
DerivedNumericsExtension(IDatatypeURIResolver resolver) |
GeoSpatialLiteralExtension(IDatatypeURIResolver resolver,
GeoSpatialDatatypeConfiguration config)
Constructor setting up an instance with a default schema description.
|
USDFloatExtension(IDatatypeURIResolver resolver) |
XSDStringExtension(IDatatypeURIResolver resolver,
int maxInlineStringLength) |
Modifier and Type | Class and Description |
---|---|
class |
LexiconRelation
The
LexiconRelation handles all things related to the indices mapping
external RDF Value s onto IV s (internal values)s and provides
methods for efficient materialization of external RDF Value s from
IV s. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.