edu.upc.dama.dex.io
Class Loader.LoaderEvent

java.lang.Object
  extended by edu.upc.dama.dex.io.Loader.LoaderEvent
Enclosing class:
Loader

public class Loader.LoaderEvent
extends java.lang.Object

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

objectType

public int objectType
Object type identifier.


objects

public long objects
Created objects.


graph

public Graph graph
Graph.


phase

public int phase
Current phases.


phases

public int phases
Total number of phases.


partition

public int partition
Current partition.


partitions

public int partitions
Total number of partions.


steps

public int steps
Total number of steps of the current partition.

Constructor Detail

Loader.LoaderEvent

public Loader.LoaderEvent()
Create a new empty instance of Loader.LoaderEvent.


Loader.LoaderEvent

public Loader.LoaderEvent(Loader.LoaderEvent loaderEvent)
Create a new instance of Loader.LoaderEvent which is a copy of the given one.

Parameters:
loaderEvent - Loader.LoaderEvent to be copied.