Module dht_ring

Behaviours: gen_server.

Function Index

add/2
code_change/3
delete/2
get_config/1
handle_call/3
handle_cast/2
handle_info/2
init/1
lookup/2
lookup_index/2
node_shares/1
nodes/1
partitions/1
partitions_if_node_added/2
set_opaque/3
start_link/1
start_link/2
stop/1
terminate/2

Function Details

add/2

add(Ring, Peer) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

delete/2

delete(Ring, Node) -> any()

get_config/1

get_config(Ring) -> any()

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Request, State) -> any()

handle_info/2

handle_info(Request, State) -> any()

init/1

init(Peers) -> any()

lookup/2

lookup(Ring, Key) -> any()

lookup_index/2

lookup_index(Ring, Index) -> any()

node_shares/1

node_shares(Ring) -> any()

nodes/1

nodes(Ring) -> any()

partitions/1

partitions(Ring) -> any()

partitions_if_node_added/2

partitions_if_node_added(Ring, Node) -> any()

set_opaque/3

set_opaque(Ring, Node, Opaque) -> any()

start_link/1

start_link(Peers) -> any()

start_link/2

start_link(ServerName, Peers) -> any()

stop/1

stop(RingPid) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc