http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/KeyedHash.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/KeyedHash.html b/docs/org/apache/pirk/utils/class-use/KeyedHash.html index 54e02de..9ac8a22 100644 --- a/docs/org/apache/pirk/utils/class-use/KeyedHash.html +++ b/docs/org/apache/pirk/utils/class-use/KeyedHash.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.KeyedHash</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body>
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/PIRException.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/PIRException.html b/docs/org/apache/pirk/utils/class-use/PIRException.html index 2233bfa..d54c0d4 100644 --- a/docs/org/apache/pirk/utils/class-use/PIRException.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.PIRException</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -100,6 +100,18 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.query">org.apache.pirk.schema.query</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.query.filter">org.apache.pirk.schema.query.filter</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.pirk.test.utils">org.apache.pirk.test.utils</a></td> <td class="colLast"> </td> </tr> @@ -273,6 +285,163 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.schema.data.partitioner"> +<!-- --> +</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/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</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/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</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>java.util.ArrayList<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="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="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> +</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, + int partsIndex, + java.lang.String type)</code> +<div class="block">Reconstructs the object from the partitions</div> +</td> +</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, + 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, + 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> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#getBits(java.lang.String)">getBits</a></strong>(java.lang.String type)</code> +<div class="block">Get the bit size of the allowed primitive java types</div> +</td> +</tr> +<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> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><span class="strong">PrimitiveTypePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#getNumPartitions(java.lang.String)">getNumPartitions</a></strong>(java.lang.String type)</code> +<div class="block">Method to get the number of 8-bit partitions given the element type</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><span class="strong">ISO8601DatePartitioner.</span><code><strong><a href="../../../../../org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html#getNumPartitions(java.lang.String)">getNumPartitions</a></strong>(java.lang.String type)</code> </td> +</tr> +<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> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.ArrayList<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="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="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> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.util.ArrayList<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> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.ArrayList<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> +<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> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.pirk.schema.query"> +<!-- --> +</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/schema/query/package-summary.html">org.apache.pirk.schema.query</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/schema/query/package-summary.html">org.apache.pirk.schema.query</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><a href="../../../../../org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a></code></td> +<td class="colLast"><span class="strong">QuerySchemaLoader.</span><code><strong><a href="../../../../../org/apache/pirk/schema/query/QuerySchemaLoader.html#loadSchema(java.io.InputStream)">loadSchema</a></strong>(java.io.InputStream stream)</code> +<div class="block">Returns the query schema as defined in XML format on the given stream.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.pirk.schema.query.filter"> +<!-- --> +</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/schema/query/filter/package-summary.html">org.apache.pirk.schema.query.filter</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/schema/query/filter/package-summary.html">org.apache.pirk.schema.query.filter</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 <a href="../../../../../org/apache/pirk/schema/query/filter/DataFilter.html" title="interface in org.apache.pirk.schema.query.filter">DataFilter</a></code></td> +<td class="colLast"><span class="strong">FilterFactory.</span><code><strong><a href="../../../../../org/apache/pirk/schema/query/filter/FilterFactory.html#getFilter(java.lang.String,%20java.util.Set)">getFilter</a></strong>(java.lang.String filterName, + java.util.Set<java.lang.String> filteredElementNames)</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.test.utils"> <!-- --> </a> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/QueryParserUtils.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/QueryParserUtils.html b/docs/org/apache/pirk/utils/class-use/QueryParserUtils.html index 892cc1d..b0a1340 100644 --- a/docs/org/apache/pirk/utils/class-use/QueryParserUtils.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.QueryParserUtils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/StopListUtils.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/StopListUtils.html b/docs/org/apache/pirk/utils/class-use/StopListUtils.html index ce16fc2..1e68238 100644 --- a/docs/org/apache/pirk/utils/class-use/StopListUtils.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StopListUtils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/StringUtils.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/StringUtils.html b/docs/org/apache/pirk/utils/class-use/StringUtils.html index 79eaec2..bbacff7 100644 --- a/docs/org/apache/pirk/utils/class-use/StringUtils.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StringUtils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/class-use/SystemConfiguration.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/SystemConfiguration.html b/docs/org/apache/pirk/utils/class-use/SystemConfiguration.html index 82816f7..7334f4b 100644 --- a/docs/org/apache/pirk/utils/class-use/SystemConfiguration.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.SystemConfiguration</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/package-frame.html b/docs/org/apache/pirk/utils/package-frame.html index 8cb0e4a..4096a15 100644 --- a/docs/org/apache/pirk/utils/package-frame.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/package-summary.html b/docs/org/apache/pirk/utils/package-summary.html index 150d6c9..3bf2363 100644 --- a/docs/org/apache/pirk/utils/package-summary.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/package-tree.html b/docs/org/apache/pirk/utils/package-tree.html index 41aef82..28a25ce 100644 --- a/docs/org/apache/pirk/utils/package-tree.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>org.apache.pirk.utils Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/org/apache/pirk/utils/package-use.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/package-use.html b/docs/org/apache/pirk/utils/package-use.html index b2093e3..acad0e1 100644 --- a/docs/org/apache/pirk/utils/package-use.html +++ b/docs/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 Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Package org.apache.pirk.utils</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -100,10 +100,22 @@ <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.pirk.test.utils">org.apache.pirk.test.utils</a></td> +<td class="colFirst"><a href="#org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.query">org.apache.pirk.schema.query</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.pirk.schema.query.filter">org.apache.pirk.schema.query.filter</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.test.utils">org.apache.pirk.test.utils</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.utils">org.apache.pirk.utils</a></td> <td class="colLast"> </td> </tr> @@ -212,6 +224,57 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.schema.data.partitioner"> +<!-- --> +</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/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</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.schema.data.partitioner">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.schema.query"> +<!-- --> +</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/schema/query/package-summary.html">org.apache.pirk.schema.query</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.schema.query">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.schema.query.filter"> +<!-- --> +</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/schema/query/filter/package-summary.html">org.apache.pirk.schema.query.filter</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.schema.query.filter">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.test.utils"> <!-- --> </a> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/overview-frame.html ---------------------------------------------------------------------- diff --git a/docs/overview-frame.html b/docs/overview-frame.html index 75f6630..179d435 100644 --- a/docs/overview-frame.html +++ b/docs/overview-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>Overview List</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/overview-summary.html ---------------------------------------------------------------------- diff --git a/docs/overview-summary.html b/docs/overview-summary.html index cbb10e7..5123539 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Overview</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/overview-tree.html ---------------------------------------------------------------------- diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 31c1bc0..7d2c55e 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/serialized-form.html ---------------------------------------------------------------------- diff --git a/docs/serialized-form.html b/docs/serialized-form.html index 37d5696..a5e571c 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Serialized Form</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/ISO8601DateParserTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/ISO8601DateParserTest.html b/docs/test/general/ISO8601DateParserTest.html index 2b5ea05..8c5cd8d 100644 --- a/docs/test/general/ISO8601DateParserTest.html +++ b/docs/test/general/ISO8601DateParserTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>ISO8601DateParserTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/KeyedHashTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/KeyedHashTest.html b/docs/test/general/KeyedHashTest.html index a57a8eb..2b277cd 100644 --- a/docs/test/general/KeyedHashTest.html +++ b/docs/test/general/KeyedHashTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>KeyedHashTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/PaillierTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/PaillierTest.html b/docs/test/general/PaillierTest.html index 63096b2..01e3499 100644 --- a/docs/test/general/PaillierTest.html +++ b/docs/test/general/PaillierTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>PaillierTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/PartitionUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/PartitionUtilsTest.html b/docs/test/general/PartitionUtilsTest.html index e29692d..57bf2d9 100644 --- a/docs/test/general/PartitionUtilsTest.html +++ b/docs/test/general/PartitionUtilsTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>PartitionUtilsTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/QueryParserUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/QueryParserUtilsTest.html b/docs/test/general/QueryParserUtilsTest.html index d46b583..177456a 100644 --- a/docs/test/general/QueryParserUtilsTest.html +++ b/docs/test/general/QueryParserUtilsTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:08 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:39 EDT 2016 --> <title>QueryParserUtilsTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/class-use/ISO8601DateParserTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/class-use/ISO8601DateParserTest.html b/docs/test/general/class-use/ISO8601DateParserTest.html index e118a4f..1ae7d32 100644 --- a/docs/test/general/class-use/ISO8601DateParserTest.html +++ b/docs/test/general/class-use/ISO8601DateParserTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.general.ISO8601DateParserTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/class-use/KeyedHashTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/class-use/KeyedHashTest.html b/docs/test/general/class-use/KeyedHashTest.html index 0444cde..f09a3d3 100644 --- a/docs/test/general/class-use/KeyedHashTest.html +++ b/docs/test/general/class-use/KeyedHashTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.general.KeyedHashTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/class-use/PaillierTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/class-use/PaillierTest.html b/docs/test/general/class-use/PaillierTest.html index 85bf3b6..a1cd378 100644 --- a/docs/test/general/class-use/PaillierTest.html +++ b/docs/test/general/class-use/PaillierTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.general.PaillierTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/class-use/PartitionUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/class-use/PartitionUtilsTest.html b/docs/test/general/class-use/PartitionUtilsTest.html index afb087c..a020c57 100644 --- a/docs/test/general/class-use/PartitionUtilsTest.html +++ b/docs/test/general/class-use/PartitionUtilsTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.general.PartitionUtilsTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/class-use/QueryParserUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/class-use/QueryParserUtilsTest.html b/docs/test/general/class-use/QueryParserUtilsTest.html index 58e4ab1..96b0e24 100644 --- a/docs/test/general/class-use/QueryParserUtilsTest.html +++ b/docs/test/general/class-use/QueryParserUtilsTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.general.QueryParserUtilsTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-frame.html b/docs/test/general/package-frame.html index ea32008..6bea165 100644 --- a/docs/test/general/package-frame.html +++ b/docs/test/general/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.general</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-summary.html b/docs/test/general/package-summary.html index e76fca1..96be896 100644 --- a/docs/test/general/package-summary.html +++ b/docs/test/general/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.general</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-tree.html b/docs/test/general/package-tree.html index 3e423bf..cc232a1 100644 --- a/docs/test/general/package-tree.html +++ b/docs/test/general/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.general Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/general/package-use.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-use.html b/docs/test/general/package-use.html index 2d72288..ab69569 100644 --- a/docs/test/general/package-use.html +++ b/docs/test/general/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Package test.general</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/LoadDataSchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/LoadDataSchemaTest.html b/docs/test/schema/data/LoadDataSchemaTest.html index f1b961e..6800f32 100644 --- a/docs/test/schema/data/LoadDataSchemaTest.html +++ b/docs/test/schema/data/LoadDataSchemaTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:07 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:38 EDT 2016 --> <title>LoadDataSchemaTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/class-use/LoadDataSchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/class-use/LoadDataSchemaTest.html b/docs/test/schema/data/class-use/LoadDataSchemaTest.html index ff5979b..f19894a 100644 --- a/docs/test/schema/data/class-use/LoadDataSchemaTest.html +++ b/docs/test/schema/data/class-use/LoadDataSchemaTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.schema.data.LoadDataSchemaTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/package-frame.html b/docs/test/schema/data/package-frame.html index db29808..1354948 100644 --- a/docs/test/schema/data/package-frame.html +++ b/docs/test/schema/data/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.data</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/package-summary.html b/docs/test/schema/data/package-summary.html index 916c193..a5523bc 100644 --- a/docs/test/schema/data/package-summary.html +++ b/docs/test/schema/data/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.data</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/package-tree.html b/docs/test/schema/data/package-tree.html index fb53036..5eab5c5 100644 --- a/docs/test/schema/data/package-tree.html +++ b/docs/test/schema/data/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.data Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/data/package-use.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/package-use.html b/docs/test/schema/data/package-use.html index 883aa3f..faa0b3f 100644 --- a/docs/test/schema/data/package-use.html +++ b/docs/test/schema/data/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Package test.schema.data</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/LoadQuerySchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/LoadQuerySchemaTest.html b/docs/test/schema/query/LoadQuerySchemaTest.html index 7c09cbc..1acf7f1 100644 --- a/docs/test/schema/query/LoadQuerySchemaTest.html +++ b/docs/test/schema/query/LoadQuerySchemaTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:07 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:38 EDT 2016 --> <title>LoadQuerySchemaTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/class-use/LoadQuerySchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/class-use/LoadQuerySchemaTest.html b/docs/test/schema/query/class-use/LoadQuerySchemaTest.html index b93b43b..41d75f1 100644 --- a/docs/test/schema/query/class-use/LoadQuerySchemaTest.html +++ b/docs/test/schema/query/class-use/LoadQuerySchemaTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.schema.query.LoadQuerySchemaTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/package-frame.html b/docs/test/schema/query/package-frame.html index 1b01452..0977098 100644 --- a/docs/test/schema/query/package-frame.html +++ b/docs/test/schema/query/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.query</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/package-summary.html b/docs/test/schema/query/package-summary.html index a9a6c3b..40f67f3 100644 --- a/docs/test/schema/query/package-summary.html +++ b/docs/test/schema/query/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.query</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/package-tree.html b/docs/test/schema/query/package-tree.html index 4b76f8a..9ad1cd2 100644 --- a/docs/test/schema/query/package-tree.html +++ b/docs/test/schema/query/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.schema.query Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/schema/query/package-use.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/package-use.html b/docs/test/schema/query/package-use.html index f90976a..40f489d 100644 --- a/docs/test/schema/query/package-use.html +++ b/docs/test/schema/query/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Package test.schema.query</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/StandaloneTest.html b/docs/test/wideskies/standalone/StandaloneTest.html index c4ce32a..dfddc09 100644 --- a/docs/test/wideskies/standalone/StandaloneTest.html +++ b/docs/test/wideskies/standalone/StandaloneTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:07 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:38 EDT 2016 --> <title>StandaloneTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/class-use/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/class-use/StandaloneTest.html b/docs/test/wideskies/standalone/class-use/StandaloneTest.html index a02a5d2..83ef564 100644 --- a/docs/test/wideskies/standalone/class-use/StandaloneTest.html +++ b/docs/test/wideskies/standalone/class-use/StandaloneTest.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Class test.wideskies.standalone.StandaloneTest</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/package-frame.html b/docs/test/wideskies/standalone/package-frame.html index ce413e3..8a5676f 100644 --- a/docs/test/wideskies/standalone/package-frame.html +++ b/docs/test/wideskies/standalone/package-frame.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.wideskies.standalone</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/package-summary.html b/docs/test/wideskies/standalone/package-summary.html index 3745f60..3cdbc5b 100644 --- a/docs/test/wideskies/standalone/package-summary.html +++ b/docs/test/wideskies/standalone/package-summary.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.wideskies.standalone</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/package-tree.html b/docs/test/wideskies/standalone/package-tree.html index d7c8710..386b81a 100644 --- a/docs/test/wideskies/standalone/package-tree.html +++ b/docs/test/wideskies/standalone/package-tree.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>test.wideskies.standalone Class Hierarchy</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/docs/test/wideskies/standalone/package-use.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/package-use.html b/docs/test/wideskies/standalone/package-use.html index abf0cf1..0f1b6de 100644 --- a/docs/test/wideskies/standalone/package-use.html +++ b/docs/test/wideskies/standalone/package-use.html @@ -2,9 +2,9 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_80) on Tue Jul 26 22:21:09 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Thu Jul 28 14:57:40 EDT 2016 --> <title>Uses of Package test.wideskies.standalone</title> -<meta name="date" content="2016-07-26"> +<meta name="date" content="2016-07-28"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.java b/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.java index 5adf853..06e395f 100644 --- a/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.java +++ b/src/main/java/org/apache/pirk/inputformat/hadoop/json/JSONRecordReader.java @@ -30,8 +30,8 @@ import org.apache.hadoop.mapreduce.TaskAttemptContext; import org.apache.hadoop.mapreduce.lib.input.LineRecordReader; import org.apache.pirk.inputformat.hadoop.TextArrayWritable; import org.apache.pirk.schema.data.DataSchema; -import org.apache.pirk.schema.data.DataSchemaRegistry; import org.apache.pirk.schema.data.DataSchemaLoader; +import org.apache.pirk.schema.data.DataSchemaRegistry; import org.apache.pirk.utils.QueryParserUtils; import org.apache.pirk.utils.StringUtils; import org.apache.pirk.utils.SystemConfiguration; http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.java b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.java index 75186e4..adfe5b7 100644 --- a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.java +++ b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.java @@ -33,8 +33,8 @@ import org.apache.pirk.responder.wideskies.common.HashSelectorAndPartitionData; import org.apache.pirk.schema.data.DataSchema; import org.apache.pirk.schema.data.DataSchemaLoader; import org.apache.pirk.schema.data.DataSchemaRegistry; -import org.apache.pirk.schema.query.QuerySchemaLoader; import org.apache.pirk.schema.query.QuerySchema; +import org.apache.pirk.schema.query.QuerySchemaLoader; import org.apache.pirk.schema.query.QuerySchemaRegistry; import org.apache.pirk.schema.query.filter.DataFilter; import org.apache.pirk.serialization.HadoopFileSystemStore; http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.java b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.java index 6fb5574..3b05a52 100644 --- a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.java +++ b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/RowCalcReducer.java @@ -39,6 +39,7 @@ import org.apache.pirk.utils.FileConst; import org.apache.pirk.utils.SystemConfiguration; import org.slf4j.Logger; import org.slf4j.LoggerFactory; + import scala.Tuple2; /** http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java b/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java index 1199cd6..fb67445 100644 --- a/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java +++ b/src/main/java/org/apache/pirk/schema/data/DataSchemaLoader.java @@ -68,9 +68,9 @@ public class DataSchemaLoader { private static final Logger logger = LoggerFactory.getLogger(DataSchemaLoader.class); - private static HashSet<String> allowedPrimitiveJavaTypes = new HashSet<>( - Arrays.asList(PrimitiveTypePartitioner.BYTE, PrimitiveTypePartitioner.SHORT, PrimitiveTypePartitioner.INT, PrimitiveTypePartitioner.LONG, - PrimitiveTypePartitioner.FLOAT, PrimitiveTypePartitioner.DOUBLE, PrimitiveTypePartitioner.CHAR, PrimitiveTypePartitioner.STRING)); + private static HashSet<String> allowedPrimitiveJavaTypes = new HashSet<>(Arrays.asList(PrimitiveTypePartitioner.BYTE, PrimitiveTypePartitioner.SHORT, + PrimitiveTypePartitioner.INT, PrimitiveTypePartitioner.LONG, PrimitiveTypePartitioner.FLOAT, PrimitiveTypePartitioner.DOUBLE, + PrimitiveTypePartitioner.CHAR, PrimitiveTypePartitioner.STRING)); static { http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/main/java/org/apache/pirk/schema/query/filter/StopListFilter.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/schema/query/filter/StopListFilter.java b/src/main/java/org/apache/pirk/schema/query/filter/StopListFilter.java index 0dcf590..c68d300 100644 --- a/src/main/java/org/apache/pirk/schema/query/filter/StopListFilter.java +++ b/src/main/java/org/apache/pirk/schema/query/filter/StopListFilter.java @@ -19,7 +19,6 @@ package org.apache.pirk.schema.query.filter; import java.util.Arrays; -import java.util.HashSet; import java.util.List; import java.util.Set; http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/test/java/test/general/QueryParserUtilsTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/test/general/QueryParserUtilsTest.java b/src/test/java/test/general/QueryParserUtilsTest.java index 394f335..16d73bb 100644 --- a/src/test/java/test/general/QueryParserUtilsTest.java +++ b/src/test/java/test/general/QueryParserUtilsTest.java @@ -18,13 +18,15 @@ */ package test.general; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + import java.util.ArrayList; import java.util.Map; import org.apache.hadoop.io.MapWritable; import org.apache.pirk.schema.data.DataSchema; import org.apache.pirk.schema.data.DataSchemaRegistry; -import org.apache.pirk.schema.data.DataSchemaLoader; import org.apache.pirk.test.utils.Inputs; import org.apache.pirk.utils.QueryParserUtils; import org.apache.pirk.utils.StringUtils; @@ -33,9 +35,6 @@ import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import static org.junit.Assert.assertFalse; -import static org.junit.Assert.assertTrue; - /** * Class for testing the QueryParser methods */ http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/test/java/test/schema/data/LoadDataSchemaTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/test/schema/data/LoadDataSchemaTest.java b/src/test/java/test/schema/data/LoadDataSchemaTest.java index ab94ceb..07167fc 100644 --- a/src/test/java/test/schema/data/LoadDataSchemaTest.java +++ b/src/test/java/test/schema/data/LoadDataSchemaTest.java @@ -18,6 +18,10 @@ */ package test.schema.data; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertTrue; +import static org.junit.Assert.fail; + import java.io.File; import java.io.IOException; @@ -29,8 +33,8 @@ import javax.xml.transform.dom.DOMSource; import javax.xml.transform.stream.StreamResult; import org.apache.pirk.schema.data.DataSchema; -import org.apache.pirk.schema.data.DataSchemaRegistry; import org.apache.pirk.schema.data.DataSchemaLoader; +import org.apache.pirk.schema.data.DataSchemaRegistry; import org.apache.pirk.schema.data.partitioner.IPDataPartitioner; import org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner; import org.apache.pirk.test.utils.TestUtils; @@ -40,9 +44,6 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.w3c.dom.Document; import org.w3c.dom.Element; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertTrue; -import static org.junit.Assert.fail; /** * Test suite for LoadDataSchema and DataSchema http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/7f260e03/src/test/java/test/schema/query/LoadQuerySchemaTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/test/schema/query/LoadQuerySchemaTest.java b/src/test/java/test/schema/query/LoadQuerySchemaTest.java index 310580d..2f1fc37 100644 --- a/src/test/java/test/schema/query/LoadQuerySchemaTest.java +++ b/src/test/java/test/schema/query/LoadQuerySchemaTest.java @@ -37,8 +37,8 @@ import javax.xml.transform.stream.StreamResult; import org.apache.pirk.schema.data.DataSchemaLoader; import org.apache.pirk.schema.data.partitioner.IPDataPartitioner; import org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner; -import org.apache.pirk.schema.query.QuerySchemaLoader; import org.apache.pirk.schema.query.QuerySchema; +import org.apache.pirk.schema.query.QuerySchemaLoader; import org.apache.pirk.schema.query.QuerySchemaRegistry; import org.apache.pirk.schema.query.filter.StopListFilter; import org.apache.pirk.test.utils.Inputs;
