All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pivotal.services.dataTx.geode.office.StatsToChartApp Maven / Gradle / Ivy

Go to download

APIs to convert Apache Geode/GemFire data points to office documents such as CSVs or graphic reports

The newest version!
package io.pivotal.services.dataTx.geode.office;

import java.io.File;
import java.io.IOException;

import nyla.solutions.core.data.clock.Day;
import nyla.solutions.core.io.IO;
import nyla.solutions.office.chart.Chart;

/**
 * 
 * Usages 
 * 
 * java io.pivotal.services.dataTx.geode.office.StatsToChartApp  fileOrDirectoryWithStats pngFilePath
 * 
*/ public class StatsToChartApp { public static void main( String[] args ) { if(args.length != 3) { throw new IllegalArgumentException("Usage java "+StatsToChart.class.getName()+"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy