Package | Description |
---|---|
eu.fbk.knowledgestore.datastore |
DataStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.datastore.hbase |
DataStore implementation based on Apache HBase (ks-server-hbase ). |
eu.fbk.knowledgestore.datastore.hbase.utils |
HBaseDataStore utilities (ks-server-hbase ). |
eu.fbk.knowledgestore.elastic | |
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 | Method and Description |
---|---|
DataTransaction |
TripleDataStore.begin(boolean readOnly) |
DataTransaction |
SolrDataStore.begin(boolean readOnly) |
DataTransaction |
MySQLDataStore.begin(boolean readOnly) |
DataTransaction |
DataStore.begin(boolean readOnly)
Begins a new read-only / read-write
DataStore transaction. |
void |
SolrDataStore.SolrTransaction.end(boolean commit) |
void |
MySQLDataStore.MySQLTransaction.end(boolean commit) |
void |
DataTransaction.end(boolean commit)
Ends the transaction, either committing or rolling back its changes (if any).
|
Modifier and Type | Method and Description |
---|---|
long |
HBaseDataTransaction.count(org.openrdf.model.URI type,
XPath condition) |
void |
HBaseDataTransaction.end(boolean commit) |
Stream<Record> |
HBaseDataTransaction.lookup(org.openrdf.model.URI type,
Set<? extends org.openrdf.model.URI> ids,
Set<? extends org.openrdf.model.URI> properties) |
Stream<Record> |
HBaseDataTransaction.retrieve(org.openrdf.model.URI type,
XPath condition,
Set<? extends org.openrdf.model.URI> properties) |
Modifier and Type | Method and Description |
---|---|
void |
TephraHBaseUtils.commit()
Commits work done.
|
void |
OmidHBaseUtils.commit()
Commits work done.
|
abstract void |
AbstractHBaseUtils.commit()
Commits operations done.
|
void |
TephraHBaseUtils.rollback()
Rollbacks work done.
|
void |
OmidHBaseUtils.rollback()
Rollbacks work done.
|
abstract void |
AbstractHBaseUtils.rollback()
Rollbacks operations done.
|
Modifier and Type | Method and Description |
---|---|
DataTransaction |
DataStoreElastic.begin(boolean readOnly) |
void |
DataTransactionElastic.end(boolean commit)
end the "transaction".
|
Modifier and Type | Method and Description |
---|---|
TripleTransaction |
TripleStore.begin(boolean readOnly)
Begins a new read-only / read-write triple store transaction.
|
void |
TripleTransaction.end(boolean commit)
Ends the transaction, either committing or rolling back its changes (if any).
|
Modifier and Type | Method and Description |
---|---|
TripleTransaction |
VirtuosoTripleStore.begin(boolean readOnly) |
TripleTransaction |
VirtuosoJdbcTripleStore.begin(boolean readOnly) |
Copyright © 2015–2016 FBK-irst. All rights reserved.