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

scray.client.finagle.ScrayTServiceAdapter Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
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