io.pivotal.services.dataTx.geode.office.ChartStatsVisitor 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 io.pivotal.services.dataTx.geode.operations.stats.visitors.StatsVisitor;
import nyla.solutions.office.chart.Chart;
public interface ChartStatsVisitor extends StatsVisitor
{
/**
* @return the chart
*/
Chart getChart();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy