refactoring of persistence implementation and its api
This commit is contained in:
parent
7ad879d86f
commit
5edc93315d
19 changed files with 647 additions and 663 deletions
|
|
@ -8,7 +8,7 @@ public class PersistentClasher {
|
|||
|
||||
@inittransactionalstate
|
||||
public void init() {
|
||||
state = PersistentState.newMap(new CassandraStorageConfig());
|
||||
state = CassandraStorage.newMap();
|
||||
}
|
||||
|
||||
public String getState(String key) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue