public interface DefaultMemoryManagerFactory
MemoryManager implementation to be used as the
MemoryManager.DEFAULT_MEMORY_MANAGER.
Specify a custom DefaultMemoryManagerFactory implementation using a JVM system property
"org.glassfish.grizzly.MEMORY_MANAGER_FACTORY". Implementations of this interface will be created by invoking its no-arg constructor.| Modifier and Type | Field and Description |
|---|---|
static String |
DMMF_PROP_NAME |
| Modifier and Type | Method and Description |
|---|---|
MemoryManager |
createMemoryManager() |
static final String DMMF_PROP_NAME
MemoryManager createMemoryManager()
MemoryManager.DEFAULT_MEMORY_MANAGER. This
method should return null if the MemoryManager could not be created.Copyright © 2017–2020 Oracle Corporation. All rights reserved.