public class TypeLoaderEvent
extends java.lang.Object
Check out the 'Data import' section in the SPARKSEE User Manual for more details on this.
Modifier and Type | Method and Description |
---|---|
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.
|
boolean |
isLast()
Gets if this is the last event or not.
|
public int getTypeId()
public int getPhase()
public long getCount()
public int getTotalPartitionSteps()
public int getPartition()
public int getTotalPartitions()
public boolean isLast()
public int getTotalPhases()