Skip navigation links
A C E F G H I J L M N R S T W 

A

accept(T) - Method in interface java.util.function.Consumer
Performs this operation on the given argument.
addResolvedConstructor(Constructor) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
addResolvedMethod(Method) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
addResolvedMethod(MethodInfoEntry.JVMMethod) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
addResolvedMethod(Collection<MethodInfoEntry.JVMMethod>) - Method in class com.alibaba.metaspace.MethodInfoEntry
 

C

calculateConstructorSignature(Constructor) - Static method in class com.alibaba.metaspace.MetaspaceInfo
helper function that calculate Constructor signature
calculateMethodSignature(Method) - Static method in class com.alibaba.metaspace.MetaspaceInfo
helper function that calculate Method signature
checkIfCompilationIsComplete() - Static method in class com.alibaba.jwarmup.JWarmUp
Check if the last compilation submitted by JWarmUp is complete.
clear() - Static method in class com.alibaba.metaspace.MetaspaceInfo
clear local java cache
com.alibaba.jwarmup - package com.alibaba.jwarmup
 
com.alibaba.metaspace - package com.alibaba.metaspace
 
com.alibaba.ras.gc - package com.alibaba.ras.gc
 
Consumer<T> - Interface in java.util.function
Represents an operation that accepts a single input argument and returns no result.

E

equals(Object) - Method in class com.alibaba.metaspace.MethodInfoKey
 

F

forceCompile(Collection<MethodInfoEntry>) - Method in class com.alibaba.jwarmup.WarmUpController
resolve Methods or Constructors from literal struct MethodInfoEntrys and try compile those
forceCompile(MethodInfoEntry) - Method in class com.alibaba.jwarmup.WarmUpController
resolve Method or Constructor from literal struct MethodInfoEntry and try compile it
forceCompile(Method, int) - Method in class com.alibaba.jwarmup.WarmUpController
force compile a Method
forceCompile(Constructor, int) - Method in class com.alibaba.jwarmup.WarmUpController
force compile a Constructor
forceCompileFromFile(File) - Method in class com.alibaba.jwarmup.WarmUpController
force compile methods recorded in target file
forceCompileFromFiles(List<File>) - Method in class com.alibaba.jwarmup.WarmUpController
force compile methods recorded in target file list
FULL_OPTIMIZATION - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 
FULL_PROFILE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 

G

GCPhaseInfo - Class in com.alibaba.ras.gc
gc phase information, contains the name and time of a phase.
GCPhaseInfo(String, double) - Constructor for class com.alibaba.ras.gc.GCPhaseInfo
 
get() - Method in class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
get() - Method in interface java.util.function.Supplier
Gets a result.
getClassLoaderName() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getClassName() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getClassName() - Method in class com.alibaba.metaspace.MethodInfoKey
 
getCompiledMethodList(int) - Method in class com.alibaba.jwarmup.WarmUpController
get compiled method list in given compile level.
getCompileLevel(Method) - Static method in class com.alibaba.metaspace.MetaspaceInfo
get target Method compile level
getCompileLevel(Constructor) - Static method in class com.alibaba.metaspace.MetaspaceInfo
get target Constructor compile level
getCompLevel() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getFilePath() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getInstance() - Static method in class com.alibaba.jwarmup.WarmUpController
 
getKey() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getMethodsByLevel(int) - Static method in class com.alibaba.metaspace.MetaspaceInfo
get method (represent as MethodInfoEntry collection with given compile level.
getName() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getName() - Method in class com.alibaba.metaspace.MethodInfoKey
 
getName() - Method in class com.alibaba.ras.gc.GCPhaseInfo
get the name of this GC phase
getResolvedMethods() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getSignature() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getSignature() - Method in class com.alibaba.metaspace.MethodInfoKey
 
getTime() - Method in class com.alibaba.ras.gc.GCPhaseInfo
get the time used in this GC phase

H

hashCode() - Method in class com.alibaba.metaspace.MethodInfoKey
 

I

isConstructor() - Method in class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
isMethod() - Method in class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
isResolved() - Method in class com.alibaba.metaspace.MethodInfoEntry
 

J

java.util.function - package java.util.function
 
JVMMethod(Method) - Constructor for class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
JVMMethod(Constructor) - Constructor for class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
JWarmUp - Class in com.alibaba.jwarmup
If the CompilationWarmUpOptimistic is off, application should implicitly notify jvm that startup of appliacation is done
JWarmUp() - Constructor for class com.alibaba.jwarmup.JWarmUp
 

L

LIMITED_PROFILE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 

M

matchTo(MethodInfoEntry) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
MetaspaceInfo - Class in com.alibaba.metaspace
This class can traverse compiled Method and Constructor in CodeCache.
MetaspaceInfo() - Constructor for class com.alibaba.metaspace.MetaspaceInfo
 
MethodInfoEntry - Class in com.alibaba.metaspace
This class stores literal information that corresponding one or more Method and Constructor in JVM
MethodInfoEntry() - Constructor for class com.alibaba.metaspace.MethodInfoEntry
 
MethodInfoEntry(String, String, String) - Constructor for class com.alibaba.metaspace.MethodInfoEntry
 
MethodInfoEntry(String, String, String, String) - Constructor for class com.alibaba.metaspace.MethodInfoEntry
 
MethodInfoEntry.JVMMethod - Class in com.alibaba.metaspace
 
MethodInfoKey - Class in com.alibaba.metaspace
 
MethodInfoKey(String, String, String) - Constructor for class com.alibaba.metaspace.MethodInfoKey
 

N

NONE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 
notifyApplicationStartUpIsDone() - Static method in class com.alibaba.jwarmup.JWarmUp
Notify jvm that application startup is done.
notifyJVMDeoptWarmUpMethods() - Static method in class com.alibaba.jwarmup.JWarmUp
Notify jvm to deoptimize warmup methods

R

refresh() - Method in class com.alibaba.jwarmup.WarmUpController
refresh cached MethodInfoEntry collections
refresh() - Static method in class com.alibaba.metaspace.MetaspaceInfo
refresh local java cache from JVM CodeCache
resolved() - Method in class com.alibaba.metaspace.MethodInfoEntry
 

S

saveMethodsToFile(File, int) - Method in class com.alibaba.jwarmup.WarmUpController
Save all methods to target file which compile level greater than or equal to given level
setClassLoaderName(String) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
setCompLevel(int) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
SIMPLE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 
Supplier<T> - Interface in java.util.function
Represents a supplier of results.

T

toString() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
toString() - Method in class com.alibaba.metaspace.MethodInfoKey
 
tryResolveMethod(MethodInfoEntry) - Static method in class com.alibaba.metaspace.MetaspaceInfo
try resolve actual Method or Constructor from literal structure MethodInfoEntry

W

WarmUpController - Class in com.alibaba.jwarmup
This class supplies APIs for customized compilation policy.
A C E F G H I J L M N R S T W 
Skip navigation links

"Copyright 2018, Alibaba, Inc."