You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pirk.apache.org by "James Ryan Carr (JIRA)" <ji...@apache.org> on 2016/09/28 15:19:20 UTC

[jira] [Created] (PIRK-71) Move Querier creation logic into QuerierFactory

James Ryan Carr created PIRK-71:
-----------------------------------

             Summary: Move Querier creation logic into QuerierFactory
                 Key: PIRK-71
                 URL: https://issues.apache.org/jira/browse/PIRK-71
             Project: PIRK
          Issue Type: New Feature
            Reporter: James Ryan Carr


Create a QuerierFactory class, containing the logic for generation of the Querier object that is currently in QueryDriver's main method. The QuerierFactory can be used to generate a Querier object and return it directly to the caller. Currently the only way to generate these objects is via QueryDriver's main method, which performs all the steps necessary for encrypting the query and then stores results on the local filesystem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)