Package | Description |
---|---|
eu.fbk.knowledgestore.filestore |
FileStore server-side component API (ks-server ). |
eu.fbk.knowledgestore.server |
KnowledgeStore embeddable server (
ks-server ). |
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 | Method and Description |
---|---|
protected FileStore |
SynchronizedFileStore.delegate() |
protected FileStore |
MultiFileStore.delegate() |
protected FileStore |
LoggingFileStore.delegate() |
protected FileStore |
GzippedFileStore.delegate() |
protected abstract FileStore |
ForwardingFileStore.delegate() |
Constructor and Description |
---|
GzippedFileStore(FileStore delegate)
Creates a new instance wrapping the
FileStore supplied and using the default
compression level and buffer size. |
GzippedFileStore(FileStore delegate,
Integer compressionLevel,
Integer bufferSize,
Boolean forceCompression)
Creates a new instance wrapping the
FileStore supplied and using the specified
compression level. |
LoggingFileStore(FileStore delegate)
Creates a new instance for the wrapped
FileStore specified. |
MultiFileStore(FileStore delegate,
Integer bucketSize) |
SynchronizedFileStore(FileStore delegate,
String synchronizerSpec)
Creates a new instance for the wrapped
FileStore and the Synchronizer
specification string supplied. |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
Server.builder(FileStore fileStore,
DataStore dataStore,
TripleStore tripleStore) |
Copyright © 2015–2016 FBK-irst. All rights reserved.