Package | Description |
---|---|
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 | |
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.rules | |
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sail.webapp | |
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.cache | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.ssets | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
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.rdf.vocab |
This package provides a variety of different pre-compiled
Vocabulary classes. |
com.bigdata.service.geospatial |
Modifier and Type | Class and Description |
---|---|
class |
ColorsEnumExtension<V extends BigdataValue>
Example of how to do a custom enum and map that enum over a byte using a
native inline
XSDByteIV . |
class |
EpochExtension<V extends BigdataValue>
This implementation of
IExtension implements inlining for literals
that represent time in milliseconds since the epoch. |
interface |
IExtension<V extends BigdataValue>
IExtension s are responsible for round-tripping between an RDF
Value and an LiteralExtensionIV for a particular datatype. |
interface |
ILexiconConfiguration<V extends BigdataValue>
Configuration determines which RDF Values are inlined into the statement
indices rather than being assigned term identifiers by the lexicon.
|
interface |
IV<V extends BigdataValue,T>
Interface for the internal representation of an RDF
Value (the
representation which is encoded within the statement indices). |
interface |
IVCache<V extends BigdataValue,T>
Interface for managing the
BigdataValue cached on an IV . |
class |
LexiconConfiguration<V extends BigdataValue>
An object which describes which kinds of RDF Values are inlined into the
statement indices and how other RDF Values are coded into the lexicon.
|
Modifier and Type | Field and Description |
---|---|
static Comparator<BigdataValue> |
TermIVComparator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected DateTimeExtension<BigdataValue> |
TestEncodeDecodeXSDDateIVs.getDateTimeExtensionGMT(BigdataValueFactory vf)
Get a
DateTimeExtension object. |
Iterator<IExtension<? extends BigdataValue>> |
SampleExtensionFactory.getExtensions() |
Iterator<IExtension<? extends BigdataValue>> |
NoExtensionFactory.getExtensions() |
Iterator<IExtension<? extends BigdataValue>> |
IExtensionFactory.getExtensions()
Return the supported extensions.
|
Iterator<IExtension<? extends BigdataValue>> |
DefaultExtensionFactory.getExtensions() |
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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestEncodeDecodeGeoSpatialLiteralIVs.assertSemanticallyIdentical(BigdataValue x1,
BigdataLiteral x2)
Asserts that the two
BigdataValue s that are passed in are
BigdataLiteral of the same type and that the actual values
value, interpreted as numerical value, are identical. |
int |
TermIVComparator.compare(BigdataValue term1,
BigdataValue term2)
Note: comparison avoids possible overflow of
long by
not computing the difference directly. |
Modifier and Type | Method and Description |
---|---|
protected void |
CompressedTimestampExtensionFactory._init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> lex,
Collection<IExtension<? extends BigdataValue>> extensions) |
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 |
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.
|
protected void |
DefaultExtensionFactory._init(IDatatypeURIResolver resolver,
ILexiconConfiguration<BigdataValue> config,
Collection<IExtension<? extends BigdataValue>> extensions)
Give subclasses a chance to add extensions.
|
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. |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
protected ILexiconConfiguration<BigdataValue> |
IVValueExpression.getLexiconConfiguration(IBindingSet bset)
Return the
ILexiconConfiguration . |
Modifier and Type | Method and Description |
---|---|
protected IV |
IVValueExpression.asIV(BigdataValue value,
IBindingSet bs)
Return an
IV for the Value . |
Modifier and Type | Method and Description |
---|---|
static boolean |
CompareBOp.compare(IV<BigdataValue,?> left,
IV<BigdataValue,?> right,
org.openrdf.query.algebra.Compare.CompareOp op) |
static boolean |
CompareBOp.compare(IV<BigdataValue,?> left,
IV<BigdataValue,?> right,
org.openrdf.query.algebra.Compare.CompareOp op) |
Modifier and Type | Field and Description |
---|---|
protected TermId<BigdataValue> |
AbstractBindingSetEncoderTestCase.mockIV1
A "mockIV".
|
protected TermId<BigdataValue> |
AbstractBindingSetEncoderTestCase.mockIV2
A "mockIV".
|
protected TermId<BigdataValue> |
AbstractBindingSetEncoderTestCase.mockIV3
A "mockIV".
|
protected TermId<BigdataValue> |
AbstractBindingSetEncoderTestCase.mockIVCarryingBNode
A "mockIV".
|
protected TermId<BigdataValue> |
AbstractBindingSetEncoderTestCase.mockIVCarryingUri
A "mockIV".
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInlineExtensionIV<V extends BigdataValue,T>
Abstract base class for fully inline
IExtensionIV s. |
class |
AbstractInlineIV<V extends BigdataValue,T>
Abstract base class for inline RDF values (literals, blank nodes, and
statement identifiers can be inlined).
|
class |
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).
|
class |
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. |
class |
AbstractNonInlineExtensionIVWithDelegateIV<V extends BigdataValue,T>
Class always has the extension bit set but is NOT
100% "inline".
|
class |
AbstractNonInlineIV<V extends BigdataValue,T>
Abstract base class for
IV s which CAN NOT be fully materialized
from their inline representation. |
class |
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. |
class |
TermId<V extends BigdataValue>
Implementation for any kind of RDF
Value when the values is not being
inlined. |
Modifier and Type | Class and Description |
---|---|
class |
CompressedTimestampExtension<V extends BigdataValue>
Effective, packed representation of timestamps typed as
. |
class |
DateTimeExtension<V extends BigdataValue>
This implementation of
IExtension implements inlining for literals
that represent xsd:dateTime literals. |
class |
DerivedNumericsExtension<V extends BigdataValue>
This implementation of
IExtension implements inlining for literals
that represent the derived numeric types:
xsd:nonPositiveInteger
xsd:negativeInteger
xsd:nonNegativeInteger
xsd:positiveInteger
|
class |
GeoSpatialLiteralExtension<V extends BigdataValue>
Special encoding for GeoSpatial datatypes.
|
class |
USDFloatExtension<V extends BigdataValue>
Adds inlining for the
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/USD
datatype, which is treated as xsd:float . |
class |
XSDStringExtension<V extends BigdataValue>
This implementation of
IExtension supports fully inlined
xsd:string values. |
Modifier and Type | Interface and Description |
---|---|
interface |
ITermCache<K extends IV<?,?>,V extends BigdataValue>
Reduced interface for the
LexiconRelation 's term cache. |
class |
TermCache<K extends IV<?,?>,V extends BigdataValue> |
Modifier and Type | Field and Description |
---|---|
static Comparator<KVO<BigdataValue>> |
KVOTermIdComparator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
BigdataValue |
BlobsTupleSerializer.deserialize(ITuple tuple)
De-serializes the
ITuple as a BigdataValue , including
the term identifier extracted from the unsigned byte[] key, and sets
the appropriate BigdataValueFactoryImpl reference on that object. |
BigdataValue |
Id2TermTupleSerializer.deserialize(ITuple tuple)
De-serializes the
ITuple as a BigdataValue , including
the term identifier extracted from the unsigned byte[] key, and sets
the appropriate BigdataValueFactoryImpl reference on that object. |
BigdataValue |
LexiconRelation.getTerm(IV iv)
Note:
BNode s are not stored in the reverse lexicon and are
recognized using AbstractTripleStore#isBNode(long) . |
BigdataValue |
LexiconRelation.newElement(List<BOp> a,
IBindingSet bindingSet)
Note : this method is part of the mutation api.
|
Modifier and Type | Method and Description |
---|---|
Comparator<BigdataValue> |
LexiconKeyOrder.getComparator()
Operation is not supported.
|
Class<BigdataValue> |
LexiconRelation.getElementClass() |
IKeyOrder<BigdataValue> |
LexiconRelation.getKeyOrder(IPredicate<BigdataValue> p)
Return the
IKeyOrder for the predicate corresponding to the
perfect access path. |
Iterator<IKeyOrder<BigdataValue>> |
LexiconRelation.getKeyOrders() |
ILexiconConfiguration<BigdataValue> |
LexiconRelation.getLexiconConfiguration()
Return the
LexiconRelation.lexiconConfiguration instance. |
Map<IV<?,?>,BigdataValue> |
LexiconRelation.getTerms(Collection<IV<?,?>> ivs)
Batch resolution of internal values to
BigdataValue s. |
Map<IV<?,?>,BigdataValue> |
LexiconRelation.getTerms(Collection<IV<?,?>> ivsUnmodifiable,
int termsChunksSize,
int blobsChunkSize)
Batch resolution of internal values to
BigdataValue s. |
IAccessPath<BigdataValue> |
LexiconRelation.newAccessPath(IIndexManager localIndexManager,
IPredicate<BigdataValue> predicate,
IKeyOrder<BigdataValue> keyOrder)
Necessary for lexicon joins, which are injected into query plans as
necessary by the query planner.
|
IVariableOrConstant<BigdataValue> |
LexPredicate.term()
Return the
BigdataValue at index position
. |
Modifier and Type | Method and Description |
---|---|
long |
LexiconRelation.addTerms(BigdataValue[] values,
int numTerms,
boolean readOnly)
Batch insert of terms into the database.
|
KVO<BigdataValue>[] |
BlobsIndexHelper.generateKVOs(BigdataValueSerializer<BigdataValue> valSer,
BigdataValue[] terms,
int numTerms)
Generate the sort keys for
BigdataValue s to be represented as
BlobIV s. |
byte[] |
BlobsIndexHelper.makePrefixKey(IKeyBuilder keyBuilder,
BigdataValue value)
Create a prefix key for the TERMS index from the
BigdataValue . |
byte[] |
BlobsTupleSerializer.serializeVal(BigdataValue obj)
Return the byte[] value, which is the serialization of an RDF
Value using the BigdataValueSerializer . |
byte[] |
Id2TermTupleSerializer.serializeVal(BigdataValue obj)
Return the
byte[] value, which is the serialization of an
RDF Value . |
Modifier and Type | Method and Description |
---|---|
void |
AssignTermId.apply(KVO<BigdataValue> t) |
int |
KVOTermIdComparator.compare(KVO<BigdataValue> term1,
KVO<BigdataValue> term2)
Note: defers to natural ordering for
IV objects. |
int |
KVOTermIdComparator.compare(KVO<BigdataValue> term1,
KVO<BigdataValue> term2)
Note: defers to natural ordering for
IV objects. |
long |
LexiconRelation.delete(IChunkedOrderedIterator<BigdataValue> itr)
Note : this method is part of the mutation api.
|
static LexPredicate |
LexPredicate.forwardInstance(String relationName,
long timestamp,
IVariableOrConstant<BigdataValue> term,
IVariable<IV> var)
Simplified forward lookup ctor.
|
KVO<BigdataValue>[] |
BlobsIndexHelper.generateKVOs(BigdataValueSerializer<BigdataValue> valSer,
BigdataValue[] terms,
int numTerms)
Generate the sort keys for
BigdataValue s to be represented as
BlobIV s. |
IIndex |
LexiconRelation.getIndex(IKeyOrder<? extends BigdataValue> keyOrder)
Overridden to use local cache of the index reference.
|
IKeyOrder<BigdataValue> |
LexiconRelation.getKeyOrder(IPredicate<BigdataValue> p)
Return the
IKeyOrder for the predicate corresponding to the
perfect access path. |
void |
IValueCentricTextIndexer.index(int capacity,
Iterator<BigdataValue> valuesIterator)
Add the terms to the full text index so that we can do fast lookup of the
corresponding term identifiers.
|
void |
BigdataValueCentricFullTextIndex.index(int capacity,
Iterator<BigdataValue> valuesIterator) |
void |
ISubjectCentricTextIndexer.index(IV<?,?> subject,
Iterator<BigdataValue> valuesIterator)
Add the terms to the full text index so that we can do fast lookup of the
corresponding term identifiers.
|
void |
BigdataSubjectCentricFullTextIndex.index(IV<?,?> subject,
Iterator<BigdataValue> valuesIterator) |
long |
LexiconRelation.insert(IChunkedOrderedIterator<BigdataValue> itr)
Note : this method is part of the mutation api.
|
IAccessPath<BigdataValue> |
LexiconRelation.newAccessPath(IIndexManager localIndexManager,
IPredicate<BigdataValue> predicate,
IKeyOrder<BigdataValue> keyOrder)
Necessary for lexicon joins, which are injected into query plans as
necessary by the query planner.
|
IAccessPath<BigdataValue> |
LexiconRelation.newAccessPath(IIndexManager localIndexManager,
IPredicate<BigdataValue> predicate,
IKeyOrder<BigdataValue> keyOrder)
Necessary for lexicon joins, which are injected into query plans as
necessary by the query planner.
|
static LexPredicate |
LexPredicate.reverseInstance(String relationName,
long timestamp,
IVariable<BigdataValue> var,
IVariableOrConstant<IV> term)
Simplified reverse lookup ctor.
|
Constructor and Description |
---|
BlobsWriteTask(IIndex ndx,
BigdataValueFactory valueFactory,
boolean readOnly,
boolean storeBlankNodes,
int numTerms,
BigdataValue[] terms,
WriteTaskStats stats) |
Term2IdWriteTask(IIndex termIdIndex,
boolean readOnly,
boolean storeBlankNodes,
int termIdBitsToReverse,
int numTerms,
BigdataValue[] terms,
WriteTaskStats stats) |
Modifier and Type | Interface and Description |
---|---|
interface |
BigdataBNode
A
BNode that exposes the internal term identifier. |
interface |
BigdataLiteral
A
Literal that exposes the internal term identifier. |
interface |
BigdataResource
A
Resource that exposes the internal term identifier. |
interface |
BigdataURI
A
URI that exposes the internal term identifier. |
Modifier and Type | Class and Description |
---|---|
class |
BigdataBNodeImpl
A blank node.
|
class |
BigdataLiteralImpl
A literal.
|
class |
BigdataResourceImpl |
class |
BigdataURIImpl
A URI.
|
class |
BigdataValueImpl
Abstract base class for
BigdataValue implementations. |
Modifier and Type | Field and Description |
---|---|
static Comparator<BigdataValue> |
BigdataValueIdComparator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
BigdataValue |
BigdataValueFactory.asValue(org.openrdf.model.Value v)
Converts a
Value into a BigdataValue . |
BigdataValue |
BigdataValueFactoryImpl.asValue(org.openrdf.model.Value v) |
BigdataValue |
BNodeContextFactory.asValue(org.openrdf.model.Value v) |
BigdataValue |
BigdataStatementImpl.getObject() |
BigdataValue |
BigdataStatement.getObject()
Specialized return type.
|
Modifier and Type | Method and Description |
---|---|
BigdataValueSerializer<BigdataValue> |
BigdataValueFactory.getValueSerializer()
An object that can efficiently (de-)serialize
Value s using this
ValueFactory . |
BigdataValueSerializer<BigdataValue> |
BigdataValueFactoryImpl.getValueSerializer() |
BigdataValueSerializer<BigdataValue> |
BNodeContextFactory.getValueSerializer() |
Modifier and Type | Method and Description |
---|---|
int |
BigdataValueIdComparator.compare(BigdataValue term1,
BigdataValue term2)
Note: comparison avoids possible overflow of
long by
not computing the difference directly. |
Constructor and Description |
---|
BigdataStatementImpl(BigdataResource subject,
BigdataURI predicate,
BigdataValue object,
BigdataResource context,
StatementEnum type,
boolean userFlag)
Used by
BigdataValueFactory |
Modifier and Type | Field and Description |
---|---|
protected BigdataValue[] |
StatementBuffer.values
Buffer for parsed RDF
Value s. |
Modifier and Type | Method and Description |
---|---|
protected BigdataValue |
AbstractStatementBuffer.convertValue(org.openrdf.model.Value value)
Return a canonical
BigdataValue instance representing the given
value. |
Modifier and Type | Method and Description |
---|---|
protected IRule |
TestSlice.newRule(AbstractTripleStore store,
ISlice slice,
BigdataValue foo,
BigdataValue bar)
Creates a new rule instance for
TestSlice.test_slice() . |
Modifier and Type | Field and Description |
---|---|
protected Map<org.openrdf.model.Value,BigdataValue> |
BigdataASTContext.vocab
A mapping of parsed RDF Values and well known vocabulary items used when
generating the AST to resolved
BigdataValue s. |
Modifier and Type | Method and Description |
---|---|
Map<org.openrdf.model.Value,BigdataValue> |
ASTDeferredIVResolutionInitializer.getValues()
Return a map from openrdf
Value objects to the corresponding
BigdataValue objects for all Value s that appear in the
parse tree. |
Constructor and Description |
---|
BigdataASTContext(Map<org.openrdf.model.Value,BigdataValue> values) |
Modifier and Type | Method and Description |
---|---|
BigdataValue |
VoID.IVCount.getValue()
Return the associated
BigdataValue . |
Modifier and Type | Method and Description |
---|---|
void |
VoID.IVCount.setValue(BigdataValue val) |
Modifier and Type | Method and Description |
---|---|
protected IV<BigdataValue,?> |
AbstractBigdataExprBuilderTestCase.makeIV(BigdataValue value)
Note: makeIV() in the tests can leave the IV as a MockIV since we will
never have anything in the database (unless there is a Vocabulary or it
is otherwise inline, in which case this code is sufficient to resolve the
inline IV).
|
Modifier and Type | Method and Description |
---|---|
protected IV<BigdataValue,?> |
AbstractBigdataExprBuilderTestCase.makeIV(BigdataValue value)
Note: makeIV() in the tests can leave the IV as a MockIV since we will
never have anything in the database (unless there is a Vocabulary or it
is otherwise inline, in which case this code is sufficient to resolve the
inline IV).
|
Modifier and Type | Method and Description |
---|---|
BigdataValue |
TermNode.getValue() |
Modifier and Type | Method and Description |
---|---|
static IV |
DummyConstantNode.toDummyIV(BigdataValue val) |
Constructor and Description |
---|
DummyConstantNode(BigdataValue val) |
Constructor and Description |
---|
DescribeBindingsCollector(Set<IVariable<?>> originalVars,
Set<BigdataValue> describedResources,
info.aduna.iteration.CloseableIteration<org.openrdf.query.BindingSet,org.openrdf.query.QueryEvaluationException> src) |
DescribeCacheUpdater(IDescribeCache cache,
Set<BigdataValue> describedResources,
info.aduna.iteration.CloseableIteration<BigdataStatement,org.openrdf.query.QueryEvaluationException> src) |
Modifier and Type | Field and Description |
---|---|
protected GeoSpatialLiteralExtension<BigdataValue> |
GeoSpatialServiceFactory.GeoSpatialFilterBase.litExt |
Modifier and Type | Method and Description |
---|---|
GeoSpatialLiteralExtension<BigdataValue> |
GeoSpatialServiceFactory.GeoSpatialFilterBase.getGeoSpatialLiteralExtension()
Return the
GeoSpatialLiteralExtension object associated
with this filter. |
Modifier and Type | Method and Description |
---|---|
protected Set<org.openrdf.model.Statement> |
TestDescribe.getExpectedDescription(BigdataValue resource,
AbstractDataDrivenSPARQLTestCase.TestHelper h)
Return the expected description of the resource based on the solutions
declared for the unit test.
|
Constructor and Description |
---|
GeoSpatialServiceFactory.AcceptAllSolutionsFilter(GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
GeoSpatialServiceFactory.GeoSpatialFilterBase(GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
GeoSpatialServiceFactory.GeoSpatialInCircleFilter(GeoSpatialUtility.PointLatLon spatialPoint,
Double distance,
ICoordinate.UNITS unit,
Long timeMin,
Long timeMax,
GeoSpatialLiteralExtension<BigdataValue> litExt,
GeoSpatialCounters geoSpatialCounters) |
Modifier and Type | Field and Description |
---|---|
protected TermId<BigdataValue> |
TestSolutionSetManager.mockIV1
A "mockIV".
|
protected TermId<BigdataValue> |
TestSolutionSetManager.mockIV2
A "mockIV".
|
protected TermId<BigdataValue> |
TestSolutionSetManager.mockIV3
A "mockIV".
|
Constructor and Description |
---|
SPO(BigdataResource s,
BigdataURI p,
BigdataValue o,
StatementEnum type)
Construct a triple from
BigdataValue s and the specified statement
type. |
Modifier and Type | Method and Description |
---|---|
BigdataValue |
ITripleStore.asValue(org.openrdf.model.Value value)
Converts a
BigdataValue to a Sesame Value object. |
BigdataValue |
AbstractTripleStore.asValue(org.openrdf.model.Value value) |
BigdataValue |
AbstractTripleStore.getTerm(IV iv)
This method is extremely inefficient for scale-out as it does one RMI per
request!
|
BigdataValue |
BigdataValueIteratorImpl.next() |
Modifier and Type | Method and Description |
---|---|
void |
IRawTripleStore.addTerms(BigdataValue[] terms)
Batch insert of terms into the database.
|
void |
AbstractTripleStore.addTerms(BigdataValue[] terms) |
Modifier and Type | Method and Description |
---|---|
BigdataValue |
BaseVocabulary.asValue(IV iv) |
Modifier and Type | Method and Description |
---|---|
Iterator<BigdataValue> |
BaseVocabulary.values() |
Constructor and Description |
---|
ZOrderIndexBigMinAdvancer(byte[] searchMinZOrder,
byte[] searchMaxZOrder,
GeoSpatialLiteralExtension<BigdataValue> litExt,
int zOrderComponentPos,
GeoSpatialCounters geoSpatialCounters) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.