package org.kairosdb.core.datastore; /** Created by bhawkins on 11/22/14. */ public interface QueryPlugin { public String getName(); }