Sparksee  6.0.2
STSTypeLoaderEvent Class Reference

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

Inheritance diagram for STSTypeLoaderEvent:
Inheritance graph
Collaboration diagram for STSTypeLoaderEvent:
Collaboration graph

Instance Methods

(int) - getTypeId
 Gets the type identifier. More...
 
(long long) - getCount
 Gets the current number of objects created. More...
 
(int) - getPhase
 Gets the current phase. More...
 
(int) - getTotalPhases
 Gets the total number of phases. More...
 
(int) - getPartition
 Gets the current partition. More...
 
(int) - getTotalPartitions
 Gets the total number of partitions. More...
 
(int) - getTotalPartitionSteps
 Gets the total number of steps in the current partition. More...
 
(BOOL) - isLast
 Gets if this is the last event or not. More...
 

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

Method Documentation

- (long long) getCount

Gets the current number of objects created.

Returns
The current number of objects created.
- (int) getPartition

Gets the current partition.

Returns
The current partition.
- (int) getPhase

Gets the current phase.

Returns
The current phase.
- (int) getTotalPartitions

Gets the total number of partitions.

Returns
The total number of partitions.
- (int) getTotalPartitionSteps

Gets the total number of steps in the current partition.

Returns
The total number steps in the current partition.
- (int) getTotalPhases

Gets the total number of phases.

Returns
The total number of phases.
- (int) getTypeId

Gets the type identifier.

Returns
The type identifier.
- (BOOL) isLast

Gets if this is the last event or not.

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

The documentation for this class was generated from the following file: