pyre.nexus.Node¶
Module Contents¶
-
class
pyre.nexus.Node.Node(**kwds)¶ Bases:
pyre.nexus.Peer.Peer-
services¶
-
doc= the table of available services¶
-
application¶
-
prepare(self, application)¶ Get ready to listen for incoming connections
-
shutdown(self)¶ Shut everything down and exit gracefully
-
reload(self)¶ Reload the nodal configuration for a distributed application
-
signal(self, signal, frame)¶ An adaptor that dispatches {signal} to the registered handler
-
newSignalIndex(self)¶ By default, nodes register handlers for process termination and configuration reload
-
registerSignalHandlers(self)¶ By default, nodes register handlers for process termination and configuration reload
-