| Package | Description |
|---|---|
| ai.grakn.engine.loader |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingLoader
RESTLoader that submits tasks to locally running engine and performs basic load balancing.
|
class |
DistributedLoader
RESTLoader that distributes computation to multiple Grakn Engine instances
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
Loader.setBatchSize(int size)
Set the size of the each transaction in terms of number of vars.
|
Loader |
Loader.setThreadsNumber(int number)
Set the number of thread that will execute insert transactions at a time
|
Loader |
DistributedLoader.setThreadsNumber(int number) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.