This is called by the cluster during its initialization.
(self, cluster)
| 165 | cluster = None |
| 166 | |
| 167 | def configure(self, cluster): |
| 168 | """ |
| 169 | This is called by the cluster during its initialization. |
| 170 | """ |
| 171 | self.cluster = cluster |
| 172 | return self |
| 173 | |
| 174 | def create(self, row): |
| 175 | """ |