Class AlluxioResourceLeakDetectorFactory


  • public class AlluxioResourceLeakDetectorFactory
    extends io.netty.util.ResourceLeakDetectorFactory
    The class responsible for instantiating AlluxioResourceLeakDetector.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static io.netty.util.ResourceLeakDetectorFactory instance()  
      <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector​(java.lang.Class<T> resource, int samplingInterval)  
      <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector​(java.lang.Class<T> resource, int samplingInterval, long maxActive)  
      • Methods inherited from class io.netty.util.ResourceLeakDetectorFactory

        newResourceLeakDetector, setResourceLeakDetectorFactory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlluxioResourceLeakDetectorFactory

        public AlluxioResourceLeakDetectorFactory()
    • Method Detail

      • newResourceLeakDetector

        public <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector​(java.lang.Class<T> resource,
                                                                                 int samplingInterval,
                                                                                 long maxActive)
        Specified by:
        newResourceLeakDetector in class io.netty.util.ResourceLeakDetectorFactory
      • newResourceLeakDetector

        public <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector​(java.lang.Class<T> resource,
                                                                                 int samplingInterval)
        Overrides:
        newResourceLeakDetector in class io.netty.util.ResourceLeakDetectorFactory