Uses of Class
com.ibm.j9ddr.vm29.j9.gc.GCMemoryPool.MemoryPoolType
-
Packages that use GCMemoryPool.MemoryPoolType Package Description com.ibm.j9ddr.vm29.j9.gc -
-
Uses of GCMemoryPool.MemoryPoolType in com.ibm.j9ddr.vm29.j9.gc
Fields in com.ibm.j9ddr.vm29.j9.gc declared as GCMemoryPool.MemoryPoolType Modifier and Type Field Description protected GCMemoryPool.MemoryPoolType
GCMemoryPool. _memoryPoolType
Methods in com.ibm.j9ddr.vm29.j9.gc that return GCMemoryPool.MemoryPoolType Modifier and Type Method Description GCMemoryPool.MemoryPoolType
GCMemoryPool. getType()
static GCMemoryPool.MemoryPoolType
GCMemoryPool.MemoryPoolType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GCMemoryPool.MemoryPoolType[]
GCMemoryPool.MemoryPoolType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-