com::pcbsys::nirvana::nAdminAPI::nClusterConversionStatus Class Referenceabstract

Provides an interface which allows the status of cluster conversions to be monitored. More...

#include <nClusterConversionStatus.h>

Public Member Functions

virtual void status (const std::string &storeName, longlong currentEvent, longlong totalEvents, int storesRemaining)=0
 Called to report the current status of cluster conversion. More...
 

Detailed Description

Provides an interface which allows the status of cluster conversions to be monitored.

Member Function Documentation

virtual void com::pcbsys::nirvana::nAdminAPI::nClusterConversionStatus::status ( const std::string &  storeName,
longlong  currentEvent,
longlong  totalEvents,
int  storesRemaining 
)
pure virtual

Called to report the current status of cluster conversion.

Parameters
storeNamethe name of the store currently being converted
currentEventthe event on the store currently being converted
totalEventsthe total number of events in the store to be converted
storesRemainingthe number of stores still to be converted