Behaviours: supervisor.
ho_type() = ownership | hinted | repair | resize
| start_link/0 | |
| start_sender/5 | Start the handoff process for the module (Module), partition
(Partition), and vnode (VNode) from the local node to the
target node (TargetNode) with options Opts. |
start_link() -> any()
start_sender(Type::ho_type(), Module::atom(), TargetNode::term(), VNode::pid(), Opts::[{atom(), term()}]) -> {ok, pid()}
Start the handoff process for the module (Module), partition
(Partition), and vnode (VNode) from the local node to the
target node (TargetNode) with options Opts.
Generated by EDoc