public class TransactionSingleOpWriteExample
extends java.lang.Object
TransactionSingleOp class.| Constructor | Description |
|---|---|
TransactionSingleOpWriteExample() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
Writes a key/value pair given on the command line with the write
methods of
TransactionSingleOp.If no value or key is given, the default key "key" and the default value "value" is used. |
public static void main(java.lang.String[] args)
TransactionSingleOp.args - command line arguments (first argument can be an optional key
and the second an optional value)