| <!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:58:52 EDT 2016 --> |
| <title>Serialized Form</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="Serialized Form"; |
| } |
| //--> |
| </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><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?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.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"> |
| <h1 title="Serialized Form" class="title">Serialized Form</h1> |
| </div> |
| <div class="serializedFormContainer"> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.encryption</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.encryption.Paillier"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption">org.apache.pirk.encryption.Paillier</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>p</h4> |
| <pre>java.math.BigInteger p</pre> |
| </li> |
| <li class="blockList"> |
| <h4>q</h4> |
| <pre>java.math.BigInteger q</pre> |
| </li> |
| <li class="blockList"> |
| <h4>N</h4> |
| <pre>java.math.BigInteger N</pre> |
| </li> |
| <li class="blockList"> |
| <h4>NSquared</h4> |
| <pre>java.math.BigInteger NSquared</pre> |
| </li> |
| <li class="blockList"> |
| <h4>lambdaN</h4> |
| <pre>java.math.BigInteger lambdaN</pre> |
| </li> |
| <li class="blockList"> |
| <h4>w</h4> |
| <pre>java.math.BigInteger w</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>bitLength</h4> |
| <pre>int bitLength</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.querier.wideskies</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.querier.wideskies.Querier"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/querier/wideskies/Querier.html" title="class in org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies.Querier</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>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> |
| <li class="blockList"> |
| <h4>paillier</h4> |
| <pre><a href="org/apache/pirk/encryption/Paillier.html" title="class in org.apache.pirk.encryption">Paillier</a> paillier</pre> |
| </li> |
| <li class="blockList"> |
| <h4>selectors</h4> |
| <pre>java.util.List<E> selectors</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>embedSelectorMap</h4> |
| <pre>java.util.HashMap<K,V> embedSelectorMap</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.querier.wideskies.QuerierDriver"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/querier/wideskies/QuerierDriver.html" title="class in org.apache.pirk.querier.wideskies">org.apache.pirk.querier.wideskies.QuerierDriver</a> extends java.lang.Object implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.query.wideskies</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.query.wideskies.Query"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/query/wideskies/Query.html" title="class in org.apache.pirk.query.wideskies">org.apache.pirk.query.wideskies.Query</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>qInfo</h4> |
| <pre><a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">QueryInfo</a> qInfo</pre> |
| </li> |
| <li class="blockList"> |
| <h4>queryElements</h4> |
| <pre>java.util.TreeMap<K,V> queryElements</pre> |
| </li> |
| <li class="blockList"> |
| <h4>expTable</h4> |
| <pre>java.util.Map<K,V> expTable</pre> |
| </li> |
| <li class="blockList"> |
| <h4>expFileBasedLookup</h4> |
| <pre>java.util.Map<K,V> expFileBasedLookup</pre> |
| </li> |
| <li class="blockList"> |
| <h4>N</h4> |
| <pre>java.math.BigInteger N</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>NSquared</h4> |
| <pre>java.math.BigInteger NSquared</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.query.wideskies.QueryInfo"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/query/wideskies/QueryInfo.html" title="class in org.apache.pirk.query.wideskies">org.apache.pirk.query.wideskies.QueryInfo</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>identifier</h4> |
| <pre>java.util.UUID identifier</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numSelectors</h4> |
| <pre>int numSelectors</pre> |
| </li> |
| <li class="blockList"> |
| <h4>queryType</h4> |
| <pre>java.lang.String queryType</pre> |
| </li> |
| <li class="blockList"> |
| <h4>hashBitSize</h4> |
| <pre>int hashBitSize</pre> |
| </li> |
| <li class="blockList"> |
| <h4>hashKey</h4> |
| <pre>java.lang.String hashKey</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numBitsPerDataElement</h4> |
| <pre>int numBitsPerDataElement</pre> |
| </li> |
| <li class="blockList"> |
| <h4>dataPartitionBitSize</h4> |
| <pre>int dataPartitionBitSize</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numPartitionsPerDataElement</h4> |
| <pre>int numPartitionsPerDataElement</pre> |
| </li> |
| <li class="blockList"> |
| <h4>useExpLookupTable</h4> |
| <pre>boolean useExpLookupTable</pre> |
| </li> |
| <li class="blockList"> |
| <h4>useHDFSExpLookupTable</h4> |
| <pre>boolean useHDFSExpLookupTable</pre> |
| </li> |
| <li class="blockList"> |
| <h4>embedSelector</h4> |
| <pre>boolean embedSelector</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>qSchema</h4> |
| <pre><a href="org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a> qSchema</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.responder.wideskies.spark</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.Accumulators"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/Accumulators.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.Accumulators</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>numRecordsReceived</h4> |
| <pre>org.apache.spark.Accumulator<T> numRecordsReceived</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numRecordsFiltered</h4> |
| <pre>org.apache.spark.Accumulator<T> numRecordsFiltered</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numRecordsAfterFilter</h4> |
| <pre>org.apache.spark.Accumulator<T> numRecordsAfterFilter</pre> |
| </li> |
| <li class="blockList"> |
| <h4>numHashes</h4> |
| <pre>org.apache.spark.Accumulator<T> numHashes</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>numColumns</h4> |
| <pre>org.apache.spark.Accumulator<T> numColumns</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.BroadcastVars"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/BroadcastVars.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.BroadcastVars</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>query</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> query</pre> |
| </li> |
| <li class="blockList"> |
| <h4>queryInfo</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> queryInfo</pre> |
| </li> |
| <li class="blockList"> |
| <h4>dataSchema</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> dataSchema</pre> |
| </li> |
| <li class="blockList"> |
| <h4>querySchema</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> querySchema</pre> |
| </li> |
| <li class="blockList"> |
| <h4>useLocalCache</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> useLocalCache</pre> |
| </li> |
| <li class="blockList"> |
| <h4>limitHitsPerSelector</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> limitHitsPerSelector</pre> |
| </li> |
| <li class="blockList"> |
| <h4>maxHitsPerSelector</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> maxHitsPerSelector</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>expDir</h4> |
| <pre>org.apache.spark.broadcast.Broadcast<T> expDir</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.EncColMultGroupedMapper"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/EncColMultGroupedMapper.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.EncColMultGroupedMapper</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="blockListLast"> |
| <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> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.EncColMultReducer"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/EncColMultReducer.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.EncColMultReducer</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="blockListLast"> |
| <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> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.EncRowCalc"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/EncRowCalc.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.EncRowCalc</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>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>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> |
| <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> |
| <li class="blockList"> |
| <h4>useLocalCache</h4> |
| <pre>boolean useLocalCache</pre> |
| </li> |
| <li class="blockList"> |
| <h4>limitHitsPerSelector</h4> |
| <pre>boolean limitHitsPerSelector</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>maxHitsPerSelector</h4> |
| <pre>int maxHitsPerSelector</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.EncRowCalcPrecomputedCache"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/EncRowCalcPrecomputedCache.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.EncRowCalcPrecomputedCache</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>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>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> |
| <li class="blockList"> |
| <h4>limitHitsPerSelector</h4> |
| <pre>boolean limitHitsPerSelector</pre> |
| </li> |
| <li class="blockList"> |
| <h4>maxHitsPerSelector</h4> |
| <pre>int maxHitsPerSelector</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>expTable</h4> |
| <pre>java.util.HashMap<K,V> expTable</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.ExpKeyFilenameMap"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/ExpKeyFilenameMap.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.ExpKeyFilenameMap</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="blockListLast"> |
| <h4>expOutDir</h4> |
| <pre>java.lang.String expOutDir</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.ExpTableGenerator"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/ExpTableGenerator.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.ExpTableGenerator</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>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> |
| <li class="blockList"> |
| <h4>NSquared</h4> |
| <pre>java.math.BigInteger NSquared</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>maxValue</h4> |
| <pre>int maxValue</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.FilterData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/FilterData.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.FilterData</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>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>dSchema</h4> |
| <pre><a href="org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> dSchema</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>filter</h4> |
| <pre>java.lang.Object filter</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.responder.wideskies.spark.HashSelectorsAndPartitionData"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/responder/wideskies/spark/HashSelectorsAndPartitionData.html" title="class in org.apache.pirk.responder.wideskies.spark">org.apache.pirk.responder.wideskies.spark.HashSelectorsAndPartitionData</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>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> |
| <li class="blockList"> |
| <h4>qSchema</h4> |
| <pre><a href="org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">QuerySchema</a> qSchema</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>dSchema</h4> |
| <pre><a href="org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> dSchema</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"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/response/wideskies/Response.html" title="class in org.apache.pirk.response.wideskies">org.apache.pirk.response.wideskies.Response</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>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> |
| <li class="blockListLast"> |
| <h4>responseElements</h4> |
| <pre>java.util.TreeMap<K,V> responseElements</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.schema.data</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.schema.data.DataSchema"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">org.apache.pirk.schema.data.DataSchema</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="serialized_methods"> |
| <!-- --> |
| </a> |
| <h3>Serialization Methods</h3> |
| <ul class="blockList"> |
| <li class="blockListLast"><a name="readObject(java.io.ObjectInputStream)"> |
| <!-- --> |
| </a> |
| <h4>readObject</h4> |
| <pre>private void readObject(java.io.ObjectInputStream in) |
| throws java.io.IOException, |
| java.lang.ClassNotFoundException</pre> |
| <dl><dt><span class="strong">Throws:</span></dt> |
| <dd><code>java.io.IOException</code></dd> |
| <dd><code>java.lang.ClassNotFoundException</code></dd></dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="serializedForm"> |
| <!-- --> |
| </a> |
| <h3>Serialized Fields</h3> |
| <ul class="blockList"> |
| <li class="blockList"> |
| <h4>schemaName</h4> |
| <pre>java.lang.String schemaName</pre> |
| </li> |
| <li class="blockList"> |
| <h4>typeMap</h4> |
| <pre>java.util.Map<K,V> typeMap</pre> |
| </li> |
| <li class="blockList"> |
| <h4>partitionerTypeMap</h4> |
| <pre>java.util.Map<K,V> partitionerTypeMap</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>arrayElements</h4> |
| <pre>java.util.Set<E> arrayElements</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.schema.data.partitioner</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.schema.data.partitioner.IPDataPartitioner"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/data/partitioner/IPDataPartitioner.html" title="class in org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner.IPDataPartitioner</a> extends java.lang.Object implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.schema.data.partitioner.ISO8601DatePartitioner"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/data/partitioner/ISO8601DatePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner.ISO8601DatePartitioner</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="blockListLast"> |
| <h4>ptp</h4> |
| <pre><a href="org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner">PrimitiveTypePartitioner</a> ptp</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"><a name="org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/data/partitioner/PrimitiveTypePartitioner.html" title="class in org.apache.pirk.schema.data.partitioner">org.apache.pirk.schema.data.partitioner.PrimitiveTypePartitioner</a> extends java.lang.Object implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.schema.query</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.schema.query.QuerySchema"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/query/QuerySchema.html" title="class in org.apache.pirk.schema.query">org.apache.pirk.schema.query.QuerySchema</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>schemaName</h4> |
| <pre>java.lang.String schemaName</pre> |
| </li> |
| <li class="blockList"> |
| <h4>dataSchemaName</h4> |
| <pre>java.lang.String dataSchemaName</pre> |
| </li> |
| <li class="blockList"> |
| <h4>selectorName</h4> |
| <pre>java.lang.String selectorName</pre> |
| </li> |
| <li class="blockList"> |
| <h4>elementNames</h4> |
| <pre>java.util.List<E> elementNames</pre> |
| </li> |
| <li class="blockList"> |
| <h4>filterTypeName</h4> |
| <pre>java.lang.String filterTypeName</pre> |
| </li> |
| <li class="blockList"> |
| <h4>filter</h4> |
| <pre><a href="org/apache/pirk/schema/query/filter/DataFilter.html" title="interface in org.apache.pirk.schema.query.filter">DataFilter</a> filter</pre> |
| </li> |
| <li class="blockList"> |
| <h4>filteredElementNames</h4> |
| <pre>java.util.Set<E> filteredElementNames</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>dataElementSize</h4> |
| <pre>int dataElementSize</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.schema.query.filter</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.schema.query.filter.StopListFilter"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/query/filter/StopListFilter.html" title="class in org.apache.pirk.schema.query.filter">org.apache.pirk.schema.query.filter.StopListFilter</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>filterSet</h4> |
| <pre>java.util.Set<E> filterSet</pre> |
| </li> |
| <li class="blockListLast"> |
| <h4>stopList</h4> |
| <pre>java.util.Set<E> stopList</pre> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.schema.response</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.schema.response.QueryResponseJSON"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/schema/response/QueryResponseJSON.html" title="class in org.apache.pirk.schema.response">org.apache.pirk.schema.response.QueryResponseJSON</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>jsonObj</h4> |
| <pre>org.json.simple.JSONObject jsonObj</pre> |
| </li> |
| <li class="blockList"> |
| <h4>dSchema</h4> |
| <pre><a href="org/apache/pirk/schema/data/DataSchema.html" title="class in org.apache.pirk.schema.data">DataSchema</a> dSchema</pre> |
| </li> |
| <li class="blockListLast"> |
| <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> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </li> |
| <li class="blockList"> |
| <h2 title="Package">Package org.apache.pirk.utils</h2> |
| <ul class="blockList"> |
| <li class="blockList"><a name="org.apache.pirk.utils.PIRException"> |
| <!-- --> |
| </a> |
| <h3>Class <a href="org/apache/pirk/utils/PIRException.html" title="class in org.apache.pirk.utils">org.apache.pirk.utils.PIRException</a> extends java.lang.Exception implements Serializable</h3> |
| <dl class="nameValue"> |
| <dt>serialVersionUID:</dt> |
| <dd>1L</dd> |
| </dl> |
| </li> |
| </ul> |
| </li> |
| </ul> |
| </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><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?serialized-form.html" target="_top">Frames</a></li> |
| <li><a href="serialized-form.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> |