Ferricstore.Commands.Stream.AtomicAppend.Publication (ferricstore v0.11.5)

Copy Markdown View Source

Derived cache and member-catalog rows published after an append plan commits.

Summary

Types

t()

@type t() :: %Ferricstore.Commands.Stream.AtomicAppend.Publication{
  cache_entry:
    {Ferricstore.Commands.Stream.CacheKey.t(), non_neg_integer(), binary(),
     binary(), non_neg_integer(), non_neg_integer()},
  member_count: non_neg_integer(),
  member_entries: [Ferricstore.Commands.Stream.AtomicAppend.Plan.member_entry()],
  member_prefix: binary()
}