public static class BuildBloom.Initial extends BuildBloomBase<Tuple>
EvalFunc.SchemaTypefilter, hType, numHash, vSizelog, pigLogger, reporter, returnType| Constructor and Description | 
|---|
| BuildBloom.Initial() | 
| BuildBloom.Initial(String hashType,
                  String numElements,
                  String desiredFalsePositive) | 
| BuildBloom.Initial(String hashType,
                  String mode,
                  String vectorSize,
                  String nbHash) | 
| Modifier and Type | Method and Description | 
|---|---|
| Tuple | exec(Tuple input)This callback method must be implemented by all subclasses. | 
bloomIn, bloomOr, bloomOutallowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic BuildBloom.Initial()
public BuildBloom.Initial(String hashType, String mode, String vectorSize, String nbHash)
public Tuple exec(Tuple input) throws IOException
EvalFuncexec in class EvalFunc<Tuple>input - the Tuple to be processed.IOExceptionCopyright © 2007-2012 The Apache Software Foundation