Package | Description |
---|---|
com.bigdata.bop.rdf.aggregate | |
com.bigdata.gom.om | |
com.bigdata.rdf.axioms | |
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.internal.impl.extensions | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
com.bigdata.rdf.rio.ntriples | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sparql | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.ssets | |
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.service.geospatial |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
GROUP_CONCAT.vf |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
ObjectMgrModel.m_valueFactory |
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
ObjectMgrModel.getValueFactory() |
BigdataValueFactory |
IObjectManager.getValueFactory()
The value factory for the KB instance associated with this object manager
view.
|
Constructor and Description |
---|
ObjectMgrModel(String endpoint,
BigdataValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
protected BigdataValueFactory |
BaseAxioms.getValueFactory()
The value factory to be used when creating axioms.
|
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
ILexiconConfiguration.getValueFactory()
Return the value factory for the lexicon.
|
BigdataValueFactory |
LexiconConfiguration.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
V |
ColorsEnumExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Attempt to convert the
AbstractLiteralIV.byteValue() back into
a ColorsEnumExtension.Color , and then use the string value of the ColorsEnumExtension.Color to
create an RDF literal. |
V |
EpochExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the string value of the
LiteralExtensionIV (which defers to the
string value of the native type) to create a literal with the epoch
datatype. |
V |
IExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Create an RDF value from an
LiteralExtensionIV . |
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.encodeDecodeGeoSpatialLiterals(BigdataValueFactory vf,
BigdataLiteral[] dt,
GeoSpatialLiteralExtension<BigdataValue> ext)
Helper method to test encoding and decoding / roundtrips of GeoSpatial
literals for a given value factory vf, list of literals dt, and
a
GeoSpatialLiteralExtension ext. |
protected DateTimeExtension<BigdataValue> |
TestEncodeDecodeXSDDateIVs.getDateTimeExtensionGMT(BigdataValueFactory vf)
Get a
DateTimeExtension object. |
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getDummyGeospatialLiteralsLatLon(BigdataValueFactory vf,
org.openrdf.model.URI datatype)
Generates a list of about 600 dummy lat+lon GeoSpatial literals.
|
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getDummyGeospatialLiteralsLatLonTime(BigdataValueFactory vf,
org.openrdf.model.URI datatype)
Generates a list of about 20k dummy lat+lon GeoSpatial literals.
|
protected BigdataLiteral[] |
TestEncodeDecodeGeoSpatialLiteralIVs.getGeospatialLiteralsLatLonInRange(BigdataValueFactory vf,
int from,
int to,
org.openrdf.model.URI datatype)
Generates the combination of all literals in the given range.
|
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getGSLiteralExtension(BigdataValueFactory vf,
GeoSpatialDatatypeConfiguration datatypeConfig)
Get a
GeoSpatialLiteralExtension object processing literals of
the schema specified in the SchemaDescription object. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getLatLonGSLiteralExtension(BigdataValueFactory vf)
Get a
GeoSpatialLiteralExtension object processing lat+lon
schema literals. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getLatLonTimeGSLiteralExtension(BigdataValueFactory vf)
Get a
GeoSpatialLiteralExtension object processing lat+lon+time
schema literals. |
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getSimpleLatLonGSLiteralExtension(BigdataValueFactory vf)
Get simple lat lon schema description, where lat and lon correspong to
long values (rather than 5 precise doubles).
|
protected GeoSpatialLiteralExtension<BigdataValue> |
TestEncodeDecodeGeoSpatialLiteralIVs.getSimpleLatLonGSLiteralExtensionWithRange(BigdataValueFactory vf,
Long min)
Get simple lat lon schema description, where lat and lon correspong to
long values (rather than 5 precise doubles).
|
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.zIndexOrderingMixedBase(BigdataValueFactory vf,
GeoSpatialLiteralExtension<BigdataValue> litExt,
org.openrdf.model.URI datatype) |
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.zIndexOrderingPositiveBase(BigdataValueFactory vf,
GeoSpatialLiteralExtension<BigdataValue> litExt,
org.openrdf.model.URI datatype) |
Constructor and Description |
---|
LexiconConfiguration(int blobsThreshold,
boolean inlineXSDDatatypeLiterals,
boolean inlineTextLiterals,
int maxInlineTextLength,
boolean inlineBNodes,
boolean inlineDateTimes,
TimeZone inlineDateTimesTimeZone,
boolean rejectInvalidXSDValues,
boolean enableRawRecordsSupport,
IExtensionFactory xFactory,
Vocabulary vocab,
BigdataValueFactory valueFactory,
IInlineURIFactory uriFactory,
boolean geoSpatial,
GeoSpatialConfig geoSpatialConfig) |
Modifier and Type | Method and Description |
---|---|
protected BigdataValueFactory |
IVValueExpression.getValueFactory()
Return the
BigdataValueFactory for the LexiconRelation . |
BigdataValueFactory |
MathBOp.vf() |
Modifier and Type | Method and Description |
---|---|
IV |
DateTimeUtility.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf) |
NumericIV |
MathUtility.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf) |
IV |
IMathOpHandler.doMathOp(org.openrdf.model.Literal l1,
IV iv1,
org.openrdf.model.Literal l2,
IV iv2,
MathBOp.MathOp op,
BigdataValueFactory vf)
Perform the operation on arguments.
|
BigdataLiteral |
ReplaceBOp.evaluate(BigdataValueFactory valueFactory,
org.openrdf.model.Value... args)
Lifted directly from Sesame's Replace operator.
|
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
AbstractBindingSetEncoderTestCase.valueFactory
The value factory for that namespace.
|
protected BigdataValueFactory |
IVBindingSetEncoder.vf
Value factory
|
Constructor and Description |
---|
IVBindingSetEncoder(BigdataValueFactory vf,
boolean filter) |
Modifier and Type | Method and Description |
---|---|
V |
USDFloatExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
CompressedTimestampExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
DerivedNumericsExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the BigInteger value of the
XSDIntegerIV delegate to create a
datatype literal value with the appropriate datatype. |
V |
XSDStringExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf) |
V |
GeoSpatialLiteralExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Decodes an xsd:integer into an n-dimensional string of the form
|
V |
DateTimeExtension.asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Use the long value of the
XSDLongIV delegate (which represents
milliseconds since the epoch) to create a an XMLGregorianCalendar
object (GMT timezone). |
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
LexiconRelation.getValueFactory()
The canonical
BigdataValueFactoryImpl reference (JVM wide) for the
lexicon namespace. |
Modifier and Type | Method and Description |
---|---|
protected Class<BigdataValueFactory> |
LexiconRelation.determineValueFactoryClass() |
Constructor and Description |
---|
BlobsTupleSerializer(String namespace,
BigdataValueFactory valueFactory) |
BlobsWriteTask(IIndex ndx,
BigdataValueFactory valueFactory,
boolean readOnly,
boolean storeBlankNodes,
int numTerms,
BigdataValue[] terms,
WriteTaskStats stats) |
Id2TermTupleSerializer(String namespace,
BigdataValueFactory valueFactory) |
Id2TermTupleSerializer(String namespace,
BigdataValueFactory valueFactory,
IKeyBuilderFactory keyBuilderFactory,
IRabaCoder leafKeysCoder,
IRabaCoder leafValsCoder) |
ReverseIndexWriterTask(IIndex idTermIndex,
BigdataValueFactory valueFactory,
KVO<BigdataValue>[] a,
int ndistinct,
boolean storeBlankNodes) |
Modifier and Type | Class and Description |
---|---|
class |
BigdataValueFactoryImpl
An implementation using
BigdataValue s and BigdataStatement s. |
class |
BNodeContextFactory
Class provides a document-scoped context for generating blank node
identifiers (IDs).
|
Modifier and Type | Method and Description |
---|---|
static BigdataValueFactory |
BigdataValueFactoryImpl.getInstance(String namespace)
Return the instance associated with the namespace.
|
BigdataValueFactory |
BigdataValueImpl.getValueFactory() |
BigdataValueFactory |
BigdataValue.getValueFactory()
Return the factory which produced this object.
|
BigdataValueFactory |
BigdataValueFactory.newBNodeContext()
Returns a factory that will assign its blank node IDs within a globally
unique namespace.
|
BigdataValueFactory |
BNodeContextFactory.newBNodeContext()
Recursive contexts are not available (should not be necessary, right?)
|
Constructor and Description |
---|
BigdataResourceImpl(BigdataValueFactory valueFactory,
IV iv) |
BigdataValueImpl(BigdataValueFactory valueFactory,
IV iv) |
BNodeContextFactory(BigdataValueFactory valueFactory) |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
StatementBuffer.valueFactory |
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
AbstractStatementBuffer.getValueFactory()
The
ValueFactory for Statement s and Value s
created by this class. |
Modifier and Type | Method and Description |
---|---|
protected BigdataValueFactory |
BigdataNTriplesParser.getValueFactory()
Return the
BigdataValueFactory . |
Constructor and Description |
---|
BigdataNTriplesParser(BigdataValueFactory valueFactory)
Creates a new NTriplesParser that will use the supplied
ValueFactory to create RDF model objects.
|
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
BigdataSailRepositoryConnection.getValueFactory() |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
BigdataASTContext.valueFactory |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
AbstractBigdataExprBuilderTestCase.valueFactory |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
AbstractSolutionSetStatsTestCase.f |
protected BigdataValueFactory |
AbstractASTEvaluationTestCase.valueFactory |
Modifier and Type | Field and Description |
---|---|
BigdataValueFactory |
AST2BOpUpdateContext.f |
Modifier and Type | Method and Description |
---|---|
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeCoordSystem(BigdataValueFactory vf,
Object coordinateSystem) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeCustomFields(BigdataValueFactory vf,
Object... customFields) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeLatitude(BigdataValueFactory vf,
Object latitude) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeLocation(BigdataValueFactory vf,
Object latitude,
Object longitude) |
IV<?,?> |
GeoSpatialTestWKTLiteralSerializer.serializeLocation(BigdataValueFactory vf,
Object latitude,
Object longitude) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeLocationAndTime(BigdataValueFactory vf,
Object latitude,
Object longitude,
Object time) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeLongitude(BigdataValueFactory vf,
Object longitude) |
IV<?,?> |
GeoSpatialDummyLiteralSerializer.serializeTime(BigdataValueFactory vf,
Object time) |
Modifier and Type | Field and Description |
---|---|
protected BigdataValueFactory |
TestSolutionSetManager.valueFactory
The value factory for that namespace.
|
Modifier and Type | Method and Description |
---|---|
BigdataValueFactory |
AbstractTripleStore.getValueFactory()
The
BigdataValueFactoryImpl for namespace of the
LexiconRelation associated with this AbstractTripleStore . |
Modifier and Type | Method and Description |
---|---|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeCoordSystem(BigdataValueFactory vf,
Object coordinateSystem) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeCoordSystem(BigdataValueFactory vf,
Object coordinateSystem)
Serialize a coordinate system value contained in a geospatial datatype.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeCustomFields(BigdataValueFactory vf,
Object... customFields) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeCustomFields(BigdataValueFactory vf,
Object... customFields)
Serialize a custom fields value contained in a geospatial datatype.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeDistance(BigdataValueFactory vf,
Double distance,
ICoordinate.UNITS unit) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeDistance(BigdataValueFactory vf,
Double distance,
ICoordinate.UNITS unit)
Serialize a distance value.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeLatitude(BigdataValueFactory vf,
Object latitude) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeLatitude(BigdataValueFactory vf,
Object latitude)
Serialize a latitude value contained in a geospatial datatype.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeLocation(BigdataValueFactory vf,
Object latitude,
Object longitude) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeLocation(BigdataValueFactory vf,
Object latitude,
Object longitude)
Serialize a geo-location of latitude and longitude.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeLocationAndTime(BigdataValueFactory vf,
Object latitude,
Object longitude,
Object time) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeLocationAndTime(BigdataValueFactory vf,
Object latitude,
Object longitude,
Object time)
Serialize a latitude+longitude+time value contained in a geospatial datatype.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeLongitude(BigdataValueFactory vf,
Object longitude) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeLongitude(BigdataValueFactory vf,
Object longitude)
Serialize a longitude value contained in a geospatial datatype.
|
IV<?,?> |
GeoSpatialDefaultLiteralSerializer.serializeTime(BigdataValueFactory vf,
Object time) |
IV<?,?> |
IGeoSpatialLiteralSerializer.serializeTime(BigdataValueFactory vf,
Object time)
Serialize a time value contained in a geospatial datatype.
|
protected IV<?,?> |
GeoSpatialDefaultLiteralSerializer.toSeparatedString(BigdataValueFactory vf,
Object... args)
Converts the input passed via args into string using its toString() method,
separating the components via {GeoSpatial#CUSTOM_FIELDS_SEPARATOR}.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.