raft_kv

v0.2.2

  • Pages
  • Modules

    raft_kv v0.2.2 RaftKV.Hash View Source

    Link to this section Summary

    Types

    t()

    Functions

    from_key(name, key)
    max()
    min()
    upper_bound()
    valid?(term)

    Link to this section Types

    Link to this type t() View Source
    t() :: 0..134_217_727

    Link to this section Functions

    Link to this function from_key(name, key) View Source
    from_key(atom(), any()) :: t()
    Link to this function max() View Source
    max() :: t()
    Link to this function min() View Source
    min() :: t()
    Link to this function upper_bound() View Source
    upper_bound() :: pos_integer()
    Link to this function valid?(term) View Source
    valid?(any()) :: boolean()

    Built using ExDoc (v0.18.4), designed by Friedel Ziegelmayer.