Interface DataCollectionConfigDao

    • Field Detail

      • NODE_ATTRIBUTES

        static final int NODE_ATTRIBUTES
        Constant NODE_ATTRIBUTES=-1
        See Also:
        Constant Field Values
      • ALL_IF_ATTRIBUTES

        static final int ALL_IF_ATTRIBUTES
        Constant ALL_IF_ATTRIBUTES=-2
        See Also:
        Constant Field Values
    • Method Detail

      • getSnmpStorageFlag

        String getSnmpStorageFlag​(String collectionName)

        getSnmpStorageFlag

        Parameters:
        collectionName - a String object.
        Returns:
        a String object.
      • getMibObjectList

        List<MibObject> getMibObjectList​(String cName,
                                         String aSysoid,
                                         String anAddress,
                                         int ifType)

        getMibObjectList

        Parameters:
        cName - a String object.
        aSysoid - a String object.
        anAddress - a String object.
        ifType - a int.
        Returns:
        a List object.
      • getConfiguredResourceTypes

        Map<String,​ResourceType> getConfiguredResourceTypes()

        getConfiguredResourceTypes

        Returns:
        a Map object.
      • getStep

        int getStep​(String collectionName)

        getStep

        Parameters:
        collectionName - a String object.
        Returns:
        a int.
      • getRRAList

        List<String> getRRAList​(String collectionName)

        getRRAList

        Parameters:
        collectionName - a String object.
        Returns:
        a List object.
      • getRrdPath

        String getRrdPath()

        getRrdPath

        Returns:
        a String object.
      • getAvailableDataCollectionGroups

        List<String> getAvailableDataCollectionGroups()
      • getAvailableSystemDefs

        List<String> getAvailableSystemDefs()
      • getAvailableMibGroups

        List<String> getAvailableMibGroups()
      • reload

        void reload()
      • getLastUpdate

        Date getLastUpdate()