| Package | Description |
|---|---|
| ai.grakn.client |
The loader client - use this Java API to access the REST endpoint.
|
| ai.grakn.graql |
A collection of interfaces and factories for executing Graql queries.
|
| ai.grakn.graql.admin |
A collection of interfaces offering more behaviour on Graql objects.
|
| ai.grakn.graql.internal.query | |
| ai.grakn.migration.base |
Base migration package, which implements command line options and base interfaces for importing data into Grakn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoaderClient.add(InsertQuery query)
Add an insert query to the queue.
|
| Modifier and Type | Method and Description |
|---|---|
static InsertQuery |
Graql.insert(Collection<? extends Var> vars) |
InsertQuery |
QueryBuilder.insert(Collection<? extends Var> vars) |
InsertQuery |
MatchQuery.insert(Collection<? extends Var> vars) |
static InsertQuery |
Graql.insert(Var... vars) |
InsertQuery |
QueryBuilder.insert(Var... vars) |
InsertQuery |
MatchQuery.insert(Var... vars) |
InsertQuery |
InsertQuery.withGraph(GraknGraph graph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InsertQueryAdmin
Admin class for inspecting and manipulating an InsertQuery
|
| Modifier and Type | Method and Description |
|---|---|
InsertQuery |
QueryBuilderImpl.insert(Collection<? extends Var> vars) |
InsertQuery |
QueryBuilderImpl.insert(Var... vars) |
| Modifier and Type | Method and Description |
|---|---|
protected List<InsertQuery> |
Migrator.template(String template,
Map<String,Object> data) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.