SparkseePython
6.0.2
|
Provides information about the progress of a TypeLoader instance. More...
Public Member Functions | |
def | get_type_id (self) |
Gets the type identifier. More... | |
def | get_phase (self) |
Gets the current phase. More... | |
def | get_count (self) |
Gets the current number of objects created. More... | |
def | get_total_partition_steps (self) |
Gets the total number of steps in the current partition. More... | |
def | get_partition (self) |
Gets the current partition. More... | |
def | get_total_partitions (self) |
Gets the total number of partitions. More... | |
def | is_last (self) |
Gets if this is the last event or not. More... | |
def | get_total_phases (self) |
Gets the total number of phases. 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.
def sparksee.TypeLoaderEvent.get_count | ( | self | ) |
Gets the current number of objects created.
def sparksee.TypeLoaderEvent.get_partition | ( | self | ) |
Gets the current partition.
def sparksee.TypeLoaderEvent.get_phase | ( | self | ) |
Gets the current phase.
def sparksee.TypeLoaderEvent.get_total_partition_steps | ( | self | ) |
Gets the total number of steps in the current partition.
def sparksee.TypeLoaderEvent.get_total_partitions | ( | self | ) |
Gets the total number of partitions.
def sparksee.TypeLoaderEvent.get_total_phases | ( | self | ) |
Gets the total number of phases.
def sparksee.TypeLoaderEvent.get_type_id | ( | self | ) |
Gets the type identifier.
def sparksee.TypeLoaderEvent.is_last | ( | self | ) |
Gets if this is the last event or not.