In Embedded-Cassandra
3.0.3
, what is the way to find if Cassandra is already running or now.
https://nosan.github.io/embedded-cassandra/#introducing
In version 2.x
, there was a API getState == State.STARTED
. What is the equivalent in version 3.0.3
. I can't find it in the docs or examples.