Uses of Interface
org.glassfish.grizzly.memory.MemoryProbe
-
Packages that use MemoryProbe Package Description org.glassfish.grizzly.memory -
-
Uses of MemoryProbe in org.glassfish.grizzly.memory
Classes in org.glassfish.grizzly.memory that implement MemoryProbe Modifier and Type Class Description static classMemoryProbe.AdapterMemoryProbeadapter that provides no-op implementations for all interface methods allowing easy extension by the developer.Fields in org.glassfish.grizzly.memory with type parameters of type MemoryProbe Modifier and Type Field Description protected DefaultMonitoringConfig<MemoryProbe>AbstractMemoryManager. monitoringConfigBasic monitoring support.protected DefaultMonitoringConfig<MemoryProbe>PooledMemoryManager. monitoringConfigBasic monitoring support.Methods in org.glassfish.grizzly.memory that return types with arguments of type MemoryProbe Modifier and Type Method Description MonitoringConfig<MemoryProbe>ByteBufferManager. getMonitoringConfig()MonitoringConfig<MemoryProbe>HeapMemoryManager. getMonitoringConfig()Return the object associatedMonitoringConfig.MonitoringConfig<MemoryProbe>PooledMemoryManager. getMonitoringConfig()Return the object associatedMonitoringConfig.
-