@ParametersAreNonnullByDefault
ks-server
).See: Description
Class | Description |
---|---|
Server | |
Server.Builder |
ks-server
).
This package provides an embeddable Server
implementation
of the KnowledgeStore
interface based on the internal server-side
components FileStore
,
DataStore
and
TripleStore
. Operations of the KnowledgeStore API are
routed to internal components, and necessary coordination is implemented in order to support
the partial replication of entity data between the DataStore
and the
TripleStore
. This implementation is suitable for being embedded in Java applications,
allowing them to run an in-process instance of the KnowledgeStore. In case (HTTP) network
access is desired, the HttpServer
implementation of module ks-server-http
should rather be used.
Copyright © 2015–2016 FBK-irst. All rights reserved.