예제 #1
0
 def initiate(self):
     self._connection = SandeshConnection(self._sandesh_instance, self,
                                          self._primary_collector,
                                          self._secondary_collector,
                                          self._discovery_client)
예제 #2
0
 def initiate(self, collectors):
     stats_collector = self._sandesh_instance.config().stats_collector
     self._connection = SandeshConnection(self._sandesh_instance, self,
                                          collectors, stats_collector)
예제 #3
0
 def initiate(self, collectors):
     self._connection = SandeshConnection(self._sandesh_instance, self,
                                          collectors)