Repository: incubator-pirk Updated Branches: refs/heads/master 8a2b4c8b3 -> ede19c797
http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/PaillierTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/PaillierTest.html b/docs/test/general/PaillierTest.html new file mode 100644 index 0000000..07f990f --- /dev/null +++ b/docs/test/general/PaillierTest.html @@ -0,0 +1,321 @@ +<!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 Sun Jul 24 09:08:59 EDT 2016 --> +<title>PaillierTest</title> +<meta name="date" content="2016-07-24"> +<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="PaillierTest"; + } +//--> +</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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/PaillierTest.html">Use</a></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><a href="../../test/general/KeyedHashTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> +<li><a href="../../test/general/PartitionUtilsTest.html" title="class in test.general"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?test/general/PaillierTest.html" target="_top">Frames</a></li> +<li><a href="PaillierTest.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">test.general</div> +<h2 title="Class PaillierTest" class="title">Class PaillierTest</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>test.general.PaillierTest</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">PaillierTest</span> +extends java.lang.Object</pre> +<div class="block">Basic test functionality for Paillier library</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../test/general/PaillierTest.html#PaillierTest()">PaillierTest</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</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> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../test/general/PaillierTest.html#testPaillerWithKeyGenerationGeneral()">testPaillerWithKeyGenerationGeneral</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../test/general/PaillierTest.html#testPaillierGivenAllParameters()">testPaillierGivenAllParameters</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../test/general/PaillierTest.html#testPaillierWithKeyGeneration()">testPaillierWithKeyGeneration</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../test/general/PaillierTest.html#testPaillierWithKeyGenerationBitSetOption(int)">testPaillierWithKeyGenerationBitSetOption</a></strong>(int ensureBitSet)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../test/general/PaillierTest.html#testPIRExceptions()">testPIRExceptions</a></strong>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="PaillierTest()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>PaillierTest</h4> +<pre>public PaillierTest()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="testPIRExceptions()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPIRExceptions</h4> +<pre>public void testPIRExceptions()</pre> +</li> +</ul> +<a name="testPaillierGivenAllParameters()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPaillierGivenAllParameters</h4> +<pre>public void testPaillierGivenAllParameters() + throws java.lang.Exception</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +<a name="testPaillierWithKeyGeneration()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPaillierWithKeyGeneration</h4> +<pre>public void testPaillierWithKeyGeneration() + throws java.lang.Exception</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +<a name="testPaillerWithKeyGenerationGeneral()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>testPaillerWithKeyGenerationGeneral</h4> +<pre>public void testPaillerWithKeyGenerationGeneral() + throws java.lang.Exception</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +<a name="testPaillierWithKeyGenerationBitSetOption(int)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>testPaillierWithKeyGenerationBitSetOption</h4> +<pre>public void testPaillierWithKeyGenerationBitSetOption(int ensureBitSet) + throws java.lang.Exception</pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code>java.lang.Exception</code></dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= 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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/PaillierTest.html">Use</a></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><a href="../../test/general/KeyedHashTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> +<li><a href="../../test/general/PartitionUtilsTest.html" title="class in test.general"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../index.html?test/general/PaillierTest.html" target="_top">Frames</a></li> +<li><a href="PaillierTest.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</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/ede19c79/docs/test/general/PartitionUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/PartitionUtilsTest.html b/docs/test/general/PartitionUtilsTest.html index 524c9fd..0640cdb 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>PartitionUtilsTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> @@ -36,7 +36,7 @@ </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../test/general/KeyedHashTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> +<li><a href="../../test/general/PaillierTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> <li><a href="../../test/general/QueryParserUtilsTest.html" title="class in test.general"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> @@ -241,7 +241,7 @@ extends java.lang.Object</pre> </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../test/general/KeyedHashTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> +<li><a href="../../test/general/PaillierTest.html" title="class in test.general"><span class="strong">Prev Class</span></a></li> <li><a href="../../test/general/QueryParserUtilsTest.html" title="class in test.general"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/QueryParserUtilsTest.html ---------------------------------------------------------------------- diff --git a/docs/test/general/QueryParserUtilsTest.html b/docs/test/general/QueryParserUtilsTest.html index 24b5998..0ff0611 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>QueryParserUtilsTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 f057db5..d9b5aa0 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.general.ISO8601DateParserTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 567b046..e99590c 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.general.KeyedHashTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 new file mode 100644 index 0000000..4d0f2c3 --- /dev/null +++ b/docs/test/general/class-use/PaillierTest.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 Sun Jul 24 09:08:59 EDT 2016 --> +<title>Uses of Class test.general.PaillierTest</title> +<meta name="date" content="2016-07-24"> +<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 test.general.PaillierTest"; + } +//--> +</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="../../../test/general/PaillierTest.html" title="class in test.general">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?test/general/class-use/PaillierTest.html" target="_top">Frames</a></li> +<li><a href="PaillierTest.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 test.general.PaillierTest" class="title">Uses of Class<br>test.general.PaillierTest</h2> +</div> +<div class="classUseContainer">No usage of test.general.PaillierTest</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="../../../test/general/PaillierTest.html" title="class in test.general">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?test/general/class-use/PaillierTest.html" target="_top">Frames</a></li> +<li><a href="PaillierTest.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/ede19c79/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 1161cd6..ab18b16 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.general.PartitionUtilsTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 7b697a0..14d1b7d 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.general.QueryParserUtilsTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/package-frame.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-frame.html b/docs/test/general/package-frame.html index 422890e..dfd3c8a 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.general</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> @@ -14,6 +14,7 @@ <ul title="Classes"> <li><a href="ISO8601DateParserTest.html" title="class in test.general" target="classFrame">ISO8601DateParserTest</a></li> <li><a href="KeyedHashTest.html" title="class in test.general" target="classFrame">KeyedHashTest</a></li> +<li><a href="PaillierTest.html" title="class in test.general" target="classFrame">PaillierTest</a></li> <li><a href="PartitionUtilsTest.html" title="class in test.general" target="classFrame">PartitionUtilsTest</a></li> <li><a href="QueryParserUtilsTest.html" title="class in test.general" target="classFrame">QueryParserUtilsTest</a></li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/package-summary.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-summary.html b/docs/test/general/package-summary.html index 8813f43..47d0fd0 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.general</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> @@ -88,12 +88,18 @@ </td> </tr> <tr class="altColor"> +<td class="colFirst"><a href="../../test/general/PaillierTest.html" title="class in test.general">PaillierTest</a></td> +<td class="colLast"> +<div class="block">Basic test functionality for Paillier library</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="../../test/general/PartitionUtilsTest.html" title="class in test.general">PartitionUtilsTest</a></td> <td class="colLast"> <div class="block">Class to functionally test the bit conversion utils</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../test/general/QueryParserUtilsTest.html" title="class in test.general">QueryParserUtilsTest</a></td> <td class="colLast"> <div class="block">Class for testing the QueryParser methods</div> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/package-tree.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-tree.html b/docs/test/general/package-tree.html index 4094cdb..2f00951 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.general Class Hierarchy</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> @@ -76,6 +76,7 @@ <ul> <li type="circle">test.general.<a href="../../test/general/ISO8601DateParserTest.html" title="class in test.general"><span class="strong">ISO8601DateParserTest</span></a></li> <li type="circle">test.general.<a href="../../test/general/KeyedHashTest.html" title="class in test.general"><span class="strong">KeyedHashTest</span></a></li> +<li type="circle">test.general.<a href="../../test/general/PaillierTest.html" title="class in test.general"><span class="strong">PaillierTest</span></a></li> <li type="circle">test.general.<a href="../../test/general/PartitionUtilsTest.html" title="class in test.general"><span class="strong">PartitionUtilsTest</span></a></li> <li type="circle">test.general.<a href="../../test/general/QueryParserUtilsTest.html" title="class in test.general"><span class="strong">QueryParserUtilsTest</span></a></li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/general/package-use.html ---------------------------------------------------------------------- diff --git a/docs/test/general/package-use.html b/docs/test/general/package-use.html index bdf9029..315f8c9 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Package test.general</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/schema/data/LoadDataSchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/data/LoadDataSchemaTest.html b/docs/test/schema/data/LoadDataSchemaTest.html index c8ffd22..dcada1a 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 Fri Jul 08 11:57:20 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:57 EDT 2016 --> <title>LoadDataSchemaTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 31e97e2..fbc58e7 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.schema.data.LoadDataSchemaTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 332e54d..f9255f6 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.data</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 f60dcb2..21fc6a9 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.data</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 9aaef9a..d2a3928 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.data Class Hierarchy</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 4cea545..aefe4ad 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Package test.schema.data</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/schema/query/LoadQuerySchemaTest.html ---------------------------------------------------------------------- diff --git a/docs/test/schema/query/LoadQuerySchemaTest.html b/docs/test/schema/query/LoadQuerySchemaTest.html index c47c6a4..e8033b1 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:57 EDT 2016 --> <title>LoadQuerySchemaTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 c976754..301e1ea 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.schema.query.LoadQuerySchemaTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 963a260..5242c63 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.query</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 ca77f12..24aafe5 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.query</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 aec59b2..7925078 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.schema.query Class Hierarchy</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 a6557d0..d69e002 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Package test.schema.query</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/docs/test/wideskies/standalone/StandaloneTest.html ---------------------------------------------------------------------- diff --git a/docs/test/wideskies/standalone/StandaloneTest.html b/docs/test/wideskies/standalone/StandaloneTest.html index bd1c3e0..8d6b765 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 Fri Jul 08 11:57:20 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:57 EDT 2016 --> <title>StandaloneTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 5bcc6dc..2c252b9 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Class test.wideskies.standalone.StandaloneTest</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 7605246..66e157b 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.wideskies.standalone</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 e39af59..738a93e 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.wideskies.standalone</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 53805d1..861754c 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 Fri Jul 08 11:57:21 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>test.wideskies.standalone Class Hierarchy</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/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 8a2b28e..7199028 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 Fri Jul 08 11:57:22 EDT 2016 --> +<!-- Generated by javadoc (version 1.7.0_80) on Sun Jul 24 09:08:59 EDT 2016 --> <title>Uses of Package test.wideskies.standalone</title> -<meta name="date" content="2016-07-08"> +<meta name="date" content="2016-07-24"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/ede19c79/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/MRStats.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/MRStats.java b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/MRStats.java index 78795c6..c9f09e8 100644 --- a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/MRStats.java +++ b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/MRStats.java @@ -18,8 +18,7 @@ */ package org.apache.pirk.responder.wideskies.mapreduce; - -public enum MRStats { +public enum MRStats +{ NUM_RECORDS_INIT_MAPPER, NUM_RECORDS_PROCESSED_INIT_MAPPER, NUM_HASHES_REDUCER, NUM_COLUMNS } -
