public class EngineCommunicator extends Object
Establishes communication between the graph and engine
Class dedicated to talking with Grakn Engine. Currently used to retrieve factory config and submit commit logs. The communication with engine is bypassed whenever the engineURL provided is a in-memory location.
| Constructor and Description |
|---|
EngineCommunicator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
contactEngine(String engineUrl,
String restType) |
static String |
contactEngine(String engineUrl,
String restType,
String body) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.