Package org.voltdb

Examples of org.voltdb.TableStats


        m_rejoinTaskLog = rejoinTaskLog;
        m_drGateway = drGateway;
        m_hashinator = TheHashinator.getCurrentHashinator();

        if (agent != null) {
            m_tableStats = new TableStats(m_siteId);
            agent.registerStatsSource(StatsSelector.TABLE,
                                      m_siteId,
                                      m_tableStats);
            m_indexStats = new IndexStats(m_siteId);
            agent.registerStatsSource(StatsSelector.INDEX,
View Full Code Here

TOP

Related Classes of org.voltdb.TableStats

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.