Package | Description |
---|---|
eu.fbk.knowledgestore.triplestore |
TripleStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.triplestore.virtuoso |
TripleStore implementation using OpenLink Virtuoso (ks-server-virtuoso ). |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingTripleTransaction
A TripleTransaction that forwards all its method calls to another
TripleTransaction.
|
Modifier and Type | Method and Description |
---|---|
TripleTransaction |
TripleStore.begin(boolean readOnly)
Begins a new read-only / read-write triple store transaction.
|
TripleTransaction |
SynchronizedTripleStore.begin(boolean readOnly) |
TripleTransaction |
RewritingTripleStore.begin(boolean readOnly) |
TripleTransaction |
RepositoryTripleStore.begin(boolean readOnly) |
TripleTransaction |
LoggingTripleStore.begin(boolean readOnly) |
TripleTransaction |
ForwardingTripleStore.begin(boolean readOnly) |
protected abstract TripleTransaction |
ForwardingTripleTransaction.delegate() |
Modifier and Type | Method and Description |
---|---|
TripleTransaction |
VirtuosoTripleStore.begin(boolean readOnly) |
TripleTransaction |
VirtuosoJdbcTripleStore.begin(boolean readOnly) |
Copyright © 2015–2016 FBK-irst. All rights reserved.