public final class Server extends AbstractKnowledgeStore
Modifier and Type | Class and Description |
---|---|
static class |
Server.Builder |
Modifier and Type | Method and Description |
---|---|
static Server.Builder |
builder(FileStore fileStore,
DataStore dataStore,
TripleStore tripleStore) |
protected void |
doClose() |
protected Session |
doNewSession(String username,
String password) |
checkNotClosed, close, evictClosedSessions, isClosed, newSession, newSession, toString
protected Session doNewSession(@Nullable String username, @Nullable String password)
doNewSession
in class AbstractKnowledgeStore
protected void doClose()
doClose
in class AbstractKnowledgeStore
public static Server.Builder builder(FileStore fileStore, DataStore dataStore, TripleStore tripleStore)
Copyright © 2015–2016 FBK-irst. All rights reserved.