EPiC
Efficient Privacy-Preserving Counting for MapReduce
 All Classes Namespaces Functions Variables
Classes | Static Public Member Functions
mapred.MapRedPlainCountOne Class Reference

This is an illustrating implementation of counting based on unencrypted fields. More...

List of all members.

Classes

class  CountMapper
class  CountReducer

Static Public Member Functions

static void setup (JobConf conf)
 Initializes the class based on provided configuration parameters.

Detailed Description

This is an illustrating implementation of counting based on unencrypted fields.

This implementation supports single field counting and multiple conjuctive counting only. Disjunctive counting (and therefore, arbitrary boolean expressions) is not supported.

Author:
vohuudtr

Member Function Documentation

static void mapred.MapRedPlainCountOne.setup ( JobConf  conf) [inline, static]

Initializes the class based on provided configuration parameters.

The initialization comprises setting job's name, assigning Mapper and Reducer class as well as their input and output key-value classes.

Parameters:
confconfiguration parameters.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables