public class TransactionReadExample extends Object
read
method of the
Transaction
class.Constructor and Description |
---|
TransactionReadExample() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Reads all keys given on the command line (given as "key1 key2 ...") with
the
AbstractTransaction.read(String) and
AbstractTransaction.read(OtpErlangString) methods in a single
transaction.If no keys are given, the default keys "key1" , "key2" ,
"key3" are used. |
public static void main(String[] args)
AbstractTransaction.read(String)
and
AbstractTransaction.read(OtpErlangString)
methods in a single
transaction."key1"
, "key2"
,
"key3"
are used.args
- command line arguments (optional keys to look up)