Package vinzclortho :: Module core :: Class HandoffHandler
[hide private]
[frames] | no frames]

Class HandoffHandler

source code

object --+
         |
        HandoffHandler

The request handler for requests to /_handoff. This is used to send a partition to its new owner.

Instance Methods [hide private]
 
__init__(self, context)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_put_complete(self, result) source code
 
do_PUT(self, request) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, context)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)