| Package | Description |
|---|---|
| ai.grakn.client |
The loader client - use this Java API to access the REST endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
BatchMutatorClient |
BatchMutatorClient.setBatchSize(int size)
Set the size of the each transaction in terms of number of vars.
|
BatchMutatorClient |
BatchMutatorClient.setNumberActiveTasks(int size)
Number of active tasks running on the server at any one time.
|
BatchMutatorClient |
BatchMutatorClient.setRetryPolicy(boolean retry)
Tell the
BatchMutatorClient if it should retry sending tasks when the Engine
server is not available |
BatchMutatorClient |
BatchMutatorClient.setTaskCompletionConsumer(java.util.function.Consumer<mjson.Json> onCompletionOfTask)
Provide a consumer function to execute upon task completion
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.