Examples of GatherSprocServiceImpl


Examples of de.zalando.pgobserver.gatherer.persistence.GatherSprocServiceImpl

// persistent connection?
        String url = "jdbc:postgresql://" + host.name + ":" + host.port + "/" + host.dbname;
        DataSource ds = new DriverManagerDataSource(url, host.user, host.password);

        DataSourceProvider datasource = new SingleDataSourceProvider(ds);
        this.gatherService = new GatherSprocServiceImpl(datasource);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.