gedi.solutions.geode.operations.stats.StatsInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gedi-geode-extensions-core Show documentation
Show all versions of gedi-geode-extensions-core Show documentation
GemFire Enterprise Data Integration - common development extensions powered by Apache Geode
The newest version!
package gedi.solutions.geode.operations.stats;
import gedi.solutions.geode.operations.stats.visitors.StatsVisitor;
public interface StatsInfo
{
void accept(StatsVisitor visitor);
}