Markov.ModelServer.State (markov v2.4.1)

Link to this section Summary

Link to this section Types

@type t() :: %Markov.ModelServer.State{
  log_handle: File.io_device(),
  name: String.t(),
  new_ring: HashRing.t() | nil,
  open_partitions: %{required(non_neg_integer()) => {:ets.tid(), pid()}},
  options: [Markov.model_option()],
  path: String.t(),
  repartition_backlog: [{[term()], [term()]}],
  repartition_status: %{required(term()) => non_neg_integer()} | nil,
  ring: HashRing.t(),
  total_links: non_neg_integer()
}