Glossary:
com.pcbsys.nirvana.nAdminAPI.nClusterConversionStatus Interface Reference
Provides an interface which allows the status of cluster conversions to be monitored. More...
Public Member Functions | |
| void | status (String storeName, long currentEvent, long totalEvents, int storesRemaining) |
| Called to report the current status of cluster conversion. | |
Detailed Description
Provides an interface which allows the status of cluster conversions to be monitored.Member Function Documentation
| void com.pcbsys.nirvana.nAdminAPI.nClusterConversionStatus.status | ( | String | storeName, | |
| long | currentEvent, | |||
| long | totalEvents, | |||
| int | storesRemaining | |||
| ) |
Called to report the current status of cluster conversion.
- Parameters:
-
storeName the name of the store currently being converted currentEvent the event on the store currently being converted totalEvents the total number of events in the store to be converted storesRemaining the number of stores still to be converted
