http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/class-use/PIRException.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/class-use/PIRException.html b/javadocs/org/apache/pirk/utils/class-use/PIRException.html index 0e724da..84e30f4 100644 --- a/javadocs/org/apache/pirk/utils/class-use/PIRException.html +++ b/javadocs/org/apache/pirk/utils/class-use/PIRException.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.PIRException</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -80,17 +80,25 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies</a></td> +<td class="colFirst"><a href="#org.apache.pirk.general">org.apache.pirk.general</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.decrypt">org.apache.pirk.querier.wideskies.decrypt</a></td> +<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.decrypt">org.apache.pirk.querier.wideskies.decrypt</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.encrypt">org.apache.pirk.querier.wideskies.encrypt</a></td> <td class="colLast"> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.query.wideskies">org.apache.pirk.query.wideskies</a></td> +<td class="colLast"> </td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark</a></td> <td class="colLast"> </td> @@ -175,6 +183,28 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.general"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a> in <a href="../../../../../org/apache/pirk/general/package-summary.html">org.apache.pirk.general</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/pirk/general/package-summary.html">org.apache.pirk.general</a> that throw <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">PartitionUtilsTest.</span><code><strong><a href="../../../../../org/apache/pirk/general/PartitionUtilsTest.html#testPaddedPartitions()">testPaddedPartitions</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">PartitionUtilsTest.</span><code><strong><a href="../../../../../org/apache/pirk/general/PartitionUtilsTest.html#testPartitionBits()">testPartitionBits</a></strong>()</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.querier.wideskies"> <!-- --> </a> @@ -239,6 +269,70 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.query.wideskies"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a> in <a href="../../../../../org/apache/pirk/query/wideskies/package-summary.html">org.apache.pirk.query.wideskies</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../org/apache/pirk/query/wideskies/package-summary.html">org.apache.pirk.query.wideskies</a> that throw <a href="../../../../../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static java.util.List<java.math.BigInteger></code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#embeddedSelectorToPartitions(java.lang.String,%20java.lang.String,%20org.apache.pirk.schema.data.partitioner.DataPartitioner)">embeddedSelectorToPartitions</a></strong>(java.lang.String selector, + java.lang.String type, + <a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a> partitioner)</code> +<div class="block">Method to convert the given selector into the extracted BigInteger partitions</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response">QueryResponseJSON</a></code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#extractQueryResponseJSON(org.apache.pirk.query.wideskies.QueryInfo,%20org.apache.pirk.schema.query.QuerySchema,%20java.util.List)">extractQueryResponseJSON</a></strong>(<a href="../../../../../org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">QueryInfo</a> queryInfo, + <a href="../../../../../org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a> qSchema, + java.util.List<java.math.BigInteger> parts)</code> +<div class="block">Method to convert the given BigInteger raw data element partitions to a QueryResponseJSON object based upon the given queryType</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static java.lang.String</code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#getEmbeddedSelector(java.lang.String,%20java.lang.String,%20org.apache.pirk.schema.data.partitioner.DataPartitioner)">getEmbeddedSelector</a></strong>(java.lang.String selector, + java.lang.String type, + <a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a> partitioner)</code> +<div class="block">Method get the embedded selector from a given selector</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static java.lang.String</code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#getEmbeddedSelectorFromPartitions(java.util.List,%20int,%20java.lang.String,%20java.lang.Object)">getEmbeddedSelectorFromPartitions</a></strong>(java.util.List<java.math.BigInteger> parts, + int partsIndex, + java.lang.String type, + java.lang.Object partitioner)</code> +<div class="block">Reconstructs the String version of the embedded selector from its partitions</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static java.util.List<java.math.BigInteger></code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#partitionDataElement(org.apache.hadoop.io.MapWritable,%20org.apache.pirk.schema.query.QuerySchema,%20org.apache.pirk.schema.data.DataSchema,%20boolean)">partitionDataElement</a></strong>(org.apache.hadoop.io.MapWritable dataMap, + <a href="../../../../../org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a> qSchema, + <a href="../../../../../org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> dSchema, + boolean embedSelector)</code> +<div class="block">Method to convert the given data element given by the MapWritable data element into the extracted BigInteger partitions based upon the given queryType</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static java.util.List<java.math.BigInteger></code></td> +<td class="colLast"><span class="strong">QueryUtils.</span><code><strong><a href="../../../../../org/apache/pirk/query/wideskies/QueryUtils.html#partitionDataElement(org.apache.pirk.schema.query.QuerySchema,%20org.json.simple.JSONObject,%20boolean)">partitionDataElement</a></strong>(<a href="../../../../../org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a> qSchema, + org.json.simple.JSONObject jsonData, + boolean embedSelector)</code> +<div class="block">Method to convert the given data element given by the JSONObject data element into the extracted BigInteger partitions based upon the given queryType</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark"> <!-- --> </a> @@ -303,27 +397,27 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#arrayToPartitions(java.util.List,%20java.lang.String)">arrayToPartitions</a></strong>(java.util.List<?> elementList, java.lang.String type)</code> <div class="block">Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#arrayToPartitions(java.util.List,%20java.lang.String)">arrayToPartitions</a></strong>(java.util.List<?> elementList, java.lang.String type)</code> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#arrayToPartitions(java.util.List,%20java.lang.String)">arrayToPartitions</a></strong>(java.util.List<?> elementList, java.lang.String type)</code> -<div class="block">Create partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value</div> +<div class="block">Creates partitions for an array of the same type of elements - used when a data value field is an array and we wish to encode these into the return value.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> -<td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#fromPartitions(java.util.ArrayList,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.ArrayList<java.math.BigInteger> parts, +<td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#fromPartitions(java.util.List,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.List<java.math.BigInteger> parts, int partsIndex, java.lang.String type)</code> <div class="block">Reconstructs the object from the partitions</div> @@ -331,16 +425,16 @@ </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.Object</code></td> -<td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#fromPartitions(java.util.ArrayList,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.ArrayList<java.math.BigInteger> parts, +<td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#fromPartitions(java.util.List,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.List<java.math.BigInteger> parts, int partsIndex, java.lang.String type)</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.Object</code></td> -<td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#fromPartitions(java.util.ArrayList,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.ArrayList<java.math.BigInteger> parts, +<td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#fromPartitions(java.util.List,%20int,%20java.lang.String)">fromPartitions</a></strong>(java.util.List<java.math.BigInteger> parts, int partsIndex, java.lang.String type)</code> -<div class="block">Method to reconstruct an Object given an ArrayList of its BigInteger partition elements and its type identifier</div> +<div class="block">Method to reconstruct an Object given a List of its BigInteger partition elements and its type identifier.</div> </td> </tr> <tr class="altColor"> @@ -352,7 +446,7 @@ <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#getBits(java.lang.String)">getBits</a></strong>(java.lang.String type)</code> -<div class="block">Method to return the number of bits of an object with the given type</div> +<div class="block">Returns the number of bits of an object with the given type.</div> </td> </tr> <tr class="altColor"> @@ -368,42 +462,50 @@ <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#getNumPartitions(java.lang.String)">getNumPartitions</a></strong>(java.lang.String type)</code> -<div class="block">Method to get the number of partitions of the data object given the type</div> +<div class="block">Method to get the number of partitions of the data object given the type.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#getPaddedPartitions(java.lang.String)">getPaddedPartitions</a></strong>(java.lang.String type)</code> <div class="block">Method to get an empty set of partitions by data type - used for padding return array values</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#getPaddedPartitions(java.lang.String)">getPaddedPartitions</a></strong>(java.lang.String type)</code> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#getPaddedPartitions(java.lang.String)">getPaddedPartitions</a></strong>(java.lang.String type)</code> -<div class="block">Method to get an empty set of partitions by data type - used for padding return array values</div> +<div class="block">Method to get an empty set of partitions by data type - used for padding return array values.</div> </td> </tr> <tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<td class="colFirst"><code>static java.util.List<java.math.BigInteger></code></td> +<td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#partitionBits(java.math.BigInteger,%20int,%20java.math.BigInteger)">partitionBits</a></strong>(java.math.BigInteger value, + int partitionSize, + java.math.BigInteger mask)</code> +<div class="block">Splits the given BigInteger into partitions given by the partitionSize.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#toPartitions(java.lang.Object,%20java.lang.String)">toPartitions</a></strong>(java.lang.Object obj, java.lang.String type)</code> -<div class="block">Partitions an object to an ArrayList of BigInteger values, currently represents an 8-bit partitioning</div> +<div class="block">Partitions an object to a List of BigInteger values, currently represents an 8-bit partitioning</div> </td> </tr> -<tr class="rowColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<tr class="altColor"> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#toPartitions(java.lang.Object,%20java.lang.String)">toPartitions</a></strong>(java.lang.Object object, java.lang.String type)</code> </td> </tr> -<tr class="altColor"> -<td class="colFirst"><code>java.util.ArrayList<java.math.BigInteger></code></td> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.List<java.math.BigInteger></code></td> <td class="colLast"><span class="strong">DataPartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/DataPartitioner.html#toPartitions(java.lang.Object,%20java.lang.String)">toPartitions</a></strong>(java.lang.Object object, java.lang.String type)</code> -<div class="block">Method to partition the given Object into an ArrayList of BigInteger partition elements given its type identifier</div> +<div class="block">Method to partition the given Object into a List of BigInteger partition elements given its type identifier.</div> </td> </tr> </tbody> @@ -461,16 +563,16 @@ <tbody> <tr class="altColor"> <td class="colFirst"><code>static java.lang.String</code></td> -<td class="colLast"><span class="strong">Inputs.</span><code><strong><a href="../../../../../org/apache/pirk/test/utils/Inputs.html#createPIRStopList(org.apache.hadoop.fs.FileSystem,%20boolean)">createPIRStopList</a></strong>(org.apache.hadoop.fs.FileSystem fs, - boolean hdfs)</code> -<div class="block">Creates PIR stoplist file</div> +<td class="colLast"><span class="strong">Inputs.</span><code><strong><a href="../../../../../org/apache/pirk/test/utils/Inputs.html#createStopList(org.apache.hadoop.fs.FileSystem,%20boolean)">createStopList</a></strong>(org.apache.hadoop.fs.FileSystem fs, + boolean hdfs)</code> +<div class="block">Creates stoplist file</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>static java.util.ArrayList<<a href="../../../../../org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response">QueryResponseJSON</a>></code></td> -<td class="colLast"><span class="strong">StandaloneQuery.</span><code><strong><a href="../../../../../org/apache/pirk/test/utils/StandaloneQuery.html#performStandaloneQuery(java.util.ArrayList,%20java.lang.String,%20java.util.ArrayList,%20int,%20boolean)">performStandaloneQuery</a></strong>(java.util.ArrayList<org.json.simple.JSONObject> dataElements, +<td class="colFirst"><code>static java.util.List<<a href="../../../../../org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response">QueryResponseJSON</a>></code></td> +<td class="colLast"><span class="strong">StandaloneQuery.</span><code><strong><a href="../../../../../org/apache/pirk/test/utils/StandaloneQuery.html#performStandaloneQuery(java.util.List,%20java.lang.String,%20java.util.List,%20int,%20boolean)">performStandaloneQuery</a></strong>(java.util.List<org.json.simple.JSONObject> dataElements, java.lang.String queryType, - java.util.ArrayList<java.lang.String> selectors, + java.util.List<java.lang.String> selectors, int numThreads, boolean testFalsePositive)</code> </td> </tr>
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/class-use/QueryParserUtils.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/class-use/QueryParserUtils.html b/javadocs/org/apache/pirk/utils/class-use/QueryParserUtils.html index c09c07f..06ee926 100644 --- a/javadocs/org/apache/pirk/utils/class-use/QueryParserUtils.html +++ b/javadocs/org/apache/pirk/utils/class-use/QueryParserUtils.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.QueryParserUtils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/class-use/StopListUtils.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/class-use/StopListUtils.html b/javadocs/org/apache/pirk/utils/class-use/StopListUtils.html index dcdf1d5..0cdfea3 100644 --- a/javadocs/org/apache/pirk/utils/class-use/StopListUtils.html +++ b/javadocs/org/apache/pirk/utils/class-use/StopListUtils.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StopListUtils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/class-use/StringUtils.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/class-use/StringUtils.html b/javadocs/org/apache/pirk/utils/class-use/StringUtils.html index 1981ebf..2dc5d08 100644 --- a/javadocs/org/apache/pirk/utils/class-use/StringUtils.html +++ b/javadocs/org/apache/pirk/utils/class-use/StringUtils.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StringUtils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/class-use/SystemConfiguration.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/class-use/SystemConfiguration.html b/javadocs/org/apache/pirk/utils/class-use/SystemConfiguration.html index 6d4f08d..172fb91 100644 --- a/javadocs/org/apache/pirk/utils/class-use/SystemConfiguration.html +++ b/javadocs/org/apache/pirk/utils/class-use/SystemConfiguration.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.SystemConfiguration</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/package-frame.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/package-frame.html b/javadocs/org/apache/pirk/utils/package-frame.html index ec235d9..3a7ba1c 100644 --- a/javadocs/org/apache/pirk/utils/package-frame.html +++ b/javadocs/org/apache/pirk/utils/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/package-summary.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/package-summary.html b/javadocs/org/apache/pirk/utils/package-summary.html index d38be7a..c6b1907 100644 --- a/javadocs/org/apache/pirk/utils/package-summary.html +++ b/javadocs/org/apache/pirk/utils/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/package-tree.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/package-tree.html b/javadocs/org/apache/pirk/utils/package-tree.html index 98a8fc4..3e56898 100644 --- a/javadocs/org/apache/pirk/utils/package-tree.html +++ b/javadocs/org/apache/pirk/utils/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.utils Class Hierarchy</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/utils/package-use.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/utils/package-use.html b/javadocs/org/apache/pirk/utils/package-use.html index 045668d..3c08f34 100644 --- a/javadocs/org/apache/pirk/utils/package-use.html +++ b/javadocs/org/apache/pirk/utils/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Package org.apache.pirk.utils</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -80,17 +80,25 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies</a></td> +<td class="colFirst"><a href="#org.apache.pirk.general">org.apache.pirk.general</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.decrypt">org.apache.pirk.querier.wideskies.decrypt</a></td> +<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.decrypt">org.apache.pirk.querier.wideskies.decrypt</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.querier.wideskies.encrypt">org.apache.pirk.querier.wideskies.encrypt</a></td> <td class="colLast"> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.query.wideskies">org.apache.pirk.query.wideskies</a></td> +<td class="colLast"> </td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark</a></td> <td class="colLast"> </td> @@ -139,6 +147,23 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.general"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a> used by <a href="../../../../org/apache/pirk/general/package-summary.html">org.apache.pirk.general</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/pirk/utils/class-use/PIRException.html#org.apache.pirk.general">PIRException</a> +<div class="block">Custom exception for the PIR utilities</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.querier.wideskies"> <!-- --> </a> @@ -190,6 +215,23 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.query.wideskies"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a> used by <a href="../../../../org/apache/pirk/query/wideskies/package-summary.html">org.apache.pirk.query.wideskies</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../../org/apache/pirk/utils/class-use/PIRException.html#org.apache.pirk.query.wideskies">PIRException</a> +<div class="block">Custom exception for the PIR utilities</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark"> <!-- --> </a> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/StandaloneTest.html b/javadocs/org/apache/pirk/wideskies/standalone/StandaloneTest.html index c6d3a03..f063079 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/StandaloneTest.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/StandaloneTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:48 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>StandaloneTest</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html b/javadocs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html index 61202f0..0137fb6 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Class org.apache.pirk.wideskies.standalone.StandaloneTest</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/package-frame.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/package-frame.html b/javadocs/org/apache/pirk/wideskies/standalone/package-frame.html index d7eb66f..e51f1ef 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/package-frame.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/package-summary.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/package-summary.html b/javadocs/org/apache/pirk/wideskies/standalone/package-summary.html index 0729da1..32bbe09 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/package-summary.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/package-tree.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/package-tree.html b/javadocs/org/apache/pirk/wideskies/standalone/package-tree.html index b5b3e64..a246051 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/package-tree.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone Class Hierarchy</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/org/apache/pirk/wideskies/standalone/package-use.html ---------------------------------------------------------------------- diff --git a/javadocs/org/apache/pirk/wideskies/standalone/package-use.html b/javadocs/org/apache/pirk/wideskies/standalone/package-use.html index facb639..94ccf4f 100644 --- a/javadocs/org/apache/pirk/wideskies/standalone/package-use.html +++ b/javadocs/org/apache/pirk/wideskies/standalone/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Uses of Package org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/overview-frame.html ---------------------------------------------------------------------- diff --git a/javadocs/overview-frame.html b/javadocs/overview-frame.html index ab4cd0d..e7c8940 100644 --- a/javadocs/overview-frame.html +++ b/javadocs/overview-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:49 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:51 EDT 2016 --> <title>Overview List</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/overview-summary.html ---------------------------------------------------------------------- diff --git a/javadocs/overview-summary.html b/javadocs/overview-summary.html index 60a056c..5543dfa 100644 --- a/javadocs/overview-summary.html +++ b/javadocs/overview-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Overview</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/overview-tree.html ---------------------------------------------------------------------- diff --git a/javadocs/overview-tree.html b/javadocs/overview-tree.html index 399d309..f6292f2 100644 --- a/javadocs/overview-tree.html +++ b/javadocs/overview-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Class Hierarchy</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -122,7 +122,6 @@ <li type="circle">org.apache.pirk.schema.data.<a href="org/apache/pirk/schema/data/DataSchemaLoader.html" title="class in org.apache.pirk.schema.data"><span class="strong">DataSchemaLoader</span></a></li> <li type="circle">org.apache.pirk.schema.data.<a href="org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data"><span class="strong">DataSchemaRegistry</span></a></li> <li type="circle">org.apache.pirk.querier.wideskies.decrypt.<a href="org/apache/pirk/querier/wideskies/decrypt/DecryptResponse.html" title="class in org.apache.pirk.querier.wideskies.decrypt"><span class="strong">DecryptResponse</span></a></li> -<li type="circle">org.apache.pirk.querier.wideskies.decrypt.<a href="org/apache/pirk/querier/wideskies/decrypt/DecryptResponseRunnable.html" title="class in org.apache.pirk.querier.wideskies.decrypt"><span class="strong">DecryptResponseRunnable</span></a> (implements java.lang.Runnable)</li> <li type="circle">org.apache.pirk.test.distributed.<a href="org/apache/pirk/test/distributed/DistributedTestCLI.html" title="class in org.apache.pirk.test.distributed"><span class="strong">DistributedTestCLI</span></a></li> <li type="circle">org.apache.pirk.test.distributed.<a href="org/apache/pirk/test/distributed/DistributedTestDriver.html" title="class in org.apache.pirk.test.distributed"><span class="strong">DistributedTestDriver</span></a></li> <li type="circle">org.apache.pirk.test.distributed.testsuite.<a href="org/apache/pirk/test/distributed/testsuite/DistTestSuite.html" title="class in org.apache.pirk.test.distributed.testsuite"><span class="strong">DistTestSuite</span></a></li> @@ -131,11 +130,9 @@ <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/EncRowCalc.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">EncRowCalc</span></a> (implements org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>)</li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/EncRowCalcPrecomputedCache.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">EncRowCalcPrecomputedCache</span></a> (implements org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>)</li> <li type="circle">org.apache.pirk.querier.wideskies.encrypt.<a href="org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.html" title="class in org.apache.pirk.querier.wideskies.encrypt"><span class="strong">EncryptQuery</span></a></li> -<li type="circle">org.apache.pirk.querier.wideskies.encrypt.<a href="org/apache/pirk/querier/wideskies/encrypt/EncryptQueryRunnable.html" title="class in org.apache.pirk.querier.wideskies.encrypt"><span class="strong">EncryptQueryRunnable</span></a> (implements java.lang.Runnable)</li> <li type="circle">org.apache.pirk.utils.<a href="org/apache/pirk/utils/EpochDateParser.html" title="class in org.apache.pirk.utils"><span class="strong">EpochDateParser</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/ExpKeyFilenameMap.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">ExpKeyFilenameMap</span></a> (implements org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>)</li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/ExpTableGenerator.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">ExpTableGenerator</span></a> (implements org.apache.spark.api.java.function.PairFlatMapFunction<T,K,V>)</li> -<li type="circle">org.apache.pirk.querier.wideskies.encrypt.<a href="org/apache/pirk/querier/wideskies/encrypt/ExpTableRunnable.html" title="class in org.apache.pirk.querier.wideskies.encrypt"><span class="strong">ExpTableRunnable</span></a> (implements java.lang.Runnable)</li> <li type="circle">org.apache.pirk.utils.<a href="org/apache/pirk/utils/FileConst.html" title="class in org.apache.pirk.utils"><span class="strong">FileConst</span></a></li> <li type="circle">org.apache.pirk.utils.<a href="org/apache/pirk/utils/FileIOUtils.html" title="class in org.apache.pirk.utils"><span class="strong">FileIOUtils</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/FilterData.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">FilterData</span></a> (implements org.apache.spark.api.java.function.Function<T1,R>)</li> @@ -185,12 +182,12 @@ <li type="circle">org.apache.pirk.encryption.<a href="org/apache/pirk/encryption/PrimeGenerator.html" title="class in org.apache.pirk.encryption"><span class="strong">PrimeGenerator</span></a></li> <li type="circle">org.apache.pirk.schema.data.partitioner.<a href="org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner"><span class="strong">PrimitiveTypePartitioner</span></a> (implements org.apache.pirk.schema.data.partitioner.<a href="org/apache/pirk/schema/data/partitioner/DataPartitioner.html" title="interface in org.apache.pirk.schema.data.partitioner">DataPartitioner</a>)</li> <li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/Querier.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">Querier</span></a> (implements java.io.Serializable, org.apache.pirk.serialization.<a href="org/apache/pirk/serialization/Storable.html" title="interface in org.apache.pirk.serialization">Storable</a>)</li> +<li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/QuerierCLI.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">QuerierCLI</span></a></li> <li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/QuerierConst.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">QuerierConst</span></a></li> <li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/QuerierDriver.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">QuerierDriver</span></a> (implements java.io.Serializable)</li> -<li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/QuerierDriverCLI.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">QuerierDriverCLI</span></a></li> <li type="circle">org.apache.pirk.querier.wideskies.<a href="org/apache/pirk/querier/wideskies/QuerierProps.html" title="class in org.apache.pirk.querier.wideskies"><span class="strong">QuerierProps</span></a></li> <li type="circle">org.apache.pirk.query.wideskies.<a href="org/apache/pirk/query/wideskies/Query.html" title="class in org.apache.pirk.query.wideskies"><span class="strong">Query</span></a> (implements java.io.Serializable, org.apache.pirk.serialization.<a href="org/apache/pirk/serialization/Storable.html" title="interface in org.apache.pirk.serialization">Storable</a>)</li> -<li type="circle">org.apache.pirk.query.wideskies.<a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies"><span class="strong">QueryInfo</span></a> (implements java.io.Serializable)</li> +<li type="circle">org.apache.pirk.query.wideskies.<a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies"><span class="strong">QueryInfo</span></a> (implements java.lang.Cloneable, java.io.Serializable)</li> <li type="circle">org.apache.pirk.utils.<a href="org/apache/pirk/utils/QueryParserUtils.html" title="class in org.apache.pirk.utils"><span class="strong">QueryParserUtils</span></a></li> <li type="circle">org.apache.pirk.general.<a href="org/apache/pirk/general/QueryParserUtilsTest.html" title="class in org.apache.pirk.general"><span class="strong">QueryParserUtilsTest</span></a></li> <li type="circle">org.apache.pirk.schema.response.<a href="org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response"><span class="strong">QueryResponseJSON</span></a> (implements java.io.Serializable)</li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/c79201c1/javadocs/serialized-form.html ---------------------------------------------------------------------- diff --git a/javadocs/serialized-form.html b/javadocs/serialized-form.html index 28b34d9..64de7ca 100644 --- a/javadocs/serialized-form.html +++ b/javadocs/serialized-form.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Fri Aug 05 20:41:50 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:58:52 EDT 2016 --> <title>Serialized Form</title> -<meta name="date" content="2016-08-05"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -136,10 +136,6 @@ <h3>Serialized Fields</h3> <ul class="blockList"> <li class="blockList"> -<h4>queryInfo</h4> -<pre><a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">QueryInfo</a> queryInfo</pre> -</li> -<li class="blockList"> <h4>query</h4> <pre><a href="org/apache/pirk/query/wideskies/Query.html" title="class in org.apache.pirk.query.wideskies">Query</a> query</pre> </li> @@ -149,7 +145,7 @@ </li> <li class="blockList"> <h4>selectors</h4> -<pre>java.util.ArrayList<E> selectors</pre> +<pre>java.util.List<E> selectors</pre> </li> <li class="blockListLast"> <h4>embedSelectorMap</h4> @@ -197,11 +193,11 @@ </li> <li class="blockList"> <h4>expTable</h4> -<pre>java.util.HashMap<K,V> expTable</pre> +<pre>java.util.Map<K,V> expTable</pre> </li> <li class="blockList"> <h4>expFileBasedLookup</h4> -<pre>java.util.HashMap<K,V> expFileBasedLookup</pre> +<pre>java.util.Map<K,V> expFileBasedLookup</pre> </li> <li class="blockList"> <h4>N</h4> @@ -230,8 +226,8 @@ <h3>Serialized Fields</h3> <ul class="blockList"> <li class="blockList"> -<h4>queryNum</h4> -<pre>double queryNum</pre> +<h4>identifier</h4> +<pre>java.util.UUID identifier</pre> </li> <li class="blockList"> <h4>numSelectors</h4> @@ -242,14 +238,6 @@ <pre>java.lang.String queryType</pre> </li> <li class="blockList"> -<h4>queryName</h4> -<pre>java.lang.String queryName</pre> -</li> -<li class="blockList"> -<h4>paillierBitSize</h4> -<pre>int paillierBitSize</pre> -</li> -<li class="blockList"> <h4>hashBitSize</h4> <pre>int hashBitSize</pre> </li> @@ -445,10 +433,6 @@ <pre><a href="org/apache/pirk/responder/wideskies/spark/Accumulators.html" title="class in org.apache.pirk.responder.wideskies.spark">Accumulators</a> accum</pre> </li> <li class="blockList"> -<h4>bVars</h4> -<pre><a href="org/apache/pirk/responder/wideskies/spark/BroadcastVars.html" title="class in org.apache.pirk.responder.wideskies.spark">BroadcastVars</a> bVars</pre> -</li> -<li class="blockList"> <h4>query</h4> <pre><a href="org/apache/pirk/query/wideskies/Query.html" title="class in org.apache.pirk.query.wideskies">Query</a> query</pre> </li> @@ -491,10 +475,6 @@ <pre><a href="org/apache/pirk/responder/wideskies/spark/Accumulators.html" title="class in org.apache.pirk.responder.wideskies.spark">Accumulators</a> accum</pre> </li> <li class="blockList"> -<h4>bVars</h4> -<pre><a href="org/apache/pirk/responder/wideskies/spark/BroadcastVars.html" title="class in org.apache.pirk.responder.wideskies.spark">BroadcastVars</a> bVars</pre> -</li> -<li class="blockList"> <h4>query</h4> <pre><a href="org/apache/pirk/query/wideskies/Query.html" title="class in org.apache.pirk.query.wideskies">Query</a> query</pre> </li> @@ -611,14 +591,6 @@ <h3>Serialized Fields</h3> <ul class="blockList"> <li class="blockList"> -<h4>accum</h4> -<pre><a href="org/apache/pirk/responder/wideskies/spark/Accumulators.html" title="class in org.apache.pirk.responder.wideskies.spark">Accumulators</a> accum</pre> -</li> -<li class="blockList"> -<h4>bVars</h4> -<pre><a href="org/apache/pirk/responder/wideskies/spark/BroadcastVars.html" title="class in org.apache.pirk.responder.wideskies.spark">BroadcastVars</a> bVars</pre> -</li> -<li class="blockList"> <h4>queryInfo</h4> <pre><a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">QueryInfo</a> queryInfo</pre> </li>
