NVIDIA IndeX API nvidia_logo_transpbg.gif Up
nv::index::ICluster_change_callback Class Referenceabstract

The interface class allows implementing user-defined callbacks issued whenever the cluster topology has changed. More...

#include <icluster_change_callback.h>

Inherits mi::base::Interface_declare< 0x38c98da4, ... >.

Public Member Functions

virtual void cluster_change (mi::Uint32 machine_id, const char *machine_name, bool change)=0
 The updates to the cluster topology will be reported to the callback. More...
 

Detailed Description

The interface class allows implementing user-defined callbacks issued whenever the cluster topology has changed.

Member Function Documentation

 cluster_change()

virtual void nv::index::ICluster_change_callback::cluster_change ( mi::Uint32  machine_id,
const char *  machine_name,
bool  change 
)
pure virtual

The updates to the cluster topology will be reported to the callback.

Parameters
[in]machine_idThe unique id of the machine that left or joined the cluster.
[in]machine_nameThe name of the machine that left or joined the cluster.
[in]changeThe flag that notifies a joining or leaving event.

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