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

Interfaces for exposing the data distribution scheme. More...

#include <mi/dice.h>
#include <mi/base/interface_declare.h>
#include <mi/neuraylib/iserializer.h>
#include <nv/index/idistributed_data_edit.h>

Go to the source code of this file.

Classes

struct  nv::index::Subregion_identifier
 Unique identifier refering to a subregion. More...
 
class  nv::index::IDistributed_data_locality_query_mode
 Query modes enable the purposeful selection of data subsets for data localities. More...
 
class  nv::index::Distributed_data_locality_query_mode
 Implements a query method that selection all data subsets of a distributed dataset for distributed job execution. More...
 
class  nv::index::IDistributed_data_subset_locality_query_mode
 Query modes to determine the data localities of data subsets inside a region of interest. More...
 
class  nv::index::Distributed_data_subset_locality_query_mode
 Implements a query method that selection all data subsets of a distributed dataset covered by a region of interest. More...
 
class  nv::index::IDistributed_height_field_locality_query_mode
 Height field specific query modes to determine the data localities of height field patches. More...
 
class  nv::index::Distributed_height_field_locality_query_mode
 Implements the height field specific query mode height field patches. More...
 
class  nv::index::IRegular_heightfield_locality_query_mode
 Data locality query mode for deprecated heightfield datasets. More...
 
class  nv::index::Regular_heightfield_locality_query_mode
 Implements a data locality query mode for deprecated heightfield datasets. More...
 
class  nv::index::IDistributed_data_locality
 Data locality information for distributed datasets. More...
 
class  nv::index::IData_distribution
 Retrieving information about the data distribution and scheduling tasks against distributed data. More...
 

Namespaces

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

Detailed Description

Interfaces for exposing the data distribution scheme.