rafted_value v0.11.1 RaftedValue.CommandResults View Source
Link to this section Summary
Link to this section Types
Link to this type
cmd_id()
View Source
cmd_id()
View Source
cmd_id() :: RaftedValue.command_identifier()
cmd_id() :: RaftedValue.command_identifier()
Link to this type
t()
View Source
t()
View Source
t() :: {:queue.queue(cmd_id()), %{required(cmd_id()) => any()}}
t() :: {:queue.queue(cmd_id()), %{required(cmd_id()) => any()}}
Link to this section Functions
Link to this function
fetch(arg0, cmd_id) View Source
Link to this function
new()
View Source
new()
View Source
new() :: t()
new() :: t()
Link to this function
put(arg0, cmd_id, result, max_size)
View Source
put(arg0, cmd_id, result, max_size)
View Source
put(t(), cmd_id(), any(), pos_integer()) :: t()
put(t(), cmd_id(), any(), pos_integer()) :: t()
Link to this function