Sparksee
6.0.2
|
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... | |
|
inline |
Gets the current number of objects created.
|
inline |
Gets the current partition.
|
inline |
Gets the current phase.
|
inline |
Gets the total number of partitions.
|
inline |
Gets the total number of steps in the current partition.
|
inline |
Gets the total number of phases.
|
inline |
Gets the type identifier.
|
inline |
Gets if this is the last event or not.
References END_SPARKSEE_IO_NAMESPACE.
std::wostream& operator<< | ( | std::wostream & | wostrm, |
const TypeLoaderEvent & | ev | ||
) |
Output Stream TypeLoaderEvent operator definition.
wostrm | The stream to print to |
ev | The TypeLoaderEvent to print |
Referenced by TypeLoaderEvent::~TypeLoaderEvent().