finished STM and persistence test for Ref, Vector, Map + implemented STM for Ref
This commit is contained in:
parent
f3ac665274
commit
795c7b3da0
8 changed files with 503 additions and 180 deletions
|
|
@ -4,7 +4,7 @@ import se.scalablesolutions.akka.kernel.TransactionalMap;
|
|||
import se.scalablesolutions.akka.kernel.CassandraPersistentTransactionalMap;
|
||||
|
||||
public class PersistentClasher {
|
||||
private TransactionalMap state = new CassandraPersistentTransactionalMap(this);
|
||||
private TransactionalMap state = new CassandraPersistentTransactionalMap();
|
||||
|
||||
public String getState(String key) {
|
||||
return (String)state.get(key).get();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue