Protocol Buffer API
Here we describe the Erlang client for Antidote’s protocol buffer interface.
Transactions
Start a transaction
%% If there is no dependency information available or required,
%% pass ignore as clock value.
Clock = term_to_binary(ignore),
%% Initiate a static transaction
{ok, TxId} = antidotec_pb:start_transaction(Pid, Clock, [{static=true}]).Reading and updating objects
Finalizing a transaction
Data Types
Counter
Set
Last updated