Spring for Apache Hadoop

org.springframework.yarn.support
Class UniqueMethodFilter

java.lang.Object
  extended by org.springframework.yarn.support.UniqueMethodFilter
All Implemented Interfaces:
org.springframework.util.ReflectionUtils.MethodFilter

public class UniqueMethodFilter
extends java.lang.Object
implements org.springframework.util.ReflectionUtils.MethodFilter

A ReflectionUtils.MethodFilter implementation that will match unique methods.

Author:
Oleg Zhurakousky, Janne Valkealahti

Constructor Summary
UniqueMethodFilter(java.lang.Class<?> targetClass)
           
 
Method Summary
 boolean matches(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniqueMethodFilter

public UniqueMethodFilter(java.lang.Class<?> targetClass)
Method Detail

matches

public boolean matches(java.lang.reflect.Method method)
Specified by:
matches in interface org.springframework.util.ReflectionUtils.MethodFilter

Spring for Apache Hadoop