|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Loader.Mode | |
|---|---|
| edu.upc.dama.dex.io | Provides funcionality to load DEX node or edge types from relational databases or CSV files as data sources as well as utilities to dump data. |
| Uses of Loader.Mode in edu.upc.dama.dex.io |
|---|
| Fields in edu.upc.dama.dex.io declared as Loader.Mode | |
|---|---|
static Loader.Mode |
Loader.Mode.N_PHASES
Performs the load in N phases. |
static Loader.Mode |
Loader.Mode.ONE_PHASE
Performs the load in a phases. |
static Loader.Mode |
Loader.Mode.TWO_PHASES
Performs the load in two phases. |
| Methods in edu.upc.dama.dex.io that return Loader.Mode | |
|---|---|
static Loader.Mode |
Loader.Mode.valueOf(java.lang.String name)
|
static Loader.Mode[] |
Loader.Mode.values()
|
| Methods in edu.upc.dama.dex.io with parameters of type Loader.Mode | |
|---|---|
void |
Loader.run(Loader.Mode phases,
int partitions)
Starts the load process. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||