| <!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 (1.8.0_102) on Tue Sep 13 10:54:21 EDT 2016 --> |
| <title>H-Index</title> |
| <meta name="date" content="2016-09-13"> |
| <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> |
| <script type="text/javascript" src="../script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="H-Index"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <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-7.html">Prev Letter</a></li> |
| <li><a href="index-9.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li> |
| <li><a href="index-8.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="I:H"> |
| <!-- --> |
| </a> |
| <h2 class="title">H</h2> |
| <dl> |
| <dt><a href="../org/apache/pirk/serialization/HadoopFileSystemStore.html" title="class in org.apache.pirk.serialization"><span class="typeNameLink">HadoopFileSystemStore</span></a> - Class in <a href="../org/apache/pirk/serialization/package-summary.html">org.apache.pirk.serialization</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/serialization/HadoopFileSystemStore.html#HadoopFileSystemStore-org.apache.hadoop.fs.FileSystem-">HadoopFileSystemStore(FileSystem)</a></span> - Constructor for class org.apache.pirk.serialization.<a href="../org/apache/pirk/serialization/HadoopFileSystemStore.html" title="class in org.apache.pirk.serialization">HadoopFileSystemStore</a></dt> |
| <dd> |
| <div class="block">Creates a new storage service on the given HDFS file system using default Java serialization.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/serialization/HadoopFileSystemStore.html#HadoopFileSystemStore-org.apache.hadoop.fs.FileSystem-org.apache.pirk.serialization.SerializationService-">HadoopFileSystemStore(FileSystem, SerializationService)</a></span> - Constructor for class org.apache.pirk.serialization.<a href="../org/apache/pirk/serialization/HadoopFileSystemStore.html" title="class in org.apache.pirk.serialization">HadoopFileSystemStore</a></dt> |
| <dd> |
| <div class="block">Creates a new storage service on the given HDFS file system using the given serializer</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/utils/KeyedHash.html#hash-java.lang.String-int-java.lang.String-">hash(String, int, String)</a></span> - Static method in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/KeyedHash.html" title="class in org.apache.pirk.utils">KeyedHash</a></dt> |
| <dd> |
| <div class="block">Hash method that uses the java String hashCode()</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/utils/KeyedHash.html#hash-java.lang.String-int-java.lang.String-java.lang.String-">hash(String, int, String, String)</a></span> - Static method in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/KeyedHash.html" title="class in org.apache.pirk.utils">KeyedHash</a></dt> |
| <dd> |
| <div class="block">Hash method to optionally specify a hash type other than the default java hashCode() hashType must be MD5, SHA-1, or SHA-256</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/test/utils/BaseTests.html#hashBitSize">hashBitSize</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><span class="memberNameLink"><a href="../org/apache/pirk/schema/response/QueryResponseJSON.html#hashCode--">hashCode()</a></span> - Method in class org.apache.pirk.schema.response.<a href="../org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response">QueryResponseJSON</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/test/utils/BaseTests.html#hashKey">hashKey</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><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html#hashSelectorAndFormPartitions-org.apache.hadoop.io.MapWritable-org.apache.pirk.schema.query.QuerySchema-org.apache.pirk.schema.data.DataSchema-org.apache.pirk.query.wideskies.QueryInfo-">hashSelectorAndFormPartitions(MapWritable, QuerySchema, DataSchema, QueryInfo)</a></span> - Static method in class 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">HashSelectorAndPartitionData</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html#hashSelectorAndFormPartitions-org.json.simple.JSONObject-org.apache.pirk.query.wideskies.QueryInfo-org.apache.pirk.schema.query.QuerySchema-">hashSelectorAndFormPartitions(JSONObject, QueryInfo, QuerySchema)</a></span> - Static method in class 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">HashSelectorAndPartitionData</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html#hashSelectorAndFormPartitionsBigInteger-org.apache.hadoop.io.MapWritable-org.apache.pirk.schema.query.QuerySchema-org.apache.pirk.schema.data.DataSchema-org.apache.pirk.query.wideskies.QueryInfo-">hashSelectorAndFormPartitionsBigInteger(MapWritable, QuerySchema, DataSchema, QueryInfo)</a></span> - Static method in class 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">HashSelectorAndPartitionData</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html" title="class in org.apache.pirk.responder.wideskies.common"><span class="typeNameLink">HashSelectorAndPartitionData</span></a> - Class in <a href="../org/apache/pirk/responder/wideskies/common/package-summary.html">org.apache.pirk.responder.wideskies.common</a></dt> |
| <dd> |
| <div class="block">Given a MapWritable or JSON formatted dataElement, this class gives the common functionality to extract the selector by queryType from each dataElement, |
| perform a keyed hash of the selector, extract the partitions of the dataElement, and outputs <code><hash(selector), dataPartitions></code></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/common/HashSelectorAndPartitionData.html#HashSelectorAndPartitionData--">HashSelectorAndPartitionData()</a></span> - Constructor for class 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">HashSelectorAndPartitionData</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/responder/wideskies/spark/HashSelectorsAndPartitionData.html" title="class in org.apache.pirk.responder.wideskies.spark"><span class="typeNameLink">HashSelectorsAndPartitionData</span></a> - Class in <a href="../org/apache/pirk/responder/wideskies/spark/package-summary.html">org.apache.pirk.responder.wideskies.spark</a></dt> |
| <dd> |
| <div class="block">Function to extract the selector by queryType from each dataElement, perform a keyed hash of the selector, extract the partitions of the dataElement, and |
| output <code><hash(selector), dataPartitions></code></div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/spark/HashSelectorsAndPartitionData.html#HashSelectorsAndPartitionData-org.apache.pirk.responder.wideskies.spark.BroadcastVars-">HashSelectorsAndPartitionData(BroadcastVars)</a></span> - Constructor for class 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">HashSelectorsAndPartitionData</a></dt> |
| <dd> </dd> |
| <dt><a href="../org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.html" title="class in org.apache.pirk.responder.wideskies.mapreduce"><span class="typeNameLink">HashSelectorsAndPartitionDataMapper</span></a> - Class in <a href="../org/apache/pirk/responder/wideskies/mapreduce/package-summary.html">org.apache.pirk.responder.wideskies.mapreduce</a></dt> |
| <dd> |
| <div class="block">Initialization mapper for PIR</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.html#HashSelectorsAndPartitionDataMapper--">HashSelectorsAndPartitionDataMapper()</a></span> - Constructor for class org.apache.pirk.responder.wideskies.mapreduce.<a href="../org/apache/pirk/responder/wideskies/mapreduce/HashSelectorsAndPartitionDataMapper.html" title="class in org.apache.pirk.responder.wideskies.mapreduce">HashSelectorsAndPartitionDataMapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/querier/wideskies/QuerierCLI.html#hasOption-java.lang.String-">hasOption(String)</a></span> - Method in class org.apache.pirk.querier.wideskies.<a href="../org/apache/pirk/querier/wideskies/QuerierCLI.html" title="class in org.apache.pirk.querier.wideskies">QuerierCLI</a></dt> |
| <dd> |
| <div class="block">Determine if an option was provided by the user via the CLI</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/responder/wideskies/ResponderCLI.html#hasOption-java.lang.String-">hasOption(String)</a></span> - Method in class org.apache.pirk.responder.wideskies.<a href="../org/apache/pirk/responder/wideskies/ResponderCLI.html" title="class in org.apache.pirk.responder.wideskies">ResponderCLI</a></dt> |
| <dd> |
| <div class="block">Determine if an option was provided by the user via the CLI</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/test/distributed/DistributedTestCLI.html#hasOption-java.lang.String-">hasOption(String)</a></span> - Method in class org.apache.pirk.test.distributed.<a href="../org/apache/pirk/test/distributed/DistributedTestCLI.html" title="class in org.apache.pirk.test.distributed">DistributedTestCLI</a></dt> |
| <dd> |
| <div class="block">Determine if an option was provided by the user via the CLI</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/utils/SystemConfiguration.html#hasProperty-java.lang.String-">hasProperty(String)</a></span> - Static method in class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/SystemConfiguration.html" title="class in org.apache.pirk.utils">SystemConfiguration</a></dt> |
| <dd> |
| <div class="block">Returns true iff the given property name is defined.</div> |
| </dd> |
| <dt><a href="../org/apache/pirk/utils/HDFS.html" title="class in org.apache.pirk.utils"><span class="typeNameLink">HDFS</span></a> - Class in <a href="../org/apache/pirk/utils/package-summary.html">org.apache.pirk.utils</a></dt> |
| <dd> |
| <div class="block">Class for basic HDFS fileIO utils</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/utils/HDFS.html#HDFS--">HDFS()</a></span> - Constructor for class org.apache.pirk.utils.<a href="../org/apache/pirk/utils/HDFS.html" title="class in org.apache.pirk.utils">HDFS</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="../org/apache/pirk/test/utils/Inputs.html#HDFS_QUERY_FILES">HDFS_QUERY_FILES</a></span> - Static variable in class org.apache.pirk.test.utils.<a href="../org/apache/pirk/test/utils/Inputs.html" title="class in org.apache.pirk.test.utils">Inputs</a></dt> |
| <dd> </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> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <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-7.html">Prev Letter</a></li> |
| <li><a href="index-9.html">Next Letter</a></li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="../index.html?index-files/index-8.html" target="_top">Frames</a></li> |
| <li><a href="index-8.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> |