io.pivotal.services.dataTx.geode.office.StatsToChartApp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dataTx-geode-office Show documentation
Show all versions of dataTx-geode-office Show documentation
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