coverage_plan() = {coverage_vnodes(), vnode_filters()}
coverage_vnodes() = [{index(), node()}]
index() = chash:index_as_int()
req_id() = non_neg_integer()
vnode_filters() = [{node(), [{index(), [index()]}]}]
| create_plan/5 | Create a coverage plan to distribute work to a set covering VNodes around the ring. |
create_plan(VNodeSelector::all | allup, NVal::pos_integer(), PVC::pos_integer(), ReqId::req_id(), Service::atom()) -> {error, term()} | coverage_plan()
Create a coverage plan to distribute work to a set covering VNodes around the ring.
Generated by EDoc