Package | Description |
---|---|
eu.fbk.knowledgestore.datastore |
DataStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.server |
KnowledgeStore embeddable server (
ks-server ). |
eu.fbk.knowledgestore.triplestore |
TripleStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.triplestore.virtuoso |
TripleStore implementation using OpenLink Virtuoso (ks-server-virtuoso ). |
Constructor and Description |
---|
TripleDataStore(TripleStore tripleStore) |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
Server.builder(FileStore fileStore,
DataStore dataStore,
TripleStore tripleStore) |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingTripleStore
A
TripleStore that forwards all its method calls to another TripleStore . |
class |
LoggingTripleStore
A
TripleStore wrapper that log calls to the operations of a wrapped TripleStore
and their execution times. |
class |
RepositoryTripleStore |
class |
RewritingTripleStore
A
TripleStore wrapper that rewrites URIs, adapting a prefix used externally in the KS
to a prefix used internally to the wrapped triple. |
class |
SynchronizedTripleStore
A
TripleStore wrapper that synchronizes and enforces a proper access to a wrapped
TripleStore . |
Modifier and Type | Method and Description |
---|---|
protected TripleStore |
SynchronizedTripleStore.delegate() |
protected TripleStore |
RewritingTripleStore.delegate() |
protected TripleStore |
LoggingTripleStore.delegate() |
protected abstract TripleStore |
ForwardingTripleStore.delegate() |
Constructor and Description |
---|
LoggingTripleStore(TripleStore delegate)
Creates a new instance for the wrapped
TripleStore specified. |
RewritingTripleStore(TripleStore delegate,
String internalPrefix,
String externalPrefix)
Creates a new instance for the wrapped
TripleStore specified. |
SynchronizedTripleStore(TripleStore delegate,
String synchronizerSpec)
Creates a new instance for the wrapped
TripleStore and the Synchronizer
specification string supplied. |
SynchronizedTripleStore(TripleStore delegate,
Synchronizer synchronizer)
Creates a new instance for the wrapped
TripleStore and Synchronizer
specified. |
Modifier and Type | Class and Description |
---|---|
class |
VirtuosoJdbcTripleStore |
class |
VirtuosoTripleStore
A
TripleStore implementation accessing an external OpenLink Virtuoso server. |
Copyright © 2015–2016 FBK-irst. All rights reserved.