Package cm_api :: Package endpoints :: Module types :: Class ApiHdfsReplicationResult
[hide private]
[frames] | no frames]

Class ApiHdfsReplicationResult

source code

   object --+    
            |    
BaseApiObject --+
                |
               ApiHdfsReplicationResult

Instance Methods [hide private]

Inherited from BaseApiObject: __init__, __setattr__, __str__, to_json_dict

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

Class Methods [hide private]

Inherited from BaseApiObject: from_json_dict

Inherited from BaseApiObject (private): _get_attributes

Static Methods [hide private]

Inherited from BaseApiObject: init

Class Variables [hide private]
  _ATTRIBUTES = {'progress': ROAttr(), 'counters': ROAttr(), 'nu...

Inherited from BaseApiObject (private): _WHITELIST

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_ATTRIBUTES

Value:
{'progress': ROAttr(), 'counters': ROAttr(), 'numBytesDryRun': ROAttr(\
), 'numFilesDryRun': ROAttr(), 'numFilesExpected': ROAttr(), 'numBytes\
Expected': ROAttr(), 'numFilesCopied': ROAttr(), 'numBytesCopied': ROA\
ttr(), 'numFilesSkipped': ROAttr(), 'numBytesSkipped': ROAttr(), 'numF\
ilesDeleted': ROAttr(), 'numFilesCopyFailed': ROAttr(), 'numBytesCopyF\
ailed': ROAttr(), 'setupError': ROAttr(), 'jobId': ROAttr(), 'jobDetai\
lsUri': ROAttr(), 'dryRun': ROAttr(), 'snapshottedDirs': ROAttr(), 'fa\
iledFiles': ROAttr(), 'runAsUser': ROAttr(),}