Sparksee
6.0.2
|
Provides information about the progress of a TypeLoader instance. More...
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... | |
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.
- (long long) getCount |
Gets the current number of objects created.
- (int) getPartition |
Gets the current partition.
- (int) getPhase |
Gets the current phase.
- (int) getTotalPartitions |
Gets the total number of partitions.
- (int) getTotalPartitionSteps |
Gets the total number of steps in the current partition.
- (int) getTotalPhases |
Gets the total number of phases.
- (int) getTypeId |
Gets the type identifier.
- (BOOL) isLast |
Gets if this is the last event or not.