Class TcaCollectionHandler


  • public class TcaCollectionHandler
    extends java.lang.Object
    The Class TcaCollectionSet.

    The resource type is fixed to juniperTcaEntry

    This requires to define a datacollection-group like this:

     <datacollection-group name="Juniper TCA">
        <resourceType name="juniperTcaEntry" label="Juniper TCA Entry" resourceLabel="Peer ${index}">
         <persistenceSelectorStrategy class="org.opennms.netmgt.collection.support.PersistAllSelectorStrategy"/>
         <storageStrategy class="org.opennms.netmgt.collection.support.IndexStorageStrategy"/>
       </resourceType>
     </datacollection-group>
     

    Note: the persistenceSelectorStrategy and storageStrategy won't be used by the collector.

    Author:
    Alejandro Galue