Package org.collectd.api

Examples of org.collectd.api.ValueList


        Notification notif;
        PluginData pd = new PluginData();

        ValueList getValueList() {
            if (vl == null) {
                vl = new ValueList(pd);
                pd = vl;
            }
            return vl;
        }
View Full Code Here

TOP

Related Classes of org.collectd.api.ValueList

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.