You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there's no good way to stop the server, it is helpful to know if it's already running. This can be trivially achieved by checking EmbeddedCassandraServerHelper.cassandraDaemon != null in an isRunningpublic method.
The text was updated successfully, but these errors were encountered:
Since there's no good way to stop the server, it is helpful to know if it's already running. This can be trivially achieved by checking
EmbeddedCassandraServerHelper.cassandraDaemon != null
in anisRunning
public
method.The text was updated successfully, but these errors were encountered: