Repository: incubator-pirk Updated Branches: refs/heads/master beb69e3f4 -> f4bdc01ee
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/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 008c129..70200cb 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.PIRException</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> @@ -96,9 +96,17 @@ <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> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.responder.wideskies.spark.streaming">org.apache.pirk.responder.wideskies.spark.streaming</a></td> +<td class="colLast"> </td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.schema.data">org.apache.pirk.schema.data</a></td> <td class="colLast"> </td> @@ -194,6 +202,10 @@ <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> @@ -227,7 +239,11 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>void</code></td> +<td class="colFirst"><code>java.util.Map<java.lang.String,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">DecryptResponse.</span><code><strong><a href="../../../../../org/apache/pirk/querier/wideskies/decrypt/DecryptResponse.html#decrypt()">decrypt</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.util.Map<java.lang.String,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">DecryptResponse.</span><code><strong><a href="../../../../../org/apache/pirk/querier/wideskies/decrypt/DecryptResponse.html#decrypt(int)">decrypt</a></strong>(int numThreads)</code> <div class="block">Method to decrypt the response elements and reconstructs the data elements</div> </td> @@ -247,15 +263,79 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>void</code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/pirk/querier/wideskies/Querier.html" title="class in org.apache.pirk.querier.wideskies">Querier</a></code></td> <td class="colLast"><span class="strong">EncryptQuery.</span><code><strong><a href="../../../../../org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.html#encrypt()">encrypt</a></strong>()</code> -<div class="block">Encrypt, building the Query object, calculating and setting the query vectors.</div> +<div class="block">Encrypts the query described by the query information using Paillier encryption.</div> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>void</code></td> +<td class="colFirst"><code><a href="../../../../../org/apache/pirk/querier/wideskies/Querier.html" title="class in org.apache.pirk.querier.wideskies">Querier</a></code></td> <td class="colLast"><span class="strong">EncryptQuery.</span><code><strong><a href="../../../../../org/apache/pirk/querier/wideskies/encrypt/EncryptQuery.html#encrypt(int)">encrypt</a></strong>(int numThreads)</code> -<div class="block">Encrypt, building the Query object, calculating and setting the query vectors</div> +<div class="block">Encrypts the query described by the query information using Paillier encryption using the given number of threads.</div> +</td> +</tr> +</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> @@ -281,6 +361,26 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.streaming"> +<!-- --> +</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/responder/wideskies/spark/streaming/package-summary.html">org.apache.pirk.responder.wideskies.spark.streaming</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/responder/wideskies/spark/streaming/package-summary.html">org.apache.pirk.responder.wideskies.spark.streaming</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">ComputeStreamingResponse.</span><code><strong><a href="../../../../../org/apache/pirk/responder/wideskies/spark/streaming/ComputeStreamingResponse.html#performQuery(org.apache.spark.streaming.api.java.JavaDStream)">performQuery</a></strong>(org.apache.spark.streaming.api.java.JavaDStream<org.apache.hadoop.io.MapWritable> input)</code> +<div class="block">Method to perform the query given an input JavaDStream of JSON</div> +</td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.pirk.schema.data"> <!-- --> </a> @@ -325,7 +425,7 @@ </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> @@ -414,14 +514,14 @@ <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> +<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.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#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="altColor"> @@ -491,16 +591,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.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.ArrayList,%20java.lang.String,%20java.util.ArrayList,%20int,%20boolean)">performStandaloneQuery</a></strong>(java.util.ArrayList<org.json.simple.JSONObject> dataElements, +<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/3ce81d4c/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 15da62a..a78b8ae 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.QueryParserUtils</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/utils/class-use/QueryResultsWriter.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/utils/class-use/QueryResultsWriter.html b/docs/org/apache/pirk/utils/class-use/QueryResultsWriter.html new file mode 100644 index 0000000..7bb4795 --- /dev/null +++ b/docs/org/apache/pirk/utils/class-use/QueryResultsWriter.html @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> +<title>Uses of Class org.apache.pirk.utils.QueryResultsWriter</title> +<meta name="date" content="2016-08-30"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class org.apache.pirk.utils.QueryResultsWriter"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../org/apache/pirk/utils/QueryResultsWriter.html" title="class in org.apache.pirk.utils">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/utils/class-use/QueryResultsWriter.html" target="_top">Frames</a></li> +<li><a href="QueryResultsWriter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.pirk.utils.QueryResultsWriter" class="title">Uses of Class<br>org.apache.pirk.utils.QueryResultsWriter</h2> +</div> +<div class="classUseContainer">No usage of org.apache.pirk.utils.QueryResultsWriter</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../org/apache/pirk/utils/QueryResultsWriter.html" title="class in org.apache.pirk.utils">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-files/index-1.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/pirk/utils/class-use/QueryResultsWriter.html" target="_top">Frames</a></li> +<li><a href="QueryResultsWriter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/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 71c3eda..6bea1b0 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StopListUtils</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/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 ba9600d..82a1d7b 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.StringUtils</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/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 2457582..a0575ca 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Uses of Class org.apache.pirk.utils.SystemConfiguration</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/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 2a54d24..63c8c6c 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -24,6 +24,7 @@ <li><a href="ISO8601DateParser.html" title="class in org.apache.pirk.utils" target="classFrame">ISO8601DateParser</a></li> <li><a href="KeyedHash.html" title="class in org.apache.pirk.utils" target="classFrame">KeyedHash</a></li> <li><a href="QueryParserUtils.html" title="class in org.apache.pirk.utils" target="classFrame">QueryParserUtils</a></li> +<li><a href="QueryResultsWriter.html" title="class in org.apache.pirk.utils" target="classFrame">QueryResultsWriter</a></li> <li><a href="StopListUtils.html" title="class in org.apache.pirk.utils" target="classFrame">StopListUtils</a></li> <li><a href="StringUtils.html" title="class in org.apache.pirk.utils" target="classFrame">StringUtils</a></li> <li><a href="SystemConfiguration.html" title="class in org.apache.pirk.utils" target="classFrame">SystemConfiguration</a></li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/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 e0fdce2..a3458ea 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.utils</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -139,18 +139,22 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../../../org/apache/pirk/utils/QueryResultsWriter.html" title="class in org.apache.pirk.utils">QueryResultsWriter</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/pirk/utils/StopListUtils.html" title="class in org.apache.pirk.utils">StopListUtils</a></td> <td class="colLast"> <div class="block">Utilities for stop listing data items/elements</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../org/apache/pirk/utils/StringUtils.html" title="class in org.apache.pirk.utils">StringUtils</a></td> <td class="colLast"> <div class="block">Pirk-specific string utilities</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../org/apache/pirk/utils/SystemConfiguration.html" title="class in org.apache.pirk.utils">SystemConfiguration</a></td> <td class="colLast"> <div class="block">Manages system properties.</div> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/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 6c71473..f504ee6 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.utils Class Hierarchy</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -82,6 +82,7 @@ <li type="circle">org.apache.pirk.utils.<a href="../../../../org/apache/pirk/utils/ISO8601DateParser.html" title="class in org.apache.pirk.utils"><span class="strong">ISO8601DateParser</span></a></li> <li type="circle">org.apache.pirk.utils.<a href="../../../../org/apache/pirk/utils/KeyedHash.html" title="class in org.apache.pirk.utils"><span class="strong">KeyedHash</span></a></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.utils.<a href="../../../../org/apache/pirk/utils/QueryResultsWriter.html" title="class in org.apache.pirk.utils"><span class="strong">QueryResultsWriter</span></a></li> <li type="circle">org.apache.pirk.utils.<a href="../../../../org/apache/pirk/utils/StopListUtils.html" title="class in org.apache.pirk.utils"><span class="strong">StopListUtils</span></a></li> <li type="circle">org.apache.pirk.utils.<a href="../../../../org/apache/pirk/utils/StringUtils.html" title="class in org.apache.pirk.utils"><span class="strong">StringUtils</span></a></li> <li type="circle">org.apache.pirk.utils.<a href="../../../../org/apache/pirk/utils/SystemConfiguration.html" title="class in org.apache.pirk.utils"><span class="strong">SystemConfiguration</span></a></li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/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 a63340d..5011a15 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:46 EDT 2016 --> <title>Uses of Package org.apache.pirk.utils</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> @@ -96,9 +96,17 @@ <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> </tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.pirk.responder.wideskies.spark.streaming">org.apache.pirk.responder.wideskies.spark.streaming</a></td> +<td class="colLast"> </td> +</tr> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.pirk.schema.data">org.apache.pirk.schema.data</a></td> <td class="colLast"> </td> @@ -211,6 +219,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> @@ -228,6 +253,23 @@ </tbody> </table> </li> +<li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.streaming"> +<!-- --> +</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/responder/wideskies/spark/streaming/package-summary.html">org.apache.pirk.responder.wideskies.spark.streaming</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.responder.wideskies.spark.streaming">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.data"> <!-- --> </a> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/StandaloneTest.html b/docs/org/apache/pirk/wideskies/standalone/StandaloneTest.html index b3b9566..b9b90ba 100644 --- a/docs/org/apache/pirk/wideskies/standalone/StandaloneTest.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>StandaloneTest</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html b/docs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html index 2899910..6487b28 100644 --- a/docs/org/apache/pirk/wideskies/standalone/class-use/StandaloneTest.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:46 EDT 2016 --> <title>Uses of Class org.apache.pirk.wideskies.standalone.StandaloneTest</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/package-frame.html b/docs/org/apache/pirk/wideskies/standalone/package-frame.html index f98941c..9e77680 100644 --- a/docs/org/apache/pirk/wideskies/standalone/package-frame.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/package-summary.html b/docs/org/apache/pirk/wideskies/standalone/package-summary.html index cfeaa71..5a7a279 100644 --- a/docs/org/apache/pirk/wideskies/standalone/package-summary.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/package-tree.html b/docs/org/apache/pirk/wideskies/standalone/package-tree.html index 685ffe1..3569bfc 100644 --- a/docs/org/apache/pirk/wideskies/standalone/package-tree.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>org.apache.pirk.wideskies.standalone Class Hierarchy</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/org/apache/pirk/wideskies/standalone/package-use.html ---------------------------------------------------------------------- diff --git a/docs/org/apache/pirk/wideskies/standalone/package-use.html b/docs/org/apache/pirk/wideskies/standalone/package-use.html index e6af2f6..78c25bb 100644 --- a/docs/org/apache/pirk/wideskies/standalone/package-use.html +++ b/docs/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 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:46 EDT 2016 --> <title>Uses of Package org.apache.pirk.wideskies.standalone</title> -<meta name="date" content="2016-08-12"> +<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/3ce81d4c/docs/overview-frame.html ---------------------------------------------------------------------- diff --git a/docs/overview-frame.html b/docs/overview-frame.html index e2eb651..c6d72ab 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Overview List</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -25,6 +25,7 @@ <li><a href="org/apache/pirk/responder/wideskies/common/package-frame.html" target="packageFrame">org.apache.pirk.responder.wideskies.common</a></li> <li><a href="org/apache/pirk/responder/wideskies/mapreduce/package-frame.html" target="packageFrame">org.apache.pirk.responder.wideskies.mapreduce</a></li> <li><a href="org/apache/pirk/responder/wideskies/spark/package-frame.html" target="packageFrame">org.apache.pirk.responder.wideskies.spark</a></li> +<li><a href="org/apache/pirk/responder/wideskies/spark/streaming/package-frame.html" target="packageFrame">org.apache.pirk.responder.wideskies.spark.streaming</a></li> <li><a href="org/apache/pirk/responder/wideskies/standalone/package-frame.html" target="packageFrame">org.apache.pirk.responder.wideskies.standalone</a></li> <li><a href="org/apache/pirk/response/wideskies/package-frame.html" target="packageFrame">org.apache.pirk.response.wideskies</a></li> <li><a href="org/apache/pirk/schema/data/package-frame.html" target="packageFrame">org.apache.pirk.schema.data</a></li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/docs/overview-summary.html ---------------------------------------------------------------------- diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 326abdc..f586f6e 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 Fri Aug 12 15:29:45 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:46 EDT 2016 --> <title>Overview</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -123,54 +123,58 @@ <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/responder/wideskies/standalone/package-summary.html">org.apache.pirk.responder.wideskies.standalone</a></td> +<td class="colFirst"><a href="org/apache/pirk/responder/wideskies/spark/streaming/package-summary.html">org.apache.pirk.responder.wideskies.spark.streaming</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/response/wideskies/package-summary.html">org.apache.pirk.response.wideskies</a></td> +<td class="colFirst"><a href="org/apache/pirk/responder/wideskies/standalone/package-summary.html">org.apache.pirk.responder.wideskies.standalone</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a></td> +<td class="colFirst"><a href="org/apache/pirk/response/wideskies/package-summary.html">org.apache.pirk.response.wideskies</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</a></td> +<td class="colFirst"><a href="org/apache/pirk/schema/data/package-summary.html">org.apache.pirk.schema.data</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/schema/query/package-summary.html">org.apache.pirk.schema.query</a></td> +<td class="colFirst"><a href="org/apache/pirk/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/schema/query/filter/package-summary.html">org.apache.pirk.schema.query.filter</a></td> +<td class="colFirst"><a href="org/apache/pirk/schema/query/package-summary.html">org.apache.pirk.schema.query</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/schema/response/package-summary.html">org.apache.pirk.schema.response</a></td> +<td class="colFirst"><a href="org/apache/pirk/schema/query/filter/package-summary.html">org.apache.pirk.schema.query.filter</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/serialization/package-summary.html">org.apache.pirk.serialization</a></td> +<td class="colFirst"><a href="org/apache/pirk/schema/response/package-summary.html">org.apache.pirk.schema.response</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/test/distributed/package-summary.html">org.apache.pirk.test.distributed</a></td> +<td class="colFirst"><a href="org/apache/pirk/serialization/package-summary.html">org.apache.pirk.serialization</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/test/distributed/testsuite/package-summary.html">org.apache.pirk.test.distributed.testsuite</a></td> +<td class="colFirst"><a href="org/apache/pirk/test/distributed/package-summary.html">org.apache.pirk.test.distributed</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="org/apache/pirk/test/utils/package-summary.html">org.apache.pirk.test.utils</a></td> +<td class="colFirst"><a href="org/apache/pirk/test/distributed/testsuite/package-summary.html">org.apache.pirk.test.distributed.testsuite</a></td> <td class="colLast"> </td> </tr> <tr class="altColor"> -<td class="colFirst"><a href="org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a></td> +<td class="colFirst"><a href="org/apache/pirk/test/utils/package-summary.html">org.apache.pirk.test.utils</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="org/apache/pirk/wideskies/standalone/package-summary.html">org.apache.pirk.wideskies.standalone</a></td> <td class="colLast"> </td> </tr> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/docs/overview-tree.html ---------------------------------------------------------------------- diff --git a/docs/overview-tree.html b/docs/overview-tree.html index 9c7ccae..5894134 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:46 EDT 2016 --> <title>Class Hierarchy</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -79,6 +79,7 @@ <li><a href="org/apache/pirk/responder/wideskies/common/package-tree.html">org.apache.pirk.responder.wideskies.common</a>, </li> <li><a href="org/apache/pirk/responder/wideskies/mapreduce/package-tree.html">org.apache.pirk.responder.wideskies.mapreduce</a>, </li> <li><a href="org/apache/pirk/responder/wideskies/spark/package-tree.html">org.apache.pirk.responder.wideskies.spark</a>, </li> +<li><a href="org/apache/pirk/responder/wideskies/spark/streaming/package-tree.html">org.apache.pirk.responder.wideskies.spark.streaming</a>, </li> <li><a href="org/apache/pirk/responder/wideskies/standalone/package-tree.html">org.apache.pirk.responder.wideskies.standalone</a>, </li> <li><a href="org/apache/pirk/response/wideskies/package-tree.html">org.apache.pirk.response.wideskies</a>, </li> <li><a href="org/apache/pirk/schema/data/package-tree.html">org.apache.pirk.schema.data</a>, </li> @@ -112,6 +113,7 @@ <li type="circle">org.apache.pirk.responder.wideskies.common.<a href="org/apache/pirk/responder/wideskies/common/ComputeEncryptedRow.html" title="class in org.apache.pirk.responder.wideskies.common"><span class="strong">ComputeEncryptedRow</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/ComputeExpLookupTable.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">ComputeExpLookupTable</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/ComputeResponse.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">ComputeResponse</span></a></li> +<li type="circle">org.apache.pirk.responder.wideskies.spark.streaming.<a href="org/apache/pirk/responder/wideskies/spark/streaming/ComputeStreamingResponse.html" title="class in org.apache.pirk.responder.wideskies.spark.streaming"><span class="strong">ComputeStreamingResponse</span></a></li> <li type="circle">org.apache.hadoop.conf.Configured (implements org.apache.hadoop.conf.Configurable) <ul> <li type="circle">org.apache.pirk.responder.wideskies.mapreduce.<a href="org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.html" title="class in org.apache.pirk.responder.wideskies.mapreduce"><span class="strong">ComputeResponseTool</span></a> (implements org.apache.hadoop.util.Tool)</li> @@ -122,7 +124,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,15 +132,14 @@ <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> <li type="circle">org.apache.pirk.schema.query.filter.<a href="org/apache/pirk/schema/query/filter/FilterFactory.html" title="class in org.apache.pirk.schema.query.filter"><span class="strong">FilterFactory</span></a></li> +<li type="circle">org.apache.pirk.responder.wideskies.spark.streaming.<a href="org/apache/pirk/responder/wideskies/spark/streaming/FinalResponseFunction.html" title="class in org.apache.pirk.responder.wideskies.spark.streaming"><span class="strong">FinalResponseFunction</span></a> (implements org.apache.spark.api.java.function.VoidFunction<T>)</li> <li type="circle">org.apache.pirk.serialization.<a href="org/apache/pirk/serialization/HadoopFileSystemStore.html" title="class in org.apache.pirk.serialization"><span class="strong">HadoopFileSystemStore</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.common.<a href="org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html" title="class in org.apache.pirk.responder.wideskies.common"><span class="strong">HashSelectorAndPartitionData</span></a></li> <li type="circle">org.apache.pirk.responder.wideskies.spark.<a href="org/apache/pirk/responder/wideskies/spark/HashSelectorsAndPartitionData.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="strong">HashSelectorsAndPartitionData</span></a> (implements org.apache.spark.api.java.function.PairFunction<T,K,V>)</li> @@ -185,15 +185,16 @@ <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.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> +<li type="circle">org.apache.pirk.utils.<a href="org/apache/pirk/utils/QueryResultsWriter.html" title="class in org.apache.pirk.utils"><span class="strong">QueryResultsWriter</span></a></li> <li type="circle">org.apache.pirk.schema.query.<a href="org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query"><span class="strong">QuerySchema</span></a> (implements java.io.Serializable)</li> <li type="circle">org.apache.pirk.schema.query.<a href="org/apache/pirk/schema/query/QuerySchemaLoader.html" title="class in org.apache.pirk.schema.query"><span class="strong">QuerySchemaLoader</span></a></li> <li type="circle">org.apache.pirk.schema.query.<a href="org/apache/pirk/schema/query/QuerySchemaRegistry.html" title="class in org.apache.pirk.schema.query"><span class="strong">QuerySchemaRegistry</span></a></li> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/docs/package-list ---------------------------------------------------------------------- diff --git a/docs/package-list b/docs/package-list index 66c9a80..d803e59 100644 --- a/docs/package-list +++ b/docs/package-list @@ -11,6 +11,7 @@ org.apache.pirk.responder.wideskies org.apache.pirk.responder.wideskies.common org.apache.pirk.responder.wideskies.mapreduce org.apache.pirk.responder.wideskies.spark +org.apache.pirk.responder.wideskies.spark.streaming org.apache.pirk.responder.wideskies.standalone org.apache.pirk.response.wideskies org.apache.pirk.schema.data http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/3ce81d4c/docs/serialized-form.html ---------------------------------------------------------------------- diff --git a/docs/serialized-form.html b/docs/serialized-form.html index 8ab271f..6620279 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 Fri Aug 12 15:29:44 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Tue Aug 30 09:50:45 EDT 2016 --> <title>Serialized Form</title> -<meta name="date" content="2016-08-12"> +<meta name="date" content="2016-08-30"> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> @@ -145,11 +145,11 @@ </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> -<pre>java.util.HashMap<K,V> embedSelectorMap</pre> +<pre>java.util.Map<K,V> embedSelectorMap</pre> </li> </ul> </li> @@ -193,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> @@ -312,10 +312,14 @@ <h4>numHashes</h4> <pre>org.apache.spark.Accumulator<T> numHashes</pre> </li> -<li class="blockListLast"> +<li class="blockList"> <h4>numColumns</h4> <pre>org.apache.spark.Accumulator<T> numColumns</pre> </li> +<li class="blockListLast"> +<h4>numBatches</h4> +<pre>org.apache.spark.Accumulator<T> numBatches</pre> +</li> </ul> </li> </ul> @@ -362,10 +366,18 @@ <h4>maxHitsPerSelector</h4> <pre>org.apache.spark.broadcast.Broadcast<T> maxHitsPerSelector</pre> </li> -<li class="blockListLast"> +<li class="blockList"> <h4>expDir</h4> <pre>org.apache.spark.broadcast.Broadcast<T> expDir</pre> </li> +<li class="blockList"> +<h4>output</h4> +<pre>org.apache.spark.broadcast.Broadcast<T> output</pre> +</li> +<li class="blockListLast"> +<h4>maxBatches</h4> +<pre>org.apache.spark.broadcast.Broadcast<T> maxBatches</pre> +</li> </ul> </li> </ul> @@ -433,10 +445,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> @@ -479,10 +487,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> @@ -599,14 +603,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> @@ -625,6 +621,37 @@ </ul> </li> <li class="blockList"> +<h2 title="Package">Package org.apache.pirk.responder.wideskies.spark.streaming</h2> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.streaming.FinalResponseFunction"> +<!-- --> +</a> +<h3>Class <a href="org/apache/pirk/responder/wideskies/spark/streaming/FinalResponseFunction.html" title="class in org.apache.pirk.responder.wideskies.spark.streaming">org.apache.pirk.responder.wideskies.spark.streaming.FinalResponseFunction</a> extends java.lang.Object implements Serializable</h3> +<dl class="nameValue"> +<dt>serialVersionUID:</dt> +<dd>1L</dd> +</dl> +<ul class="blockList"> +<li class="blockList"><a name="serializedForm"> +<!-- --> +</a> +<h3>Serialized Fields</h3> +<ul class="blockList"> +<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="blockListLast"> +<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> +</ul> +</li> +</ul> +</li> +</ul> +</li> +<li class="blockList"> <h2 title="Package">Package org.apache.pirk.response.wideskies</h2> <ul class="blockList"> <li class="blockList"><a name="org.apache.pirk.response.wideskies.Response">
