| Package | Description |
|---|---|
| ai.grakn.engine.loader | |
| ai.grakn.engine.loader.client | |
| ai.grakn.migration.base.io |
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderImpl
Manage loading tasks in the Task Manager
|
| Modifier and Type | Method and Description |
|---|---|
Loader |
LoaderImpl.setBatchSize(int size)
Set the size of the each transaction in terms of number of vars.
|
Loader |
Loader.setBatchSize(int size)
Set the size of the each transaction in terms of number of vars.
|
Loader |
LoaderImpl.setQueueSize(int size)
Set the size of the queue- this is equivalent to the size of the semaphore.
|
Loader |
Loader.setQueueSize(int size)
Set the size of the queue- this is equivalent to the size of the semaphore.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderClient |
| Modifier and Type | Method and Description |
|---|---|
Loader |
LoaderClient.setBatchSize(int size)
Set the size of the each transaction in terms of number of vars.
|
Loader |
LoaderClient.setQueueSize(int size)
Set the size of the queue- this is equivalent to the size of the semaphore.
|
| Modifier and Type | Method and Description |
|---|---|
static Loader |
MigrationLoader.getLoader(MigrationOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MigrationLoader.load(Loader loader,
int batchSize,
Migrator migrator) |
static void |
MigrationLoader.load(Loader loader,
Migrator migrator) |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.