public interface ProcedureClient
Procedure.byte[] queryRaw(String method, Map<String,String> arguments) throws IOException
method - Name of the procedure method to query against.arguments - Arguments to be submitted to the procedure for the query.IOException - When there is error querying the procedure.String query(String method, Map<String,String> arguments) throws IOException
String result.method - Name of the procedure method to query against.arguments - Arguments to be submitted to the procedure for the query.String representing the response.IOException - When there is error querying the procedure.Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.