org.apache.pig.builtin
Class Invoker<T>
java.lang.Object
org.apache.pig.builtin.Invoker<T>
public class Invoker<T>
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Invoker
public Invoker(String fullName,
String paramSpecsStr)
throws ClassNotFoundException,
FrontendException,
SecurityException,
NoSuchMethodException
- Throws:
ClassNotFoundException
FrontendException
SecurityException
NoSuchMethodException
Invoker
public Invoker(String fullName,
String paramSpecsStr,
String isStatic)
throws ClassNotFoundException,
FrontendException,
SecurityException,
NoSuchMethodException
- Throws:
ClassNotFoundException
FrontendException
SecurityException
NoSuchMethodException
getReturnType
public Type getReturnType()
invoke
public T invoke(Tuple input)
throws IOException
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation