|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.upc.dama.dex.io.Loader.LoaderEvent
public class Loader.LoaderEvent
Constains information of the running Loader.
It gives information about the execution state.
| Field Summary | |
|---|---|
Graph |
graph
Graph. |
long |
objects
Created objects. |
int |
objectType
Object type identifier. |
int |
partition
Current partition. |
int |
partitions
Total number of partions. |
int |
phase
Current phases. |
int |
phases
Total number of phases. |
int |
steps
Total number of steps of the current partition. |
| Constructor Summary | |
|---|---|
Loader.LoaderEvent()
Create a new empty instance of Loader.LoaderEvent. |
|
Loader.LoaderEvent(Loader.LoaderEvent loaderEvent)
Create a new instance of Loader.LoaderEvent which
is a copy of the given one. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int objectType
public long objects
public Graph graph
Graph.
public int phase
public int phases
public int partition
public int partitions
public int steps
| Constructor Detail |
|---|
public Loader.LoaderEvent()
Loader.LoaderEvent.
public Loader.LoaderEvent(Loader.LoaderEvent loaderEvent)
Loader.LoaderEvent which
is a copy of the given one.
loaderEvent - Loader.LoaderEvent to be copied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||