Package org.apache.sirona.store.tracking

Examples of org.apache.sirona.store.tracking.DelegatedCollectorPathTrackingDataStore


    public CollectorDataStoreFactory()
    {
        super( new InMemoryCollectorCounterStore(), //
               new DelegatedCollectorGaugeDataStore(), //
               new InMemoryCollectorNodeStatusDataStore(), //
               new DelegatedCollectorPathTrackingDataStore() );
    }
View Full Code Here

TOP

Related Classes of org.apache.sirona.store.tracking.DelegatedCollectorPathTrackingDataStore

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.