Uses of Enum Class
com.ibm.j9ddr.vm29.j9.RootSet.RootSetType
Packages that use RootSet.RootSetType
-
Uses of RootSet.RootSetType in com.ibm.j9ddr.vm29.j9
Methods in com.ibm.j9ddr.vm29.j9 that return RootSet.RootSetTypeModifier and TypeMethodDescriptionstatic RootSet.RootSetTypeReturns the enum constant of this class with the specified name.static RootSet.RootSetType[]RootSet.RootSetType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ibm.j9ddr.vm29.j9 with parameters of type RootSet.RootSetTypeModifier and TypeMethodDescriptionstatic List<com.ibm.j9ddr.vm29.pointer.generated.J9ObjectPointer> RootSet.allRoots(RootSet.RootSetType rootSetType) protected static RootSetRootSet.from(RootSet.RootSetType rootSetType, boolean useSingleton) RootSet.gcIterator(RootSet.RootSetType rootSetType) static GCIteratorRootSet.rootIterator(RootSet.RootSetType rootSetType) static voidLiveSetWalker.walkLiveSet(LiveSetWalker.ObjectVisitor visitor, RootSet.RootSetType rootSetType)