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

net.savantly.graphite.query.GraphiteQuery Maven / Gradle / Ivy

The newest version!
package net.savantly.graphite.query;

public interface GraphiteQuery {

	Target target();
	From from();
	Until until();
	Formatter format();
	Template template();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy