The main object that contains the HTTP server and handles gossiping of
the consistent hash ring metadata.
|
__init__(self,
addr,
join,
claim,
partitions,
logfile,
persistent)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update_storage(self)
Creates storages (if necessary) for all claimed partitions |
source code
|
|
|
_partial_handoff(self,
node,
partition,
kvlist) |
source code
|
|
|
|
|
|
|
check_handoff(self)
Checks if any partitions that aren't claimed or replicated can be
handed off |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|