public class AlluxioResourceLeakDetectorFactory
extends io.netty.util.ResourceLeakDetectorFactory
AlluxioResourceLeakDetector
.Constructor and Description |
---|
AlluxioResourceLeakDetectorFactory() |
Modifier and Type | Method and Description |
---|---|
static io.netty.util.ResourceLeakDetectorFactory |
instance() |
<T> io.netty.util.ResourceLeakDetector<T> |
newResourceLeakDetector(Class<T> resource,
int samplingInterval) |
<T> io.netty.util.ResourceLeakDetector<T> |
newResourceLeakDetector(Class<T> resource,
int samplingInterval,
long maxActive) |
public static io.netty.util.ResourceLeakDetectorFactory instance()
AlluxioResourceLeakDetectorFactory
public <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector(Class<T> resource, int samplingInterval, long maxActive)
newResourceLeakDetector
in class io.netty.util.ResourceLeakDetectorFactory
public <T> io.netty.util.ResourceLeakDetector<T> newResourceLeakDetector(Class<T> resource, int samplingInterval)
newResourceLeakDetector
in class io.netty.util.ResourceLeakDetectorFactory
Copyright © 2023. All Rights Reserved.