Package ganeti :: Package masterd :: Module instance :: Class _RemoteExportCb
[hide private]
[frames] | no frames]

Class _RemoteExportCb

source code


Instance Methods [hide private]
 
__init__(self, feedback_fn, disk_count)
Initializes this class.
source code
 
disk_results(self)
Returns per-disk results.
source code
 
ReportConnected(self, ie, private)
Called when a connection has been established.
source code
 
ReportProgress(self, ie, private)
Called when new progress information should be reported.
source code
 
ReportFinished(self, ie, private)
Called when a transfer has finished.
source code

Inherited from ImportExportCbBase: ReportListening

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, feedback_fn, disk_count)
(Constructor)

source code 

Initializes this class.

Overrides: object.__init__

disk_results(self)

source code 

Returns per-disk results.

Decorators:
  • @property

ReportConnected(self, ie, private)

source code 

Called when a connection has been established.

Parameters:
  • ie - Import/export object
  • private - Private data passed to import/export object
Overrides: ImportExportCbBase.ReportConnected

ReportProgress(self, ie, private)

source code 

Called when new progress information should be reported.

Parameters:
  • ie - Import/export object
  • private - Private data passed to import/export object
Overrides: ImportExportCbBase.ReportProgress

ReportFinished(self, ie, private)

source code 

Called when a transfer has finished.

Parameters:
  • ie - Import/export object
  • private - Private data passed to import/export object
Overrides: ImportExportCbBase.ReportFinished