fixed sample after cassandra map generelization
This commit is contained in:
parent
1bd2abf908
commit
6aac2607ac
2 changed files with 31 additions and 278 deletions
|
|
@ -29,7 +29,7 @@ public class SimpleService {
|
|||
|
||||
private boolean hasStartedTicking = false;
|
||||
private TransactionalState factory = new TransactionalState();
|
||||
private TransactionalMap<String, Object> storage = factory.newPersistentMap(new CassandraStorageConfig());
|
||||
private TransactionalMap<Object, Object> storage = factory.newPersistentMap(new CassandraStorageConfig());
|
||||
|
||||
@GET
|
||||
@Produces({"application/json"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue