Blake Eggleston created CASSANDRA-7840:
------------------------------------------
Summary: Refactor static state & functions into static singletons
Key: CASSANDRA-7840
URL: https://issues.apache.org/jira/browse/CASSANDRA-7840
Project: Cassandra
Issue Type: Improvement
Reporter: Blake Eggleston
1st step of CASSANDRA-7837.
Things lik DatabaseDescriptor.getPartitioner() should become
DatabaseDescriptor.instance.getPartitioner(). In cases where there is a mix of
instance state and static functionality (Keyspace & ColumnFamilyStore classes),
the static portion should be split off into singleton factory classes.
--
This message was sent by Atlassian JIRA
(v6.2#6252)