public class TransactionSingleOpWriteExample extends Object
TransactionSingleOp
class.Constructor and Description |
---|
TransactionSingleOpWriteExample() |
Modifier and Type | Method and Description |
---|---|
static void |
main(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(String[] args)
TransactionSingleOp
.args
- command line arguments (first argument can be an optional key
and the second an optional value)