Module riak_yokozuna_pb

Data Types

rpbyokozunaindex()

rpbyokozunaindex() = #rpbyokozunaindex{name = binary(), schema = binary() | undefined, n_val = non_neg_integer() | undefined}

rpbyokozunaindexdeletereq()

rpbyokozunaindexdeletereq() = #rpbyokozunaindexdeletereq{name = binary()}

rpbyokozunaindexgetreq()

rpbyokozunaindexgetreq() = #rpbyokozunaindexgetreq{name = binary() | undefined}

rpbyokozunaindexgetresp()

rpbyokozunaindexgetresp() = #rpbyokozunaindexgetresp{index = [#rpbyokozunaindex{name = binary(), schema = binary() | undefined, n_val = non_neg_integer() | undefined}]}

rpbyokozunaindexputreq()

rpbyokozunaindexputreq() = #rpbyokozunaindexputreq{index = #rpbyokozunaindex{name = binary(), schema = binary() | undefined, n_val = non_neg_integer() | undefined}, timeout = non_neg_integer() | undefined}

rpbyokozunaschema()

rpbyokozunaschema() = #rpbyokozunaschema{name = binary(), content = binary() | undefined}

rpbyokozunaschemagetreq()

rpbyokozunaschemagetreq() = #rpbyokozunaschemagetreq{name = binary()}

rpbyokozunaschemagetresp()

rpbyokozunaschemagetresp() = #rpbyokozunaschemagetresp{schema = #rpbyokozunaschema{name = binary(), content = binary() | undefined}}

rpbyokozunaschemaputreq()

rpbyokozunaschemaputreq() = #rpbyokozunaschemaputreq{schema = #rpbyokozunaschema{name = binary(), content = binary() | undefined}}

Function Index

decode/2
decode_msg/2
decode_msg/3
decode_rpbyokozunaindex/1
decode_rpbyokozunaindexdeletereq/1
decode_rpbyokozunaindexgetreq/1
decode_rpbyokozunaindexgetresp/1
decode_rpbyokozunaindexputreq/1
decode_rpbyokozunaschema/1
decode_rpbyokozunaschemagetreq/1
decode_rpbyokozunaschemagetresp/1
decode_rpbyokozunaschemaputreq/1
encode/1
encode_msg/1
encode_msg/2
encode_rpbyokozunaindex/1
encode_rpbyokozunaindexdeletereq/1
encode_rpbyokozunaindexgetreq/1
encode_rpbyokozunaindexgetresp/1
encode_rpbyokozunaindexputreq/1
encode_rpbyokozunaschema/1
encode_rpbyokozunaschemagetreq/1
encode_rpbyokozunaschemagetresp/1
encode_rpbyokozunaschemaputreq/1
enum_symbol_by_value/2
enum_value_by_symbol/2
fetch_enum_def/1
fetch_msg_def/1
fetch_rpc_def/2
find_enum_def/1
find_msg_def/1
find_rpc_def/2
get_enum_names/0
get_msg_defs/0
get_msg_names/0
get_package_name/0
get_rpc_names/1
get_service_def/1
get_service_names/0
gpb_version_as_list/0
gpb_version_as_string/0
merge_msgs/2
merge_msgs/3
verify_msg/1
verify_msg/2

Function Details

decode/2

decode(MsgName, Bin) -> any()

decode_msg/2

decode_msg(Bin, MsgName) -> any()

decode_msg/3

decode_msg(Bin, MsgName, Opts) -> any()

decode_rpbyokozunaindex/1

decode_rpbyokozunaindex(Bin) -> any()

decode_rpbyokozunaindexdeletereq/1

decode_rpbyokozunaindexdeletereq(Bin) -> any()

decode_rpbyokozunaindexgetreq/1

decode_rpbyokozunaindexgetreq(Bin) -> any()

decode_rpbyokozunaindexgetresp/1

decode_rpbyokozunaindexgetresp(Bin) -> any()

decode_rpbyokozunaindexputreq/1

decode_rpbyokozunaindexputreq(Bin) -> any()

decode_rpbyokozunaschema/1

decode_rpbyokozunaschema(Bin) -> any()

decode_rpbyokozunaschemagetreq/1

decode_rpbyokozunaschemagetreq(Bin) -> any()

decode_rpbyokozunaschemagetresp/1

decode_rpbyokozunaschemagetresp(Bin) -> any()

decode_rpbyokozunaschemaputreq/1

decode_rpbyokozunaschemaputreq(Bin) -> any()

encode/1

encode(Msg::term()) -> binary()

encode_msg/1

encode_msg(Msg::term()) -> binary()

encode_msg/2

encode_msg(Msg::term(), Opts::list()) -> binary()

encode_rpbyokozunaindex/1

encode_rpbyokozunaindex(Msg::term()) -> binary()

encode_rpbyokozunaindexdeletereq/1

encode_rpbyokozunaindexdeletereq(Msg::term()) -> binary()

encode_rpbyokozunaindexgetreq/1

encode_rpbyokozunaindexgetreq(Msg::term()) -> binary()

encode_rpbyokozunaindexgetresp/1

encode_rpbyokozunaindexgetresp(Msg::term()) -> binary()

encode_rpbyokozunaindexputreq/1

encode_rpbyokozunaindexputreq(Msg::term()) -> binary()

encode_rpbyokozunaschema/1

encode_rpbyokozunaschema(Msg::term()) -> binary()

encode_rpbyokozunaschemagetreq/1

encode_rpbyokozunaschemagetreq(Msg::term()) -> binary()

encode_rpbyokozunaschemagetresp/1

encode_rpbyokozunaschemagetresp(Msg::term()) -> binary()

encode_rpbyokozunaschemaputreq/1

encode_rpbyokozunaschemaputreq(Msg::term()) -> binary()

enum_symbol_by_value/2

enum_symbol_by_value(E::term(), V::term()) -> no_return()

enum_value_by_symbol/2

enum_value_by_symbol(E::term(), V::term()) -> no_return()

fetch_enum_def/1

fetch_enum_def(EnumName::term()) -> no_return()

fetch_msg_def/1

fetch_msg_def(MsgName) -> any()

fetch_rpc_def/2

fetch_rpc_def(ServiceName::term(), RpcName::term()) -> no_return()

find_enum_def/1

find_enum_def(X1) -> any()

find_msg_def/1

find_msg_def(X1) -> any()

find_rpc_def/2

find_rpc_def(X1, X2) -> any()

get_enum_names/0

get_enum_names() -> any()

get_msg_defs/0

get_msg_defs() -> any()

get_msg_names/0

get_msg_names() -> any()

get_package_name/0

get_package_name() -> any()

get_rpc_names/1

get_rpc_names(X1) -> any()

get_service_def/1

get_service_def(X1) -> any()

get_service_names/0

get_service_names() -> any()

gpb_version_as_list/0

gpb_version_as_list() -> any()

gpb_version_as_string/0

gpb_version_as_string() -> any()

merge_msgs/2

merge_msgs(Prev, New) -> any()

merge_msgs/3

merge_msgs(Prev, New, Opts) -> any()

verify_msg/1

verify_msg(Msg) -> any()

verify_msg/2

verify_msg(Msg, Opts) -> any()


Generated by EDoc