| <!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 Fri Aug 12 15:29:45 EDT 2016 --> |
| <title>P-Index</title> |
| <meta name="date" content="2016-08-12"> |
| <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="P-Index"; |
| } |
| //--> |
| </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>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-15.html">Prev Letter</a></li> |
| <li><a href="index-17.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li> |
| <li><a href="index-16.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="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> <a name="_P_"> |
| <!-- --> |
| </a> |
| <h2 class="title">P</h2> |
| <dl> |
| <dt><a href="../org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption"><span class="strong">Paillier</span></a> - Class in <a href="../org/apache/pirk/encryption/package-summary.html">org.apache.pirk.encryption</a></dt> |
| <dd> |
| <div class="block">Implementation of the Paillier cryptosystem</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/encryption/Paillier.html#Paillier(java.math.BigInteger,%20java.math.BigInteger,%20int)">Paillier(BigInteger, BigInteger, int)</a></span> - Constructor for class org.apache.pirk.encryption.<a href="../org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption">Paillier</a></dt> |
| <dd> |
| <div class="block">Constructor with all parameters p,q, and bitLengthInput specified</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/encryption/Paillier.html#Paillier(int,%20int)">Paillier(int, int)</a></span> - Constructor for class org.apache.pirk.encryption.<a href="../org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption">Paillier</a></dt> |
| <dd> |
| <div class="block">Constructor to generate keys given the desired bitLength and prime certainty value</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/encryption/Paillier.html#Paillier(int,%20int,%20int)">Paillier(int, int, int)</a></span> - Constructor for class org.apache.pirk.encryption.<a href="../org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption">Paillier</a></dt> |
| <dd> |
| <div class="block">Constructor to generate keys given the desired bitLength and prime certainty value</div> |
| </dd> |
| <dt><a href="../org/apache/pirk/benchmark/PaillierBenchmark.html" title="class in org.apache.pirk.benchmark"><span class="strong">PaillierBenchmark</span></a> - Class in <a href="../org/apache/pirk/benchmark/package-summary.html">org.apache.pirk.benchmark</a></dt> |
| <dd> |
| <div class="block">A JMH benchmark to evaluate Paillier performance both with and without using com.square.jnagmp.gmp to accelerate modPow</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/benchmark/PaillierBenchmark.html#PaillierBenchmark()">PaillierBenchmark()</a></span> - Constructor for class org.apache.pirk.benchmark.<a href="../org/apache/pirk/benchmark/PaillierBenchmark.html" title="class in org.apache.pirk.benchmark">PaillierBenchmark</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/benchmark/PaillierBenchmark.PaillierBenchmarkState.html" title="class in org.apache.pirk.benchmark"><span class="strong">PaillierBenchmark.PaillierBenchmarkState</span></a> - Class in <a href="../org/apache/pirk/benchmark/package-summary.html">org.apache.pirk.benchmark</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/benchmark/PaillierBenchmark.PaillierBenchmarkState.html#PaillierBenchmark.PaillierBenchmarkState()">PaillierBenchmark.PaillierBenchmarkState()</a></span> - Constructor for class org.apache.pirk.benchmark.<a href="../org/apache/pirk/benchmark/PaillierBenchmark.PaillierBenchmarkState.html" title="class in org.apache.pirk.benchmark">PaillierBenchmark.PaillierBenchmarkState</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/querier/wideskies/QuerierProps.html#PAILLIERBITSIZE">PAILLIERBITSIZE</a></span> - Static variable in class org.apache.pirk.querier.wideskies.<a href="../org/apache/pirk/querier/wideskies/QuerierProps.html" title="class in org.apache.pirk.querier.wideskies">QuerierProps</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/test/utils/BaseTests.html#paillierBitSize">paillierBitSize</a></span> - Static variable in class org.apache.pirk.test.utils.<a href="../org/apache/pirk/test/utils/BaseTests.html" title="class in org.apache.pirk.test.utils">BaseTests</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/general/PaillierTest.html" title="class in org.apache.pirk.general"><span class="strong">PaillierTest</span></a> - Class in <a href="../org/apache/pirk/general/package-summary.html">org.apache.pirk.general</a></dt> |
| <dd> |
| <div class="block">Basic test functionality for Paillier library</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/general/PaillierTest.html#PaillierTest()">PaillierTest()</a></span> - Constructor for class org.apache.pirk.general.<a href="../org/apache/pirk/general/PaillierTest.html" title="class in org.apache.pirk.general">PaillierTest</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/ISO8601DateParser.html#parseDate(java.lang.String)">parseDate(String)</a></span> - Static method in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/ISO8601DateParser.html" title="class in org.apache.pirk.utils">ISO8601DateParser</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#partitionBits(java.math.BigInteger,%20int,%20java.math.BigInteger)">partitionBits(BigInteger, int, BigInteger)</a></span> - Static method in class 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">PrimitiveTypePartitioner</a></dt> |
| <dd> |
| <div class="block">Splits the given BigInteger into partitions given by the partitionSize</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/query/wideskies/QueryUtils.html#partitionDataElement(org.apache.pirk.schema.query.QuerySchema,%20org.json.simple.JSONObject,%20boolean)">partitionDataElement(QuerySchema, JSONObject, boolean)</a></span> - Static method in class org.apache.pirk.query.wideskies.<a href="../org/apache/pirk/query/wideskies/QueryUtils.html" title="class in org.apache.pirk.query.wideskies">QueryUtils</a></dt> |
| <dd> |
| <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> |
| </dd> |
| <dt><span class="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(MapWritable, QuerySchema, DataSchema, boolean)</a></span> - Static method in class org.apache.pirk.query.wideskies.<a href="../org/apache/pirk/query/wideskies/QueryUtils.html" title="class in org.apache.pirk.query.wideskies">QueryUtils</a></dt> |
| <dd> |
| <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> |
| </dd> |
| <dt><a href="../org/apache/pirk/general/PartitionUtilsTest.html" title="class in org.apache.pirk.general"><span class="strong">PartitionUtilsTest</span></a> - Class in <a href="../org/apache/pirk/general/package-summary.html">org.apache.pirk.general</a></dt> |
| <dd> |
| <div class="block">Class to functionally test the bit conversion utils</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/general/PartitionUtilsTest.html#PartitionUtilsTest()">PartitionUtilsTest()</a></span> - Constructor for class org.apache.pirk.general.<a href="../org/apache/pirk/general/PartitionUtilsTest.html" title="class in org.apache.pirk.general">PartitionUtilsTest</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/responder/wideskies/spark/ComputeResponse.html#performQuery()">performQuery()</a></span> - Method in class 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">ComputeResponse</a></dt> |
| <dd> |
| <div class="block">Method to read in data from an allowed input source/format and perform the query</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/responder/wideskies/spark/ComputeResponse.html#performQuery(org.apache.spark.api.java.JavaRDD)">performQuery(JavaRDD<MapWritable>)</a></span> - Method in class 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">ComputeResponse</a></dt> |
| <dd> |
| <div class="block">Method to perform the query given an input RDD of MapWritables</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/test/distributed/testsuite/DistTestSuite.html#performQuery(java.lang.String,%20java.util.ArrayList,%20org.apache.hadoop.fs.FileSystem,%20boolean,%20int)">performQuery(String, ArrayList<String>, FileSystem, boolean, int)</a></span> - Static method in class 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">DistTestSuite</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/test/utils/StandaloneQuery.html#performStandaloneQuery(java.util.ArrayList,%20java.lang.String,%20java.util.ArrayList,%20int,%20boolean)">performStandaloneQuery(ArrayList<JSONObject>, String, ArrayList<String>, int, boolean)</a></span> - Static method in class org.apache.pirk.test.utils.<a href="../org/apache/pirk/test/utils/StandaloneQuery.html" title="class in org.apache.pirk.test.utils">StandaloneQuery</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/FileConst.html#PIR">PIR</a></span> - Static variable in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/FileConst.html" title="class in org.apache.pirk.utils">FileConst</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/FileConst.html#PIR_COLS">PIR_COLS</a></span> - Static variable in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/FileConst.html" title="class in org.apache.pirk.utils">FileConst</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/FileConst.html#PIR_FINAL">PIR_FINAL</a></span> - Static variable in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/FileConst.html" title="class in org.apache.pirk.utils">FileConst</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/test/distributed/DistributedTestDriver.html#PIR_QUERY_INPUT_DIR">PIR_QUERY_INPUT_DIR</a></span> - Static variable in class org.apache.pirk.test.distributed.<a href="../org/apache/pirk/test/distributed/DistributedTestDriver.html" title="class in org.apache.pirk.test.distributed">DistributedTestDriver</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/test/distributed/DistributedTestDriver.html#PIR_STOPLIST_FILE">PIR_STOPLIST_FILE</a></span> - Static variable in class org.apache.pirk.test.distributed.<a href="../org/apache/pirk/test/distributed/DistributedTestDriver.html" title="class in org.apache.pirk.test.distributed">DistributedTestDriver</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils"><span class="strong">PIRException</span></a> - Exception in <a href="../org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a></dt> |
| <dd> |
| <div class="block">Custom exception for the PIR utilities</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/PIRException.html#PIRException()">PIRException()</a></span> - Constructor for exception org.apache.pirk.utils.<a href="../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/PIRException.html#PIRException(java.lang.String)">PIRException(String)</a></span> - Constructor for exception org.apache.pirk.utils.<a href="../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/PIRException.html#PIRException(java.lang.Throwable)">PIRException(Throwable)</a></span> - Constructor for exception org.apache.pirk.utils.<a href="../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/utils/PIRException.html#PIRException(java.lang.String,%20java.lang.Throwable)">PIRException(String, Throwable)</a></span> - Constructor for exception org.apache.pirk.utils.<a href="../org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">PIRException</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/responder/wideskies/ResponderProps.html#PLATFORM">PLATFORM</a></span> - Static variable in class org.apache.pirk.responder.wideskies.<a href="../org/apache/pirk/responder/wideskies/ResponderProps.html" title="class in org.apache.pirk.responder.wideskies">ResponderProps</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/encryption/PrimeGenerator.html" title="class in org.apache.pirk.encryption"><span class="strong">PrimeGenerator</span></a> - Class in <a href="../org/apache/pirk/encryption/package-summary.html">org.apache.pirk.encryption</a></dt> |
| <dd> |
| <div class="block">Class to generate the primes used in the Paillier cryptosystem</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/encryption/PrimeGenerator.html#PrimeGenerator()">PrimeGenerator()</a></span> - Constructor for class org.apache.pirk.encryption.<a href="../org/apache/pirk/encryption/PrimeGenerator.html" title="class in org.apache.pirk.encryption">PrimeGenerator</a></dt> |
| <dd> </dd> |
| <dt><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> - Class in <a href="../org/apache/pirk/schema/data/partitioner/package-summary.html">org.apache.pirk.schema.data.partitioner</a></dt> |
| <dd> |
| <div class="block">Class for partitioning objects with primitive Java types</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html#PrimitiveTypePartitioner()">PrimitiveTypePartitioner()</a></span> - Constructor for class 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">PrimitiveTypePartitioner</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/responder/wideskies/spark/Accumulators.html#printAll()">printAll()</a></span> - Method in class org.apache.pirk.responder.wideskies.spark.<a href="../org/apache/pirk/responder/wideskies/spark/Accumulators.html" title="class in org.apache.pirk.responder.wideskies.spark">Accumulators</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/query/wideskies/QueryInfo.html#printQueryInfo()">printQueryInfo()</a></span> - Method in class org.apache.pirk.query.wideskies.<a href="../org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">QueryInfo</a></dt> |
| <dd> </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/schema/data/DataSchemaRegistry.html#put(org.apache.pirk.schema.data.DataSchema)">put(DataSchema)</a></span> - Static method in class org.apache.pirk.schema.data.<a href="../org/apache/pirk/schema/data/DataSchemaRegistry.html" title="class in org.apache.pirk.schema.data">DataSchemaRegistry</a></dt> |
| <dd> |
| <div class="block">Adds the given data schema to the registry.</div> |
| </dd> |
| <dt><span class="strong"><a href="../org/apache/pirk/schema/query/QuerySchemaRegistry.html#put(org.apache.pirk.schema.query.QuerySchema)">put(QuerySchema)</a></span> - Static method in class org.apache.pirk.schema.query.<a href="../org/apache/pirk/schema/query/QuerySchemaRegistry.html" title="class in org.apache.pirk.schema.query">QuerySchemaRegistry</a></dt> |
| <dd> |
| <div class="block">Adds the given query schema to the registry.</div> |
| </dd> |
| </dl> |
| <a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">J</a> <a href="index-11.html">K</a> <a href="index-12.html">L</a> <a href="index-13.html">M</a> <a href="index-14.html">N</a> <a href="index-15.html">O</a> <a href="index-16.html">P</a> <a href="index-17.html">Q</a> <a href="index-18.html">R</a> <a href="index-19.html">S</a> <a href="index-20.html">T</a> <a href="index-21.html">U</a> <a href="index-22.html">V</a> <a href="index-23.html">W</a> </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>Package</li> |
| <li>Class</li> |
| <li>Use</li> |
| <li><a href="../overview-tree.html">Tree</a></li> |
| <li><a href="../deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="../help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li><a href="index-15.html">Prev Letter</a></li> |
| <li><a href="index-17.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-filesindex-16.html" target="_top">Frames</a></li> |
| <li><a href="index-16.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> |