Package org.apache.sirona.store.status

Examples of org.apache.sirona.store.status.InMemoryCollectorNodeStatusDataStore


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


import org.apache.sirona.store.status.InMemoryCollectorNodeStatusDataStore;
import org.apache.sirona.store.DelegateDataStoreFactory;

public class CollectorDataStoreFactory extends DelegateDataStoreFactory {
    public CollectorDataStoreFactory() {
        super(new InMemoryCollectorCounterStore(), new DelegatedCollectorGaugeDataStore(), new InMemoryCollectorNodeStatusDataStore());
    }
View Full Code Here

TOP

Related Classes of org.apache.sirona.store.status.InMemoryCollectorNodeStatusDataStore

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.