de.zib.scalaris.examples
Class TransactionSingleOpReadExample
java.lang.Object
de.zib.scalaris.examples.TransactionSingleOpReadExample
public class TransactionSingleOpReadExample
- extends Object
Provides an example for using the read methods of the
TransactionSingleOp
class.
- Since:
- 2.0
- Version:
- 2.0
- Author:
- Nico Kruber, kruber@zib.de
Method Summary |
static void |
main(String[] args)
Reads a key given on the command line with the read methods of
TransactionSingleOp .
If no key is given, the default key "key" is used. |
TransactionSingleOpReadExample
public TransactionSingleOpReadExample()
main
public static void main(String[] args)
- Reads a key given on the command line with the read methods of
TransactionSingleOp
.
If no key is given, the default key "key" is used.
- Parameters:
args
- command line arguments (first argument can be an optional key
to look up)