Package de.zib.scalaris.examples

This package contains examples how to use the classes of the de.zib.scalaris package.

See:
          Description

Class Summary
ErlangValueBitString Implements a faster String storage mechanism using erlang bitstrings.
ErlangValueFastString Implements a faster String storage mechanism if only Java access to scalaris is used.
FastStringBenchmark Mini benchmark of the Transaction and TransactionSingleOp class using custom objects provided by ErlangValueFastString and ErlangValueBitString.
TransactionReadExample Provides an example for using the read method of the Transaction class.
TransactionReadWriteExample Provides an example for using the read and write methods of the Transaction class together in one transaction.
TransactionSingleOpReadExample Provides an example for using the read methods of the TransactionSingleOp class.
TransactionSingleOpWriteExample Provides an example for using the write methods of the TransactionSingleOp class.
TransactionWriteExample Provides an example for using the write method of the Transaction class.
 

Package de.zib.scalaris.examples Description

This package contains examples how to use the classes of the de.zib.scalaris package.

Since:
2.0
Version:
2.9
Author:
Nico Kruber, kruber@zib.de