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

net.savantly.graphite.QueryableGraphiteClient Maven / Gradle / Ivy

The newest version!
package net.savantly.graphite;

import net.savantly.graphite.query.GraphiteQuery;

public interface QueryableGraphiteClient extends GraphiteClient {

	 T query (GraphiteQuery query);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy