Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64B25200B5F for ; Fri, 29 Jul 2016 21:44:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6364B160A6E; Fri, 29 Jul 2016 19:44:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B2D78160A79 for ; Fri, 29 Jul 2016 21:44:48 +0200 (CEST) Received: (qmail 57219 invoked by uid 500); 29 Jul 2016 19:44:47 -0000 Mailing-List: contact commits-help@pirk.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pirk.incubator.apache.org Delivered-To: mailing list commits@pirk.incubator.apache.org Received: (qmail 57210 invoked by uid 99); 29 Jul 2016 19:44:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 19:44:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 3234DC0113 for ; Fri, 29 Jul 2016 19:44:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id oAAjE97_V-wJ for ; Fri, 29 Jul 2016 19:44:34 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id BDBDA5FDFE for ; Fri, 29 Jul 2016 19:44:14 +0000 (UTC) Received: (qmail 52558 invoked by uid 99); 29 Jul 2016 19:44:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jul 2016 19:44:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BA840E78B5; Fri, 29 Jul 2016 19:44:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: eawilliams@apache.org To: commits@pirk.incubator.apache.org Date: Fri, 29 Jul 2016 19:44:38 -0000 Message-Id: <203acbf7b6f34c8b978e4e5e2a33d99d@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [26/47] incubator-pirk git commit: Jekyll build from gh-pages:cb436a9 archived-at: Fri, 29 Jul 2016 19:44:50 -0000 http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/74903e74/javadocs/test/org/apache/pirk/query/wideskies/QueryInfo.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/query/wideskies/QueryInfo.html b/javadocs/test/org/apache/pirk/query/wideskies/QueryInfo.html deleted file mode 100644 index 83367c3..0000000 --- a/javadocs/test/org/apache/pirk/query/wideskies/QueryInfo.html +++ /dev/null @@ -1,520 +0,0 @@ - - - - - -QueryInfo - - - - - - - - - - - -
-
org.apache.pirk.query.wideskies
-

Class QueryInfo

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.pirk.query.wideskies.QueryInfo
    • -
    -
  • -
-
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    java.io.Serializable
    -
    -
    -
    -
    public class QueryInfo
    -extends java.lang.Object
    -implements java.io.Serializable
    -
    Class to hold all of the basic information regarding a query -

    - Note that the hash key is specific to the query. If we have hash collisions over our selector set, we will append integers to the key starting with 0 until - we no longer have collisions

    -
    See Also:
    Serialized Form
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        QueryInfo

        -
        public QueryInfo(double queryNumInput,
        -         int numSelectorsInput,
        -         int hashBitSizeInput,
        -         java.lang.String hashKeyInput,
        -         int dataPartitionBitSizeInput,
        -         java.lang.String queryTypeInput,
        -         java.lang.String queryNameInput,
        -         int paillierBitSizeIn,
        -         boolean useExpLookupTableInput,
        -         boolean embedSelectorInput,
        -         boolean useHDFSExpLookupTableInput)
        -
      • -
      - - - -
        -
      • -

        QueryInfo

        -
        public QueryInfo(double queryNumInput,
        -         int numSelectorsInput,
        -         int hashBitSizeInput,
        -         java.lang.String hashKeyInput,
        -         int dataPartitionBitSizeInput,
        -         java.lang.String queryTypeInput,
        -         java.lang.String queryNameInput,
        -         int paillierBitSizeIn)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getQueryNum

        -
        public double getQueryNum()
        -
      • -
      - - - -
        -
      • -

        getQueryType

        -
        public java.lang.String getQueryType()
        -
      • -
      - - - -
        -
      • -

        getQueryName

        -
        public java.lang.String getQueryName()
        -
      • -
      - - - -
        -
      • -

        getNumSelectors

        -
        public int getNumSelectors()
        -
      • -
      - - - -
        -
      • -

        getPaillierBitSize

        -
        public int getPaillierBitSize()
        -
      • -
      - - - -
        -
      • -

        getHashBitSize

        -
        public int getHashBitSize()
        -
      • -
      - - - -
        -
      • -

        getHashKey

        -
        public java.lang.String getHashKey()
        -
      • -
      - - - -
        -
      • -

        getNumBitsPerDataElement

        -
        public int getNumBitsPerDataElement()
        -
      • -
      - - - -
        -
      • -

        getNumPartitionsPerDataElement

        -
        public int getNumPartitionsPerDataElement()
        -
      • -
      - - - -
        -
      • -

        getDataPartitionBitSize

        -
        public int getDataPartitionBitSize()
        -
      • -
      - - - -
        -
      • -

        getUseExpLookupTable

        -
        public boolean getUseExpLookupTable()
        -
      • -
      - - - -
        -
      • -

        getUseHDFSExpLookupTable

        -
        public boolean getUseHDFSExpLookupTable()
        -
      • -
      - - - -
        -
      • -

        getEmbedSelector

        -
        public boolean getEmbedSelector()
        -
      • -
      - - - -
        -
      • -

        addQuerySchema

        -
        public void addQuerySchema(QuerySchema qSchemaIn)
        -
      • -
      - - - -
        -
      • -

        getQuerySchema

        -
        public QuerySchema getQuerySchema()
        -
      • -
      - - - -
        -
      • -

        printQueryInfo

        -
        public void printQueryInfo()
        -
      • -
      - - - - -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/74903e74/javadocs/test/org/apache/pirk/query/wideskies/QueryUtils.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/query/wideskies/QueryUtils.html b/javadocs/test/org/apache/pirk/query/wideskies/QueryUtils.html deleted file mode 100644 index 7efeec5..0000000 --- a/javadocs/test/org/apache/pirk/query/wideskies/QueryUtils.html +++ /dev/null @@ -1,428 +0,0 @@ - - - - - -QueryUtils - - - - - - - - - - - -
-
org.apache.pirk.query.wideskies
-

Class QueryUtils

-
-
-
    -
  • java.lang.Object
  • -
  • -
      -
    • org.apache.pirk.query.wideskies.QueryUtils
    • -
    -
  • -
-
-
    -
  • -
    -
    -
    public class QueryUtils
    -extends java.lang.Object
    -
    Class for helper methods to perform the encrypted query
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Summary

      - - - - - - - - -
      Constructors 
      Constructor and Description
      QueryUtils() 
      -
    • -
    - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      static java.util.ArrayList<java.math.BigInteger>embeddedSelectorToPartitions(java.lang.Object selector, - java.lang.String type, - java.lang.Object partitioner) -
      Method to convert the given selector into the extracted BigInteger partitions
      -
      static QueryResponseJSONextractQueryResponseJSON(QueryInfo queryInfo, - QuerySchema qSchema, - java.util.ArrayList<java.math.BigInteger> parts) -
      Method to convert the given BigInteger raw data element partitions to a QueryResponseJSON object based upon the given queryType
      -
      static java.lang.StringgetEmbeddedSelector(java.lang.Object selector, - java.lang.String type, - java.lang.Object partitioner) -
      Method get the embedded selector from a given selector
      -
      static java.lang.StringgetEmbeddedSelectorFromPartitions(java.util.ArrayList<java.math.BigInteger> parts, - int partsIndex, - java.lang.String type, - java.lang.Object partitioner) -
      Reconstructs the String version of the embedded selector from its partitions
      -
      static java.lang.StringgetSelectorByQueryType(org.apache.hadoop.io.MapWritable dataMap, - QuerySchema qSchema, - DataSchema dSchema) -
      Pulls the correct selector from the MapWritable data element given the queryType
      -
      static java.lang.StringgetSelectorByQueryTypeJSON(QuerySchema qSchema, - org.json.simple.JSONObject dataMap) -
      Pulls the correct selector from the JSONObject data element given the queryType
      -
      static java.util.ArrayList<java.math.BigInteger>partitionDataElement(org.apache.hadoop.io.MapWritable dataMap, - QuerySchema qSchema, - DataSchema dSchema, - boolean embedSelector) -
      Method to convert the given data element given by the MapWritable data element into the extracted BigInteger partitions based upon the given queryType
      -
      static java.util.ArrayList<java.math.BigInteger>partitionDataElement(QuerySchema qSchema, - org.json.simple.JSONObject jsonData, - boolean embedSelector) -
      Method to convert the given data element given by the JSONObject data element into the extracted BigInteger partitions based upon the given queryType
      -
      -
        -
      • - - -

        Methods inherited from class java.lang.Object

        -equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        QueryUtils

        -
        public QueryUtils()
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        extractQueryResponseJSON

        -
        public static QueryResponseJSON extractQueryResponseJSON(QueryInfo queryInfo,
        -                                         QuerySchema qSchema,
        -                                         java.util.ArrayList<java.math.BigInteger> parts)
        -                                                  throws java.lang.Exception
        -
        Method to convert the given BigInteger raw data element partitions to a QueryResponseJSON object based upon the given queryType
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        partitionDataElement

        -
        public static java.util.ArrayList<java.math.BigInteger> partitionDataElement(QuerySchema qSchema,
        -                                                             org.json.simple.JSONObject jsonData,
        -                                                             boolean embedSelector)
        -                                                                      throws java.lang.Exception
        -
        Method to convert the given data element given by the JSONObject data element into the extracted BigInteger partitions based upon the given queryType
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        partitionDataElement

        -
        public static java.util.ArrayList<java.math.BigInteger> partitionDataElement(org.apache.hadoop.io.MapWritable dataMap,
        -                                                             QuerySchema qSchema,
        -                                                             DataSchema dSchema,
        -                                                             boolean embedSelector)
        -                                                                      throws java.lang.Exception
        -
        Method to convert the given data element given by the MapWritable data element into the extracted BigInteger partitions based upon the given queryType
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        embeddedSelectorToPartitions

        -
        public static java.util.ArrayList<java.math.BigInteger> embeddedSelectorToPartitions(java.lang.Object selector,
        -                                                                     java.lang.String type,
        -                                                                     java.lang.Object partitioner)
        -                                                                              throws java.lang.Exception
        -
        Method to convert the given selector into the extracted BigInteger partitions
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        getEmbeddedSelector

        -
        public static java.lang.String getEmbeddedSelector(java.lang.Object selector,
        -                                   java.lang.String type,
        -                                   java.lang.Object partitioner)
        -                                            throws java.lang.Exception
        -
        Method get the embedded selector from a given selector
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        getEmbeddedSelectorFromPartitions

        -
        public static java.lang.String getEmbeddedSelectorFromPartitions(java.util.ArrayList<java.math.BigInteger> parts,
        -                                                 int partsIndex,
        -                                                 java.lang.String type,
        -                                                 java.lang.Object partitioner)
        -                                                          throws java.lang.Exception
        -
        Reconstructs the String version of the embedded selector from its partitions
        -
        Throws:
        -
        java.lang.Exception
        -
      • -
      - - - -
        -
      • -

        getSelectorByQueryType

        -
        public static java.lang.String getSelectorByQueryType(org.apache.hadoop.io.MapWritable dataMap,
        -                                      QuerySchema qSchema,
        -                                      DataSchema dSchema)
        -
        Pulls the correct selector from the MapWritable data element given the queryType -

        - Pulls first element of array if element is an array type

        -
      • -
      - - - -
        -
      • -

        getSelectorByQueryTypeJSON

        -
        public static java.lang.String getSelectorByQueryTypeJSON(QuerySchema qSchema,
        -                                          org.json.simple.JSONObject dataMap)
        -
        Pulls the correct selector from the JSONObject data element given the queryType -

        - Pulls first element of array if element is an array type

        -
      • -
      -
    • -
    -
  • -
-
-
- - - - - - - http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/74903e74/javadocs/test/org/apache/pirk/query/wideskies/class-use/Query.html ---------------------------------------------------------------------- diff --git a/javadocs/test/org/apache/pirk/query/wideskies/class-use/Query.html b/javadocs/test/org/apache/pirk/query/wideskies/class-use/Query.html deleted file mode 100644 index 118c843..0000000 --- a/javadocs/test/org/apache/pirk/query/wideskies/class-use/Query.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - - -Uses of Class org.apache.pirk.query.wideskies.Query - - - - - - - - - - -
-

Uses of Class
org.apache.pirk.query.wideskies.Query

-
-
- -
- - - - - -