org.apache.pig.builtin
Class InvokeForInt
java.lang.Object
org.apache.pig.EvalFunc<T>
org.apache.pig.builtin.GenericInvoker<Integer>
org.apache.pig.builtin.InvokeForInt
public class InvokeForInt
- extends GenericInvoker<Integer>
- See Also:
GenericInvoker
Methods inherited from class org.apache.pig.EvalFunc |
finish, getArgToFuncMapping, getCacheFiles, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, isAsynchronous, progress, setPigLogger, setReporter, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeForInt
public InvokeForInt()
InvokeForInt
public InvokeForInt(String fullName,
String paramSpecsStr)
throws FrontendException,
SecurityException,
ClassNotFoundException,
NoSuchMethodException
- Throws:
FrontendException
SecurityException
ClassNotFoundException
NoSuchMethodException
InvokeForInt
public InvokeForInt(String fullName)
throws FrontendException,
SecurityException,
ClassNotFoundException,
NoSuchMethodException
- Throws:
FrontendException
SecurityException
ClassNotFoundException
NoSuchMethodException
InvokeForInt
public InvokeForInt(String fullName,
String paramSpecsStr,
String isStatic)
throws ClassNotFoundException,
FrontendException,
SecurityException,
NoSuchMethodException
- Throws:
ClassNotFoundException
FrontendException
SecurityException
NoSuchMethodException
Copyright © 2012 The Apache Software Foundation