de.zib.scalaris.examples
Class TransactionSingleOpReadExample

java.lang.Object
  extended by 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

Constructor Summary
TransactionSingleOpReadExample()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionSingleOpReadExample

public TransactionSingleOpReadExample()
Method Detail

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)