package org.collectd.api;
/**
- * Interface for objects implementing a config function.
+ * Interface for objects implementing a config method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerConfig(String, CollectdConfigInterface)
package org.collectd.api;
/**
- * Interface for objects implementing a flush function.
+ * Interface for objects implementing a flush method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerFlush
package org.collectd.api;
/**
- * Interface for objects implementing an init function.
+ * Interface for objects implementing an init method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerInit
package org.collectd.api;
/**
- * Interface for objects implementing a log function.
+ * Interface for objects implementing a log method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerLog
package org.collectd.api;
/**
- * Interface for objects implementing a match factory.
+ * Interface for objects implementing a "match factory".
*
* Objects implementing this interface are used to create objects implementing
* the CollectdMatchInterface interface.
package org.collectd.api;
/**
- * Interface for objects implementing a match function.
+ * Interface for objects implementing a match method.
*
* These objects are instantiated using objects which implement the
* CollectdMatchFactoryInterface interface. They are not instantiated by the
package org.collectd.api;
/**
- * Interface for objects implementing a notification function.
+ * Interface for objects implementing a notification method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerNotification
package org.collectd.api;
/**
- * Interface for objects implementing a read function.
+ * Interface for objects implementing a read method.
*
* Objects implementing this interface can be registered with the daemon. Their
* read method is then called periodically to acquire and submit values.
package org.collectd.api;
/**
- * Interface for objects implementing a shutdown function.
+ * Interface for objects implementing a shutdown method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerShutdown
package org.collectd.api;
/**
- * Interface for objects implementing a write function.
+ * Interface for objects implementing a write method.
*
* @author Florian Forster <octo at verplant.org>
* @see Collectd#registerWrite