public class TransactionReadExample
extends java.lang.Object
read method of the
Transaction class.| Constructor | Description |
|---|---|
TransactionReadExample() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.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(java.lang.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)