View Source partisan_util (partisan v5.0.0-beta.21)
Link to this section Summary
Functions
If 
    pid_encoding or ref_encoding configuration options are enabled, this function will ignore Opts and return an iolist(). Otherwise, the function calls erlang:term_to_iovec(Term, Opts).'Link to this section Functions
-spec encode(Term :: term(), Opts :: list()) -> erlang:ext_iovec() | iolist().
      pid_encoding or ref_encoding configuration options are enabled, this function will ignore Opts and return an iolist(). Otherwise, the function calls erlang:term_to_iovec(Term, Opts).'
  -spec get(Key :: term(), Arg :: list() | map()) -> Value :: any() | no_return().
      -spec get(Key :: term(), Arg :: list() | map(), Default :: any()) -> Value :: any().
      -spec maybe_connect_disterl(Node :: atom()) -> ok.
      -spec maybe_pad_term(Term :: term()) -> term() | {'$partisan_padded', Padding :: term(), Term :: term()}.