Sparksee  6.0.2
Io
Collaboration diagram for Io:

Files

file  TypeLoader.h
 It contains the definition of TypeLoader classes.
 
file  CSVReader.h
 It contains the definition of CSVReader class.
 
file  CSVWriter.h
 It contains the definition of CSVWriter class.
 
file  EdgeTypeExporter.h
 It contains the definition of EdgeTypeExporter class.
 
file  EdgeTypeLoader.h
 It contains the definition of EdgeTypeLoader class.
 
file  NodeTypeExporter.h
 It contains the definition of NodeTypeExporter class.
 
file  NodeTypeLoader.h
 It contains the definition of NodeTypeLoader class.
 
file  RowReader.h
 It contains the definition of RowReader interface.
 
file  RowWriter.h
 It contains the definition of RowWriter interface.
 
file  TypeExporter.h
 It contains the definition of TypeExporter classes.
 
file  TypeLoader.h
 It contains the definition of TypeLoader classes.
 

Classes

class  BulkLoader
 Base TypeLoader class. More...
 
class  CSVReader
 CSVReader interface. More...
 
class  CSVWriter
 CSVWriter interface. More...
 
class  EdgeTypeExporter
 EdgeTypeExporter class. More...
 
class  EdgeTypeLoader
 EdgeTypeLoader class. More...
 
class  NodeTypeExporter
 NodeTypeExporter class. More...
 
class  NodeTypeLoader
 NodeTypeLoader class. More...
 
class  RowReader
 RowReader interface. More...
 
class  RowWriter
 RowWriter interface. More...
 
class  TypeExporterEvent
 Provides information about the progress of an TypeExproter instance. More...
 
class  TypeExporterListener
 Interface to be implemented to receive TypeExporterEvent events from a TypeExporter. More...
 
class  TypeExporter
 Base TypeExporter class. More...
 
class  TypeLoaderEvent
 Provides information about the progress of a TypeLoader instance. More...
 
class  TypeLoaderListener
 Interface to be implemented to receive TypeLoaderEvent events from a TypeLoader. More...
 
class  TypeLoader
 Base TypeLoader class. More...
 

Functions

std::wostream & operator<< (std::wostream &wostrm, const TypeExporterEvent &ev)
 Easy STL printing operator redefinition.
 
std::wostream & operator<< (std::wostream &wostrm, const TypeLoaderEvent &ev)
 Output Stream TypeLoaderEvent operator definition. More...
 
sparksee::gdb::type_t TypeLoaderEvent::GetTypeId () const
 Gets the type identifier. More...
 
sparksee::gdb::int64_t TypeLoaderEvent::GetCount () const
 Gets the current number of objects created. More...
 
sparksee::gdb::int32_t TypeLoaderEvent::GetPhase () const
 Gets the current phase. More...
 
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPhases () const
 Gets the total number of phases. More...
 
sparksee::gdb::int32_t TypeLoaderEvent::GetPartition () const
 Gets the current partition. More...
 
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPartitions () const
 Gets the total number of partitions. More...
 
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPartitionSteps () const
 Gets the total number of steps in the current partition. More...
 
sparksee::gdb::bool_t TypeLoaderEvent::IsLast () const
 Gets if this is the last event or not. More...
 

Detailed Description

Function Documentation

sparksee::gdb::int64_t TypeLoaderEvent::GetCount ( ) const
inline

Gets the current number of objects created.

Returns
The current number of objects created.
sparksee::gdb::int32_t TypeLoaderEvent::GetPartition ( ) const
inline

Gets the current partition.

Returns
The current partition.
sparksee::gdb::int32_t TypeLoaderEvent::GetPhase ( ) const
inline

Gets the current phase.

Returns
The current phase.
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPartitions ( ) const
inline

Gets the total number of partitions.

Returns
The total number of partitions.
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPartitionSteps ( ) const
inline

Gets the total number of steps in the current partition.

Returns
The total number steps in the current partition.
sparksee::gdb::int32_t TypeLoaderEvent::GetTotalPhases ( ) const
inline

Gets the total number of phases.

Returns
The total number of phases.
sparksee::gdb::type_t TypeLoaderEvent::GetTypeId ( ) const
inline

Gets the type identifier.

Returns
The type identifier.
sparksee::gdb::bool_t TypeLoaderEvent::IsLast ( ) const
inline

Gets if this is the last event or not.

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

References END_SPARKSEE_IO_NAMESPACE.

std::wostream& operator<< ( std::wostream &  wostrm,
const TypeLoaderEvent ev 
)

Output Stream TypeLoaderEvent operator definition.

Parameters
wostrmThe stream to print to
evThe TypeLoaderEvent to print
Returns
A reference to the stream

Referenced by TypeLoaderEvent::~TypeLoaderEvent().