| Package | Description |
|---|---|
| ai.grakn.engine |
Implements the REST controllers, task management and post processing features.
|
| ai.grakn.engine.data |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Constructor and Description |
|---|
Server(EngineID engineId,
ai.grakn.engine.GraknConfig config,
ServerStatus serverStatus,
LockProvider lockProvider,
QueueSanityCheck queueSanityCheck,
ServerHTTP httpHandler,
BackgroundTaskRunner backgroundTaskRunner,
ai.grakn.engine.KeyspaceStore keyspaceStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisSanityCheck
The
RedisSanityCheck class is responsible for performing sanity check to the Grakn Queue component which is backed by Redis |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.