Uses of Interface
org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
Packages that use ThreadPoolProbe Package Description org.glassfish.grizzly org.glassfish.grizzly.threadpool -
-
Uses of ThreadPoolProbe in org.glassfish.grizzly
Fields in org.glassfish.grizzly with type parameters of type ThreadPoolProbe Modifier and Type Field Description protected DefaultMonitoringConfig<ThreadPoolProbe>AbstractTransport. threadPoolMonitoringConfigThread pool probesMethods in org.glassfish.grizzly that return types with arguments of type ThreadPoolProbe Modifier and Type Method Description MonitoringConfig<ThreadPoolProbe>AbstractTransport. getThreadPoolMonitoringConfig()Get the monitoring configuration for Transport thread pool.MonitoringConfig<ThreadPoolProbe>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 ThreadPoolProbe Modifier and Type Class Description static classThreadPoolProbe.AdapterThreadPoolProbeadapter 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 ThreadPoolProbe Modifier and Type Field Description protected DefaultMonitoringConfig<ThreadPoolProbe>AbstractThreadPool. monitoringConfigThreadPool probesprotected DefaultMonitoringConfig<ThreadPoolProbe>ThreadPoolConfig. threadPoolMonitoringConfigThread pool probesMethods in org.glassfish.grizzly.threadpool that return types with arguments of type ThreadPoolProbe Modifier and Type Method Description DefaultMonitoringConfig<ThreadPoolProbe>ThreadPoolConfig. getInitialMonitoringConfig()MonitoringConfig<ThreadPoolProbe>AbstractThreadPool. getMonitoringConfig()Return the object associatedMonitoringConfig.MonitoringConfig<ThreadPoolProbe>GrizzlyExecutorService. getMonitoringConfig()Return the object associatedMonitoringConfig.
-