- main(String[]) - Static method in class org.apache.pirk.benchmark.BenchmarkDriver
-
- main(String...) - Static method in class org.apache.pirk.querier.wideskies.QuerierDriver
-
- main(String[]) - Static method in class org.apache.pirk.responder.wideskies.ResponderDriver
-
- main(String[]) - Static method in class org.apache.pirk.test.distributed.DistributedTestDriver
-
- map(LongWritable, Text, Mapper<LongWritable, Text, LongWritable, Text>.Context) - Method in class org.apache.pirk.responder.wideskies.mapreduce.ColumnMultMapper
-
- map(LongWritable, Text, Mapper<LongWritable, Text, Text, Text>.Context) - Method in class org.apache.pirk.responder.wideskies.mapreduce.ExpTableMapper
-
- map(Text, MapWritable, Mapper<Text, MapWritable, IntWritable, BytesArrayWritable>.Context) - Method in class org.apache.pirk.responder.wideskies.mapreduce.HashSelectorsAndPartitionDataMapper
-
The key is the docID/line number and the value is the doc
- MapReduceResponder - Class in org.apache.pirk.responder.wideskies.mapreduce
-
Class to launch Map Reduce responder
- MapReduceResponder() - Constructor for class org.apache.pirk.responder.wideskies.mapreduce.MapReduceResponder
-
- mapWritableToString(MapWritable) - Static method in class org.apache.pirk.utils.StringUtils
-
Method to convert a MapWritable into a JSON string
- MAXBATCHES - Static variable in class org.apache.pirk.responder.wideskies.ResponderProps
-
- MAXHITSPERSELECTOR - Static variable in class org.apache.pirk.responder.wideskies.ResponderProps
-
- milliseconds() - Method in class org.apache.pirk.storm.SystemTime
-
- modPow(BigInteger, BigInteger, BigInteger) - Static method in class org.apache.pirk.encryption.ModPowAbstraction
-
Performs modPow: (base
^exponent
) mod modulus
This method uses the values of paillier.useGMPForModPow
and paillier.GMPConstantTimeMode
as they were when the class was loaded to decide
which implementation of modPow to invoke.
- modPow(long, BigInteger, BigInteger) - Static method in class org.apache.pirk.encryption.ModPowAbstraction
-
- ModPowAbstraction - Class in org.apache.pirk.encryption
-
This class is designed to offer a one-stop-shop for invoking the desired version of modPow
- ModPowAbstraction() - Constructor for class org.apache.pirk.encryption.ModPowAbstraction
-
- MRStats - Enum in org.apache.pirk.responder.wideskies.mapreduce
-