Behaviours: riak_kv_update_hook.
| requires_existing_object/1 | see riak_kv_update_hook:requires_existing_object/1. |
| should_handoff/1 | see riak_kv_update_hook:should_handoff/1. |
| update/3 | see riak_kv_update_hook:update/3. |
| update_binary/5 | see riak_kv_update_hook:update_binary/5. |
requires_existing_object(BProps::riak_kv_bucket:props()) -> boolean()
see riak_kv_update_hook:requires_existing_object/1
should_handoff(HandoffSpec::riak_kv_update_hook:handoff_dest()) -> boolean()
see riak_kv_update_hook:should_handoff/1
update(RObjPair::riak_kv_update_hook:object_pair(), Reason::riak_kv_update_hook:update_reason(), Idx::riak_kv_update_hook:partition()) -> ok
see riak_kv_update_hook:update/3
update_binary(Bucket::riak_core_bucket:bucket(), Key::riak_object:key(), Bin::binary(), Reason::riak_kv_update_hook:update_reason(), P::riak_kv_update_hook:partition()) -> ok
see riak_kv_update_hook:update_binary/5
Generated by EDoc