NVIDIA IndeX API nvidia_logo_transpbg.gif Up
idistributed_data_import_callback.h File Reference

The interface class for implementing import callbacks used for distributed large-scale data chunk loading. More...

#include <mi/dice.h>
#include <mi/base/interface_declare.h>
#include "idistributed_data_subset.h"

Go to the source code of this file.

Classes

class  nv::index::IDistributed_data_properties
 This class gives basic properties of distributed datasets imported using the parallel data loading of NVIDIA IndeX through the IDistributed_data_import_callback interface. More...
 
class  nv::index::IDistributed_data_import_callback
 Import callback mechanism for implementing distributed and parallel data loading from arbitrary sources. More...
 
class  nv::index::Distributed_discrete_data_import_callback< id1, ... >
 This mixin class can be used to implement the IDistributed_data_import_callback interface. More...
 
class  nv::index::Distributed_continuous_data_import_callback< id1, ... >
 This mixin class can be used to implement the IDistributed_data_import_callback interface. More...
 

Namespaces

namespace  nv
 Common namespace for all NVIDIA APIs.
 
namespace  nv::index
 Namespace for NVIDIA IndeX library APIs.
 

Detailed Description

The interface class for implementing import callbacks used for distributed large-scale data chunk loading.