public class SystemController extends Object
Controller Providing Configs for building Grakn Graphs
When calling Grakn.session(String, String) and using the non memory location
this controller is accessed. The controller provides the necessary config needed in order to
build a GraknTx.
This controller also allows the retrieval of all Keyspaces opened so far.
| Constructor and Description |
|---|
SystemController(spark.Service spark,
GraknConfig config,
SystemKeyspace systemKeyspace,
GraknEngineStatus graknEngineStatus,
com.codahale.metrics.MetricRegistry metricRegistry) |
public SystemController(spark.Service spark,
GraknConfig config,
SystemKeyspace systemKeyspace,
GraknEngineStatus graknEngineStatus,
com.codahale.metrics.MetricRegistry metricRegistry)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.