Uses of Enum Class
org.adoptopenjdk.jitwatch.model.CodeCacheEvent.CodeCacheEventType
Packages that use CodeCacheEvent.CodeCacheEventType
-
Uses of CodeCacheEvent.CodeCacheEventType in org.adoptopenjdk.jitwatch.model
Subclasses with type arguments of type CodeCacheEvent.CodeCacheEventType in org.adoptopenjdk.jitwatch.modelFields in org.adoptopenjdk.jitwatch.model declared as CodeCacheEvent.CodeCacheEventTypeMethods in org.adoptopenjdk.jitwatch.model that return CodeCacheEvent.CodeCacheEventTypeModifier and TypeMethodDescriptionCodeCacheEvent.getEventType()Returns the enum constant of this class with the specified name.static CodeCacheEvent.CodeCacheEventType[]CodeCacheEvent.CodeCacheEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.model with parameters of type CodeCacheEvent.CodeCacheEventTypeModifierConstructorDescriptionCodeCacheEvent(CodeCacheEvent.CodeCacheEventType eventType, long stamp, long nativeCodeSize, long freeCodeCache) -
Uses of CodeCacheEvent.CodeCacheEventType in org.adoptopenjdk.jitwatch.parser
Methods in org.adoptopenjdk.jitwatch.parser with parameters of type CodeCacheEvent.CodeCacheEventTypeModifier and TypeMethodDescriptionprotected voidAbstractLogParser.storeCodeCacheEvent(CodeCacheEvent.CodeCacheEventType eventType, Tag tag) private voidAbstractLogParser.storeCodeCacheEventDetail(CodeCacheEvent.CodeCacheEventType eventType, long stamp, long nativeCodeSize, long freeCodeCache)