Uses of Interface
org.glassfish.grizzly.threadpool.ThreadPoolProbe
Packages that use ThreadPoolProbe
-
Uses of ThreadPoolProbe in org.glassfish.grizzly
Fields in org.glassfish.grizzly with type parameters of type ThreadPoolProbeModifier and TypeFieldDescriptionprotected final DefaultMonitoringConfig<ThreadPoolProbe>AbstractTransport.threadPoolMonitoringConfigThread pool probesMethods in org.glassfish.grizzly that return types with arguments of type ThreadPoolProbeModifier and TypeMethodDescriptionAbstractTransport.getThreadPoolMonitoringConfig()Get the monitoring configuration for Transport thread pool.Transport.getThreadPoolMonitoringConfig()Get the monitoring configuration for Transport thread pool. -
Uses of ThreadPoolProbe in org.glassfish.grizzly.threadpool
Classes in org.glassfish.grizzly.threadpool that implement ThreadPoolProbeModifier and TypeClassDescriptionstatic classThreadPoolProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly.threadpool with type parameters of type ThreadPoolProbeModifier and TypeFieldDescriptionprotected final DefaultMonitoringConfig<ThreadPoolProbe>AbstractThreadPool.monitoringConfigThreadPool probesprotected final DefaultMonitoringConfig<ThreadPoolProbe>ThreadPoolConfig.threadPoolMonitoringConfigThread pool probesMethods in org.glassfish.grizzly.threadpool that return types with arguments of type ThreadPoolProbeModifier and TypeMethodDescriptionThreadPoolConfig.getInitialMonitoringConfig()AbstractThreadPool.getMonitoringConfig()Return the object associatedMonitoringConfig.GrizzlyExecutorService.getMonitoringConfig()Return the object associatedMonitoringConfig.