NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::Distributed_data_locality_query_mode Class Reference

Implements a query method that selection all data subsets of a distributed dataset for distributed job execution. More...

#include <idistributed_data_locality.h>

Inherits mi::base::Interface_implement< nv::index::IDistributed_data_locality_query_mode >.

Public Member Functions

 Distributed_data_locality_query_mode (const mi::neuraylib::Tag_struct &tag)
 Instantiating a query method using the distributed dataset unique identifier. More...
 
virtual ~Distributed_data_locality_query_mode ()
 Implements an empty default destructor. More...
 
virtual const mi::neuraylib::Tag_struct & get_distributed_data_tag () const
 Implements query methods apply to a distributed dataset that is referred to by an unique identifier. More...
 
virtual mi::Uint32 get_query_mode_flags () const
 Implements the default query flags. More...
 

Detailed Description

Implements a query method that selection all data subsets of a distributed dataset for distributed job execution.

The class Distributed_data_locality_query_mode implements the base class IDistributed_data_locality_query_mode. The purpose of the implementation is to conveniently select the entire set of data subsets of a distributed dataset for a job execution.

Constructor & Destructor Documentation

 Distributed_data_locality_query_mode()

nv::index::Distributed_data_locality_query_mode::Distributed_data_locality_query_mode ( const mi::neuraylib::Tag_struct &  tag)
inline

Instantiating a query method using the distributed dataset unique identifier.

Parameters
[in]tagThe mi::neuraylib::Tag_struct identifies the distributed dataset.

 ~Distributed_data_locality_query_mode()

virtual nv::index::Distributed_data_locality_query_mode::~Distributed_data_locality_query_mode ( )
inlinevirtual

Implements an empty default destructor.

Member Function Documentation

 get_distributed_data_tag()

virtual const mi::neuraylib::Tag_struct & nv::index::Distributed_data_locality_query_mode::get_distributed_data_tag ( ) const
inlinevirtual

Implements query methods apply to a distributed dataset that is referred to by an unique identifier.

Returns
Return the mi::neuraylib::Tag_struct that uniquely identifiers the entire distribute dataset.

 get_query_mode_flags()

virtual mi::Uint32 nv::index::Distributed_data_locality_query_mode::get_query_mode_flags ( ) const
inlinevirtual

Implements the default query flags.

Returns
Return the default query flags IDistributed_data_locality_query_mode::QUERY_MODE_DEFAULT

The documentation for this class was generated from the following file: