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.elastic | |
eu.fbk.knowledgestore.filestore |
FileStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.server.http |
KnowledgeStore HTTP server (
ks-server-http ). |
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 | Interface and Description |
---|---|
interface |
DataStore
A persistent storage component for resource, mention, entity, axiom and context records.
|
Modifier and Type | Class and Description |
---|---|
class |
CachingDataStore
A
DataStore wrapper providing a transactional and a global cache for looked up and
modified records. |
class |
ForwardingDataStore
A
DataStore forwarding all its method calls to another DataStore . |
class |
LoggingDataStore
A
DataStore wrapper that log calls to the operations of a wrapped DataStore and
their execution times. |
class |
MemoryDataStore
A
DataStore implementations that keeps all data in memory, with persistence provided by
loading / saving data to file. |
class |
MySQLDataStore
Created with IntelliJ IDEA.
|
class |
SolrDataStore
Created with IntelliJ IDEA.
|
class |
SynchronizedDataStore
A
DataStore wrapper that synchronizes and enforces a proper access to an another
DataStore . |
class |
TripleDataStore |
Modifier and Type | Class and Description |
---|---|
class |
HBaseDataStore
HBaseDataStore used to read and write data into HBase specific tables e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
DataStoreElastic |
Modifier and Type | Interface and Description |
---|---|
interface |
FileStore
A storage for resource files, supporting CRUD operations.
|
Modifier and Type | Class and Description |
---|---|
class |
ForwardingFileStore
A
FileStore that forwards all its method calls to another FileStore . |
class |
GzippedFileStore
A
FileStore decorator that GZIPs all the compressible files written to it. |
class |
HadoopFileStore
A
FileStore implementation based on the Hadoop API. |
class |
LoggingFileStore
A
FileStore wrapper that log calls to the operations of a wrapped FileStore and
their execution times. |
class |
MultiFileStore |
class |
SynchronizedFileStore
A
FileStore wrapper that synchronizes and enforces a proper access to an another
FileStore . |
Modifier and Type | Class and Description |
---|---|
class |
HttpServer |
Modifier and Type | Interface and Description |
---|---|
interface |
TripleStore
A storage for triples, supporting named graphs, SPARQL queries, inference and transactions.
|
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 | Class and Description |
---|---|
class |
VirtuosoJdbcTripleStore |
class |
VirtuosoTripleStore
A
TripleStore implementation accessing an external OpenLink Virtuoso server. |
Copyright © 2015–2016 FBK-irst. All rights reserved.