| Package | Description |
|---|---|
| io.mindmaps.engine.loader | |
| io.mindmaps.migration.csv | |
| io.mindmaps.migration.json | |
| io.mindmaps.migration.sql |
| 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 Mindmaps Engine instances
|
| Constructor and Description |
|---|
CSVMigrator(Loader loader)
Construct a CSV migrator
|
| Constructor and Description |
|---|
JsonMigrator(Loader loader)
Create a JsonMigrator to migrate into the given graph
|
| Modifier and Type | Method and Description |
|---|---|
SQLSchemaMigrator |
SQLSchemaMigrator.migrate(Loader loader)
Migrate the entire schema into the given loader.
|
SQLDataMigrator |
SQLDataMigrator.migrate(Loader loader)
Migrate the entire data file into the given loader.
|
Copyright © 2016. All rights reserved.