Uses of Class
org.adoptopenjdk.jitwatch.model.CodeCacheEvent.CodeCacheEventType
-
Packages that use CodeCacheEvent.CodeCacheEventType Package Description org.adoptopenjdk.jitwatch.model org.adoptopenjdk.jitwatch.parser -
-
Uses of CodeCacheEvent.CodeCacheEventType in org.adoptopenjdk.jitwatch.model
Fields in org.adoptopenjdk.jitwatch.model declared as CodeCacheEvent.CodeCacheEventType Modifier and Type Field Description private CodeCacheEvent.CodeCacheEventTypeCodeCacheEvent. eventTypeMethods in org.adoptopenjdk.jitwatch.model that return CodeCacheEvent.CodeCacheEventType Modifier and Type Method Description CodeCacheEvent.CodeCacheEventTypeCodeCacheEvent. getEventType()static CodeCacheEvent.CodeCacheEventTypeCodeCacheEvent.CodeCacheEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CodeCacheEvent.CodeCacheEventType[]CodeCacheEvent.CodeCacheEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.adoptopenjdk.jitwatch.model with parameters of type CodeCacheEvent.CodeCacheEventType Constructor Description CodeCacheEvent(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.CodeCacheEventType Modifier and Type Method Description protected voidAbstractLogParser. storeCodeCacheEvent(CodeCacheEvent.CodeCacheEventType eventType, Tag tag)private voidAbstractLogParser. storeCodeCacheEventDetail(CodeCacheEvent.CodeCacheEventType eventType, long stamp, long nativeCodeSize, long freeCodeCache)
-