RaftFleet.RecentlyRemovedGroups.update

You're seeing just the function update, go back to RaftFleet.RecentlyRemovedGroups module for more information.

Specs

update(t(), Dict.t()) :: Croma.Result.t(t())

Updates an existing instance of RaftFleet.RecentlyRemovedGroups with the given dict. The values in the dict are validated by each field's valid?/1 function. Returns {:ok, valid_struct} or {:error, reason}.

Link to this function

update(t, npz, node_from, index_or_nil, now, wait_time)

View Source

Specs

update(
  t(),
  RaftFleet.NodesPerZone.t(),
  node(),
  nil | pos_integer(),
  pos_integer(),
  pos_integer()
) :: t()