| Package | Description |
|---|---|
| ai.grakn.engine |
Implements the REST controllers, task management and post processing features.
|
| Modifier and Type | Method and Description |
|---|---|
static Server |
ServerFactory.createServer()
Create a
Server configured for Grakn Core. |
static Server |
ServerFactory.createServer(EngineID engineId,
ai.grakn.engine.GraknConfig config,
ServerStatus serverStatus,
spark.Service sparkHttp,
Collection<HttpController> httpControllers,
ServerRPC rpcServerRPC,
EngineGraknTxFactory engineGraknTxFactory,
com.codahale.metrics.MetricRegistry metricRegistry,
QueueSanityCheck queueSanityCheck,
LockProvider lockProvider,
PostProcessor postProcessor,
ai.grakn.engine.KeyspaceStore keyspaceStore)
Allows the creation of a
Server instance with various configurations |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.