Sidx.Table (sidx v0.1.5)

Internal sidx struct

Link to this section Summary

Link to this section Types

@type t() :: %Sidx.Table{
  options: [Sidx.table_option()],
  path: String.t(),
  ring: HashRing.t() | nil,
  sup: pid()
}