SparkseeNet  6.0.2
Public Member Functions | List of all members
com.sparsity.sparksee.io.TypeLoaderEvent Class Reference

Provides information about the progress of a TypeLoader instance. More...

Public Member Functions

int GetTotalPhases ()
 Gets the total number of phases.
 
long GetCount ()
 Gets the current number of objects created.
 
int GetTotalPartitionSteps ()
 Gets the total number of steps in the current partition.
 
bool IsLast ()
 Gets if this is the last event or not.
 
int GetPartition ()
 Gets the current partition.
 
int GetTypeId ()
 Gets the type identifier.
 
int GetTotalPartitions ()
 Gets the total number of partitions.
 
int GetPhase ()
 Gets the current phase.
 

Detailed Description

Provides information about the progress of a TypeLoader instance.

Check out the 'Data import' section in the SPARKSEE User Manual for more details on this.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

long com.sparsity.sparksee.io.TypeLoaderEvent.GetCount ( )

Gets the current number of objects created.

Returns
The current number of objects created.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetPartition ( )

Gets the current partition.

Returns
The current partition.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetPhase ( )

Gets the current phase.

Returns
The current phase.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetTotalPartitions ( )

Gets the total number of partitions.

Returns
The total number of partitions.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetTotalPartitionSteps ( )

Gets the total number of steps in the current partition.

Returns
The total number steps in the current partition.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetTotalPhases ( )

Gets the total number of phases.

Returns
The total number of phases.
int com.sparsity.sparksee.io.TypeLoaderEvent.GetTypeId ( )

Gets the type identifier.

Returns
The type identifier.
bool com.sparsity.sparksee.io.TypeLoaderEvent.IsLast ( )

Gets if this is the last event or not.

Returns
TRUE if this is the last event, FALSE otherwise.