Revert "APIMbeanServer: Show column family in jconsole"

This reverts commit b9986396bb.
This commit is contained in:
Pekka Enberg 2016-12-16 12:35:04 +02:00
parent b9986396bb
commit de20954fd6
1 changed files with 0 additions and 2 deletions

View File

@ -78,8 +78,6 @@ public class APIMBeanServer extends ChainedMBeanServer {
@Override
public Set<ObjectName> queryNames(ObjectName name, QueryExp query) {
if (name == null) {
ColumnFamilyStore.checkRegistration();
StreamingMetrics.checkRegistration();
return super.queryNames(name, query);
}
if (name.getCanonicalKeyPropertyListString()