public interface GraknClient
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECT_TIMEOUT_MS |
static int |
DEFAULT_MAX_RETRY |
| Modifier and Type | Method and Description |
|---|---|
List<QueryResponse> |
graqlExecute(List<Query<?>> queryList,
ai.grakn.Keyspace keyspace) |
Optional<ai.grakn.Keyspace> |
keyspace(String keyspace) |
static GraknClient |
of(ai.grakn.util.SimpleURI url) |
static final int CONNECT_TIMEOUT_MS
static final int DEFAULT_MAX_RETRY
static GraknClient of(ai.grakn.util.SimpleURI url)
List<QueryResponse> graqlExecute(List<Query<?>> queryList, ai.grakn.Keyspace keyspace) throws GraknClientException
GraknClientExceptionOptional<ai.grakn.Keyspace> keyspace(String keyspace) throws GraknClientException
GraknClientExceptionCopyright © 2017 Grakn Labs Ltd. All rights reserved.