Package | Description |
---|---|
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
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 | Class and Description |
---|---|
class |
InlineFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/0000513
where the localName is in integer printed with fixed width padding.
|
class |
InlineHexUUIDURIHandler
Inline URI Handler to handle URI's in the form of a Hex UUID such as:
|
class |
InlineIntegerURIHandlerMap
Utility to provide a map of multiple inline URI handlers for a single
namespace.
|
class |
InlineIPv4URIHandler
Inline URI handler for IPv4 host addresses.
|
class |
InlineLocalNameIntegerURIHandler
Abstract class that defines the integer packing needed to allow for
support of multiple inline integer URI handlers with the same namepace.
|
class |
InlineNamespaceMultiURIHandler
A container URIHandler that handles multiple inline URI possibilities for a
given namespace.
|
class |
InlinePrefixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
where the localName of the URI is a string prefix followed by an integer value with fixed width.
|
class |
InlinePrefixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
where the localName of the URI is a string prefix followed by an integer value.
|
class |
InlinePrefixedSuffixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
where the localName of the URI is a string prefix followed by a fixed width integer value followed by a string suffix.
|
class |
InlinePrefixedSuffixedHexUUIDURIHandler
Inline URI Handler to handle URI's in the form of a Hex UUID with a prefix and suffix such as:
|
class |
InlinePrefixedSuffixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
where the localName of the URI is a string prefix followed by an integer value followed by a string suffix.
|
class |
InlinePrefixedSuffixedUUIDURIHandler
Inline URI Handler to handle URI's in the form of a UUID with a prefix and a suffix such as:
|
class |
InlineSignedIntegerURIHandler
Simple InlineURIHandler that packs the localName portion of the URI into an
appropriately sized signed integer.
|
class |
InlineSuffixedFixedWidthIntegerURIHandler
Utility IV to generate IVs for URIs in the form of http://example.org/value/1234234513STRSUFFIX
where the localName of the URI is a string suffix followed by an integer value with fixed width.
|
class |
InlineSuffixedHexUUIDURIHandler
Inline URI Handler to handle URI's in the form of a Hex UUID with a suffix such as:
|
class |
InlineSuffixedIntegerURIHandler
Utility IV to generate IVs for URIs in the form of
http://example.org/value/STRPREFIX1234234513 where the localName of the URI
is a string prefix followed by an integer value.
|
class |
InlineSuffixedUUIDURIHandler
Inline URI Handler to handle URI's in the form of a UUID with a suffix such as:
|
class |
InlineUnsignedIntegerURIHandler
Simple InlineURIHandler that packs the localName portion of the URI into an
appropriately sized signed integer.
|
class |
InlineUUIDURIHandler
Inline URI handler for UUIDs.
|
class |
MultipurposeIDHandler
Inline URI handler for IDs of multiple types.
|
Modifier and Type | Method and Description |
---|---|
void |
InlineNamespaceMultiURIHandler.addHandler(InlineURIHandler handler)
Adds a new for the namespace.
|
protected void |
InlineURIFactory.addHandler(InlineURIHandler handler)
Declare a handler.
|
void |
InlineIntegerURIHandlerMap.addHandlerForNS(int id,
InlineURIHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
TestInlineURIs.InlineArrayHandler |
static class |
TestInlineURIs.MultipurposeInlineIDHandler |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.