if (!isClientMode)
{
// "Touch" metrics classes to trigger static initialization, such that all metrics become available
// on start-up even if they have not yet been used.
new ClientRequestMetrics();
}
if (Boolean.parseBoolean(System.getProperty("cassandra.load_ring_state", "true")))
{
logger_.info("Loading persisted ring state");