| Package | Description |
|---|---|
| ai.grakn.engine |
Implements the REST controllers, task management and post processing features.
|
| ai.grakn.engine.controller |
Implementation of Grakn server REST endpoints.
|
| ai.grakn.engine.factory | |
| ai.grakn.engine.rpc | |
| ai.grakn.engine.task.postprocessing |
| 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 |
|---|
ServerHTTP(ai.grakn.engine.GraknConfig prop,
spark.Service spark,
EngineGraknTxFactory factory,
com.codahale.metrics.MetricRegistry metricRegistry,
ServerStatus serverStatus,
PostProcessor postProcessor,
ServerRPC rpcServerRPC,
Collection<HttpController> additionalCollaborators) |
| Constructor and Description |
|---|
ConceptController(EngineGraknTxFactory factory,
com.codahale.metrics.MetricRegistry metricRegistry) |
GraqlController(EngineGraknTxFactory factory,
PostProcessor postProcessor,
Printer printer,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static EngineGraknTxFactory |
EngineGraknTxFactory.create(LockProvider lockProvider,
ai.grakn.engine.GraknConfig engineConfig,
ai.grakn.engine.KeyspaceStore keyspaceStore) |
| Constructor and Description |
|---|
ServerOpenRequest(EngineGraknTxFactory txFactory) |
| Modifier and Type | Method and Description |
|---|---|
static CountPostProcessor |
CountPostProcessor.create(ai.grakn.engine.GraknConfig engineConfig,
EngineGraknTxFactory factory,
LockProvider lockProvider,
com.codahale.metrics.MetricRegistry metricRegistry,
CountStorage countStorage) |
| Constructor and Description |
|---|
PostProcessingTask(EngineGraknTxFactory factory,
IndexPostProcessor indexPostProcessor,
ai.grakn.engine.GraknConfig config) |
Copyright © 2018 Grakn Labs Ltd. All rights reserved.