Examples of IMetricsFactory


Examples of com.amazonaws.services.kinesis.metrics.interfaces.IMetricsFactory

     */
    public KinesisConnectorMetricsExecutor(String configFile) {
        super(configFile);

        // Amazon CloudWatch Metrics Factory used to emit metrics in KCL
        IMetricsFactory mFactory =
                new CWMetricsFactory(config.AWS_CREDENTIALS_PROVIDER,
                        config.CLOUDWATCH_NAMESPACE,
                        config.CLOUDWATCH_BUFFER_TIME,
                        config.CLOUDWATCH_MAX_QUEUE_SIZE);
        super.initialize(config, mFactory);
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.