removed Cassandra startup procedure
This commit is contained in:
parent
c1fa2e87b8
commit
5d41b79b27
7 changed files with 202 additions and 556 deletions
|
|
@ -4,9 +4,7 @@ public class PersistenceManager {
|
|||
private static volatile boolean isRunning = false;
|
||||
public static void init() {
|
||||
if (!isRunning) {
|
||||
se.scalablesolutions.akka.kernel.Kernel.config();
|
||||
se.scalablesolutions.akka.kernel.Kernel.startCassandra();
|
||||
se.scalablesolutions.akka.kernel.Kernel.startRemoteService();
|
||||
se.scalablesolutions.akka.kernel.Kernel.startRemoteService();
|
||||
isRunning = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue