org.apache.falcon.util
Class ResourcesReflectionUtil

java.lang.Object
  extended by org.apache.falcon.util.ResourcesReflectionUtil

public final class ResourcesReflectionUtil
extends Object

Builds a cached of methods annotated with Monitored and params of methods annotated with Dimension.


Nested Class Summary
static class ResourcesReflectionUtil.MethodAnnotation
          Holder class for method annotation.
 
Method Summary
static Map<Integer,String> getResourceDimensionsName(String methodName)
           
static String getResourceMonitorName(String methodName)
           
static Integer getResourceTimeTakenName(String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getResourceDimensionsName

public static Map<Integer,String> getResourceDimensionsName(String methodName)

getResourceMonitorName

public static String getResourceMonitorName(String methodName)

getResourceTimeTakenName

public static Integer getResourceTimeTakenName(String methodName)


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.