@ParametersAreNonnullByDefault
ks-server
).See: Description
Interface | Description |
---|---|
Component |
A KnowledgeStore internal component.
|
Class | Description |
---|---|
Factory | |
Files |
Utility methods for dealing with files using the Hadoop API.
|
Launcher |
A general-purpose configurer and launcher of a
Component instance. |
SerializerAvro | |
Synchronizer |
Exception | Description |
---|---|
DataCorruptedException |
Signals a non-recoverable data corruption situation.
|
ks-server
).
This package provides server-side runtime services used by all the internal components of the
KnowledgeStore; in other word, it contains all the logic common to the server-side
implementation of the system. Implemented functionalities include component lifecycle
definition (Component
), configuration and instantiation (
Factory
), service startup (
Launcher
), synchronization (
eu.fbk.knowledgestore.runtime.Synchronizer
) and file utility methods (
eu.fbk.knowledgestore.runtime.Files
).
Copyright © 2015–2016 FBK-irst. All rights reserved.