195196197198199200201202203204205
// jmx connector connectorFactoryBinder.addBinding("jmx").to(JmxConnectorFactory.class); // information schema binder.install(new InformationSchemaModule()); // system tables binder.install(new SystemTablesModule()); // splits
186187188189190191192193194195196
// dual binder.install(new DualModule()); // information schema binder.install(new InformationSchemaModule()); // system tables binder.install(new SystemTablesModule()); // splits
202203204205206207208209210211212
187188189190191192193194195196197
175176177178179180181182183184185