scray.client.finagle.ScrayTServiceAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scray-client-jdbc Show documentation
Show all versions of scray-client-jdbc Show documentation
scray java code, which can be used from java and scala
package scray.client.finagle;
import java.sql.SQLException;
import scray.service.qmodel.thriftjava.ScrayTQuery;
import scray.service.qmodel.thriftjava.ScrayUUID;
import scray.service.qservice.thriftjava.ScrayTResultFrame;
public interface ScrayTServiceAdapter {
public ScrayUUID query(ScrayTQuery query, int queryTimeout)
throws SQLException;
public ScrayTResultFrame getResults(ScrayUUID queryId, int queryTimeout)
throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy