de.zib.scalaris
package.See: Description
Class | Description |
---|---|
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. |
de.zib.scalaris
package.