diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/delta_zip.MD5SignatureBuilderEC-class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/delta_zip.MD5SignatureBuilderEC-class.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,327 @@ + + + + + delta_zip.MD5SignatureBuilderEC + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module delta_zip :: + Class MD5SignatureBuilderEC + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class MD5SignatureBuilderEC

source code

+
+         object --+    
+                  |    
+MD5SignatureBuilder --+
+                      |
+                     MD5SignatureBuilderEC
+
+ +
+The MD5 CRC creation for delta zippinf for use on EC machines

+ + + + + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
__init__(self, + build_area_root, + nb_split, + temp_dir, + exclude_dirs, + ec_cluster_manager, + ec_build_class, + list_of_files)
+ constructor
+ source code + +
+ +
+   + + + + + + +
create_build_file(self)
+ Create makefile
+ source code + +
+ +
+   + + + + + + +
compute_evalid_MD5(self)
+ Compute MD5 using the requested parallel build system
+ source code + +
+ +
+

Inherited from MD5SignatureBuilder: + build, + concatenate_signature_files, + create_command_list, + create_file_list, + split_file_list, + write_build_file +

+

Inherited from object: + __delattr__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __repr__, + __setattr__, + __str__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

__init__(self, + build_area_root, + nb_split, + temp_dir, + exclude_dirs, + ec_cluster_manager, + ec_build_class, + list_of_files) +
(Constructor) +

+
source code  +
+ + constructor +
+
Overrides: + MD5SignatureBuilder.__init__ +
(inherited documentation)
+ +
+
+
+ +
+ +
+ + +
+

create_build_file(self) +

+
source code  +
+ + Create makefile +
+
Overrides: + MD5SignatureBuilder.create_build_file +
+
+
+
+ +
+ +
+ + +
+

compute_evalid_MD5(self) +

+
source code  +
+ + Compute MD5 using the requested parallel build system +
+
Overrides: + MD5SignatureBuilder.compute_evalid_MD5 +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +