org.apache.hadoop.hbase.util
Class Methods

java.lang.Object
  extended by org.apache.hadoop.hbase.util.Methods

@InterfaceAudience.Private
public class Methods
extends Object


Constructor Summary
Methods()
           
 
Method Summary
static
<T> Object
call(Class<T> clazz, T instance, String methodName, Class[] types, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Methods

public Methods()
Method Detail

call

public static <T> Object call(Class<T> clazz,
                              T instance,
                              String methodName,
                              Class[] types,
                              Object[] args)
                   throws Exception
Throws:
Exception


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.