Class CollectionSetPersistenceServiceImpl

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.collectors.CollectionSetPersistenceService

    public class CollectionSetPersistenceServiceImpl
    extends java.lang.Object
    implements org.opennms.integration.api.v1.collectors.CollectionSetPersistenceService
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void persist​(int nodeId, java.net.InetAddress iface, org.opennms.integration.api.v1.collectors.CollectionSet collectionSet)  
      void persist​(int nodeId, java.net.InetAddress iface, org.opennms.integration.api.v1.collectors.CollectionSet collectionSet, org.opennms.integration.api.v1.collectors.RrdRepository repository)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • persist

        public void persist​(int nodeId,
                            java.net.InetAddress iface,
                            org.opennms.integration.api.v1.collectors.CollectionSet collectionSet)
        Specified by:
        persist in interface org.opennms.integration.api.v1.collectors.CollectionSetPersistenceService
      • persist

        public void persist​(int nodeId,
                            java.net.InetAddress iface,
                            org.opennms.integration.api.v1.collectors.CollectionSet collectionSet,
                            org.opennms.integration.api.v1.collectors.RrdRepository repository)
        Specified by:
        persist in interface org.opennms.integration.api.v1.collectors.CollectionSetPersistenceService