Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.impl | |
com.bigdata.rdf.internal.impl.extensions | |
com.bigdata.rdf.internal.impl.literal | |
com.bigdata.rdf.internal.impl.uri | |
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.
|
Modifier and Type | Method and Description |
---|---|
static AbstractLiteralIV |
InlineSignedIntegerURIHandler.createInlineIV(BigInteger value)
Create the smallest AbstractLiteralIV that will fit the provided value.
|
static AbstractLiteralIV |
InlineUnsignedIntegerURIHandler.createInlineIV(BigInteger value)
Create the smallest AbstractLiteralIV that will fit the provided value.
|
static AbstractLiteralIV |
InlineSignedIntegerURIHandler.createInlineIV(long value)
Create the smallest AbstractLiteralIV that will fit the provided value.
|
static AbstractLiteralIV |
InlineUnsignedIntegerURIHandler.createInlineIV(long value)
Create the smallest AbstractLiteralIV that will fit the provided
value.Public and static so it can be easily used as a building block for
other InlineURIHandlders.
|
protected AbstractLiteralIV |
InlineFixedWidthIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineNamespaceMultiURIHandler.createInlineIV(String localName)
Find the first handler of those register that successfully creates an
inline value for the given localName.
|
protected AbstractLiteralIV |
InlinePrefixedSuffixedHexUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineIPv4URIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineHexUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlinePrefixedFixedWidthIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineIntegerURIHandlerMap.createInlineIV(String localName)
Select the best Integer Handler.
|
protected AbstractLiteralIV |
InlineSuffixedUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlinePrefixedSuffixedFixedWidthIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlinePrefixedSuffixedUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlinePrefixedSuffixedIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineSuffixedFixedWidthIntegerURIHandler.createInlineIV(String localName) |
protected abstract AbstractLiteralIV |
InlineURIHandler.createInlineIV(String localName)
Concrete subclasses are responsible for actually creating the inline
literal IV for the localName.
|
protected AbstractLiteralIV |
MultipurposeIDHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineSignedIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineUnsignedIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineSuffixedIntegerURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlineSuffixedHexUUIDURIHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
InlinePrefixedIntegerURIHandler.createInlineIV(String localName) |
Modifier and Type | Method and Description |
---|---|
String |
ILexiconConfiguration.getInlineURILocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
String |
LexiconConfiguration.getInlineURILocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
String |
InlineFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineIntegerURIHandlerMap.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate)
Unpack the inline value into the localName portion of the uri.
|
String |
InlineSuffixedUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedSuffixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineSuffixedFixedWidthIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate)
Unpack the inline value into the localName portion of the uri.
|
String |
InlineSuffixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineSuffixedHexUUIDURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlinePrefixedIntegerURIHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
NoInlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
InlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate) |
String |
IInlineURIFactory.getLocalNameFromDelegate(org.openrdf.model.URI namespace,
AbstractLiteralIV<BigdataLiteral,?> delegate)
Inflate the localName portion of an inline URI using its storage delegate.
|
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
AbstractNonInlineExtensionIVWithDelegateIV.getDelegate() |
Constructor and Description |
---|
AbstractNonInlineExtensionIVWithDelegateIV(VTE vte,
AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> extensionIv) |
Modifier and Type | Method and Description |
---|---|
byte[] |
GeoSpatialLiteralExtension.toZOrderByteArray(AbstractLiteralIV<BigdataLiteral,?> literalIV)
Converts an IV to a zOrderByte array (without leading zero).
|
Modifier and Type | Class and Description |
---|---|
class |
FullyInlineTypedLiteralIV<V extends BigdataLiteral>
Implementation for inline
Literal s. |
class |
IPv4AddrIV<V extends BigdataLiteral>
Internal value representing an inline IP address.
|
class |
LiteralArrayIV
An inline literal IV composed of an array of other inline literal IVs.
|
class |
MockedValueIV
Internally used IV representing a mocked value.
|
class |
NumericIV<V extends BigdataLiteral,T>
|
class |
PackedLongIV<V extends BigdataLiteral>
Internal value representing a packed long in the range [0;72057594037927935L].
|
class |
UUIDLiteralIV<V extends BigdataLiteral>
Implementation for inline
UUID s (there is no corresponding XML
Schema Datatype). |
class |
XSDBooleanIV<V extends BigdataLiteral>
Implementation for inline
xsd:boolean . |
class |
XSDDecimalIV<V extends BigdataLiteral>
Implementation for inline
xsd:decimal . |
class |
XSDIntegerIV<V extends BigdataLiteral>
Implementation for inline
xsd:integer . |
class |
XSDNumericIV<V extends BigdataLiteral>
Implementation for inline
xsd:byte , xsd:short ,
xsd:int , xsd:long , xsd:float ,
xsd:decimal . |
class |
XSDUnsignedByteIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedByte . |
class |
XSDUnsignedIntIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedInt . |
class |
XSDUnsignedLongIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedLong . |
class |
XSDUnsignedShortIV<V extends BigdataLiteral>
Implementation for inline
xsd:unsignedShort . |
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
LiteralExtensionIV.getDelegate() |
Constructor and Description |
---|
LiteralExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<BigdataURI,?> datatype) |
PartlyInlineTypedLiteralIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> datatype) |
Modifier and Type | Method and Description |
---|---|
AbstractLiteralIV<BigdataLiteral,?> |
URIExtensionIV.getLocalNameIV() |
Constructor and Description |
---|
PartlyInlineURIIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> namespace) |
URIExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegateIV,
IV<?,?> namespaceIV) |
Modifier and Type | Method and Description |
---|---|
protected AbstractLiteralIV |
TestInlineURIs.MultipurposeInlineIDHandler.createInlineIV(String localName) |
protected AbstractLiteralIV |
TestInlineURIs.InlineArrayHandler.createInlineIV(String localName) |
Modifier and Type | Method and Description |
---|---|
String |
TestInlineURIs.InlineArrayHandler.getLocalNameFromDelegate(AbstractLiteralIV<BigdataLiteral,?> delegate) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.