Skip navigation links
A C D E F G H I J L M N O P R S T U V W 

A

AbstractResourceContainer - Class in com.alibaba.rcm.internal
A skeletal implementation of ResourceContainer that practices the attach/detach paradigm described in ResourceContainer.run(Runnable).
AbstractResourceContainer() - Constructor for class com.alibaba.rcm.internal.AbstractResourceContainer
 
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
 
addShutdownHook(Thread) - Method in class com.alibaba.tenant.TenantContainer
Register a new tenant shutdown hook.
attach() - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
Attach to this resource container.

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
clearProperty(String) - Method in class com.alibaba.tenant.TenantContainer
Removes the property indicated by the specified key.
com.alibaba.jwarmup - package com.alibaba.jwarmup
 
com.alibaba.management - package com.alibaba.management
 
com.alibaba.metaspace - package com.alibaba.metaspace
 
com.alibaba.ras.gc - package com.alibaba.ras.gc
 
com.alibaba.rcm - package com.alibaba.rcm
 
com.alibaba.rcm.internal - package com.alibaba.rcm.internal
 
com.alibaba.tenant - package com.alibaba.tenant
 
com.alibaba.wisp.engine - package com.alibaba.wisp.engine
 
Constraint - Class in com.alibaba.rcm
A Constraint is a pair of ResourceType and values.
Consumer<T> - Interface in java.util.function
Represents an operation that accepts a single input argument and returns no result.
containerOf(Object) - Static method in class com.alibaba.tenant.TenantContainer
Retrieve the tenant container where obj is allocated in
CPU_PERCENT - Static variable in class com.alibaba.rcm.ResourceType
Throttling the CPU usage by cpu percentage.
create(TenantConfiguration) - Static method in class com.alibaba.tenant.TenantContainer
Create tenant container by the configuration
create(TenantContainer, TenantConfiguration) - Static method in class com.alibaba.tenant.TenantContainer
Create tenant container by the configuration
create(String, TenantConfiguration) - Static method in class com.alibaba.tenant.TenantContainer
Create tenant container by the name and configuration
create(TenantContainer, String, TenantConfiguration) - Static method in class com.alibaba.tenant.TenantContainer
Create tenant container by the name and configuration
createContainer(Iterable<Constraint>) - Method in interface com.alibaba.rcm.ResourceContainerFactory
Builds ResourceContainer with constraints.
createContainer(Iterable<Constraint>) - Method in class com.alibaba.tenant.TenantContainerFactory
Create a ResourceContainer which is capable of throttling resource using MuliTenant facitlities.
current() - Static method in interface com.alibaba.rcm.ResourceContainer
Returns the ResourceContainer associated with the current thread.
current() - Static method in class com.alibaba.tenant.TenantContainer
Gets the TenantContainer attached to the current thread.

D

destroy() - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
 
destroy() - Method in interface com.alibaba.rcm.ResourceContainer
Destroys this resource container, also kills the attached threads and releases resources described in ResourceContainer.getConstraints().
destroy() - Method in class com.alibaba.tenant.TenantContainer
Destroy this tenant container and release occupied resources including memory, cpu, FD, etc.
detach() - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
Detach from this resource container and return to root container.

E

equals(Object) - Method in class com.alibaba.metaspace.MethodInfoKey
 
EventNames - Class in jdk.jfr
A constant class for JFR Event, contains the names of some events used by jdk.
EventNames() - Constructor for class jdk.jfr.EventNames
 

F

FieldReference<T> - Class in com.alibaba.tenant
 
FieldReference(T) - Constructor for class com.alibaba.tenant.FieldReference
Constructs a new FieldReference with r as the referent
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 class com.alibaba.tenant.FieldReference
Returns this FieldReference referent
get() - Method in interface java.util.function.Supplier
Gets a result.
getAllocatedMemory() - Method in class com.alibaba.tenant.TenantContainer
Get total allocated memory of this tenant.
getAllTenantIds() - Method in interface com.alibaba.management.TenantContainerMXBean
Retrieve all the IDs of all created TenantContainer's
getAllTenantIds() - Static method in class com.alibaba.tenant.TenantContainer
Gets the tenant id list
getAllTenantIds() - Method in class com.alibaba.tenant.TenantContainerMXBeanImpl
 
getAttachedThreads() - Method in class com.alibaba.tenant.TenantContainer
 
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
getCompletedTaskCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getCompLevel() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getConstraints() - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
 
getConstraints() - Method in interface com.alibaba.rcm.ResourceContainer
Gets container's Constraints
getCpuShares() - Method in class com.alibaba.tenant.TenantConfiguration
Corresponding to Linux cgroup's cpu.shares
getEnqueueCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getExecutionCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getFieldValue(K, String, Supplier<T>) - Method in class com.alibaba.tenant.TenantContainer
Gets the field value stored in the data repository of this tenant, which is same to call the TenantData.getFieldValue on the tenant data object retrieved by TenantContainer.getTenantData.
getFieldValue(K, String) - Method in class com.alibaba.tenant.TenantContainer
Gets the field value stored in the data repository of this tenant, which is same to call the TenantData.getFieldValue on the tenant data object retrieved by TenantContainer.getTenantData.
getFieldValue(K, String, Supplier<T>) - Method in class com.alibaba.tenant.TenantData
Retrieves the value of obj's field isolated per tenant
getFieldValue(K, String) - Method in class com.alibaba.tenant.TenantData
Retrieves the value of obj's field isolated per tenant
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
 
getMaxBlockingTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getMaxCPU() - Method in class com.alibaba.tenant.TenantConfiguration
Deprecated.
getMaxCpuPercent() - Method in class com.alibaba.tenant.TenantConfiguration
Corresponding to combination of Linux cgroup's cpu.cfs_period_us and cpu.cfs_quota_us
getMaxEnqueueTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getMaxExecutionTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getMaxHeap() - Method in class com.alibaba.tenant.TenantConfiguration
 
getMaxWaitSocketIOTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
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
getName() - Method in class com.alibaba.tenant.TenantContainer
Returns this tenant's name.
getObjectName() - Method in class com.alibaba.tenant.TenantContainerMXBeanImpl
 
getObjectSize() - Method in class jdk.jfr.consumer.RecordedClass
Returns the object size for the class.
getOccupiedMemory() - Method in class com.alibaba.tenant.TenantContainer
Gets the heap space occupied by this tenant
getProcessCpuTime() - Method in class com.alibaba.tenant.TenantContainer
Gets the cpu time consumed by this tenant
getProperties() - Method in class com.alibaba.tenant.TenantContainer
Gets the properties of tenant
getProperty(String) - Method in class com.alibaba.tenant.TenantContainer
Gets the property indicated by the specified key.
getResolvedMethods() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getResourceContainer() - Method in class com.alibaba.tenant.TenantContainer
 
getResourceType() - Method in class com.alibaba.rcm.Constraint
Returns the currently restricted resource type.
getRunningTaskCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getSignature() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
getSignature() - Method in class com.alibaba.metaspace.MethodInfoKey
 
getState() - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
 
getState() - Method in interface com.alibaba.rcm.ResourceContainer
Returns the current ResourceContainer state.
getState() - Method in class com.alibaba.tenant.TenantContainer
 
getTaskQueueLength() - Method in class com.alibaba.wisp.engine.WispCounter
 
getTenantAllocatedMemoryById(long) - Method in interface com.alibaba.management.TenantContainerMXBean
Retrieve the accumulated allocated memory size in bytes of a TenantContainer represented by id
getTenantAllocatedMemoryById(long) - Method in class com.alibaba.tenant.TenantContainerMXBeanImpl
 
getTenantContainerById(long) - Static method in class com.alibaba.tenant.TenantContainer
Get the tenant container by id
getTenantData() - Method in class com.alibaba.tenant.TenantContainer
Retrieves the data repository used by this tenant.
getTenantId() - Method in class com.alibaba.tenant.TenantContainer
Returns the tenant' id
getTenantNameById(long) - Method in interface com.alibaba.management.TenantContainerMXBean
Retrieve name of a TenantContainer object represent by 'id'
getTenantNameById(long) - Method in class com.alibaba.tenant.TenantContainerMXBeanImpl
 
getTime() - Method in class com.alibaba.ras.gc.GCPhaseInfo
get the time used in this GC phase
getTotalBlockingTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getTotalEnqueueTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getTotalExecutionTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getTotalWaitSocketIOTime() - Method in class com.alibaba.wisp.engine.WispCounter
 
getUnparkCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getValues() - Method in class com.alibaba.rcm.Constraint
Returns the constraint value of ResourceType described by a long[], which is documented on the ResourceType enums.
getWaitSocketIOCount() - Method in class com.alibaba.wisp.engine.WispCounter
 
getWeight() - Method in class com.alibaba.tenant.TenantConfiguration
Deprecated.

H

hashCode() - Method in class com.alibaba.metaspace.MethodInfoKey
 
HEAP_RETAINED - Static variable in class com.alibaba.rcm.ResourceType
Throttling the max heap usage.

I

instance() - Static method in class com.alibaba.tenant.TenantContainerFactory
 
isAllocToOld() - Method in class com.alibaba.tenant.TenantConfiguration
 
isArray() - Method in class jdk.jfr.consumer.RecordedClass
Checks whether the class is for instance or array.
isConstructor() - Method in class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
isCpuAccountingEnabled() - Static method in class com.alibaba.tenant.TenantGlobals
Test if cpu accounting feature is enabled.
isCpuThrottlingEnabled() - Static method in class com.alibaba.tenant.TenantGlobals
Test if cpu throttling feature is enabled.
isDataIsolationEnabled() - Static method in class com.alibaba.tenant.TenantGlobals
Test if data isolation feature is enabled.
isHeapThrottlingEnabled() - Static method in class com.alibaba.tenant.TenantGlobals
Test if heap throttling feature is enabled.
isMethod() - Method in class com.alibaba.metaspace.MethodInfoEntry.JVMMethod
 
isRecorderEnabled(String) - Method in class jdk.jfr.Recording
 
isResolved() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
isTenantEnabled() - Static method in class com.alibaba.tenant.TenantGlobals
Test if multi-tenant feature is enabled.

J

java.util.function - package java.util.function
 
jdk.jfr - package jdk.jfr
 
jdk.jfr.consumer - package jdk.jfr.consumer
 
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

limitCpuCfs(int, int) - Method in class com.alibaba.tenant.TenantConfiguration
limit CGroup's cpu.cfs_* controller
limitCpuSet(String) - Method in class com.alibaba.tenant.TenantConfiguration
 
limitCpuShares(int) - Method in class com.alibaba.tenant.TenantConfiguration
 
LIMITED_PROFILE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 
limitHeap(long) - Method in class com.alibaba.tenant.TenantConfiguration
 

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

newConstraint(long...) - Method in class com.alibaba.rcm.ResourceType
Creates a Constraint with this ResourceType and the given values.
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

O

OptoArrayObjectAllocation - Static variable in class jdk.jfr.EventNames
 
OptoInstanceObjectAllocation - Static variable in class jdk.jfr.EventNames
 

P

primitiveRunInRoot(Supplier<T>) - Static method in class com.alibaba.tenant.TenantContainer
Runs Supplier.get in the root tenant.
primitiveRunInRoot(Runnable) - Static method in class com.alibaba.tenant.TenantContainer
Runs a block of code in the root tenant.

R

RecordedClass - Class in jdk.jfr.consumer
 
RecordedClass() - Constructor for class jdk.jfr.consumer.RecordedClass
 
Recording - Class in jdk.jfr
 
Recording() - Constructor for class jdk.jfr.Recording
 
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
removeShutdownHook(Thread) - Method in class com.alibaba.tenant.TenantContainer
De-registers a previously-registered tenant shutdown hook.
resolved() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
ResourceContainer - Interface in com.alibaba.rcm
A ResourceContainer defines a set of resource Constraints that limit resource usage by threads.
ResourceContainer.State - Enum in com.alibaba.rcm
An enumeration of Container state
ResourceContainerFactory - Interface in com.alibaba.rcm
Factory class for ResourceContainer.
ResourceType - Class in com.alibaba.rcm
Enumeration of Constraint's type.
ResourceType(String) - Constructor for class com.alibaba.rcm.ResourceType
 
root() - Static method in interface com.alibaba.rcm.ResourceContainer
Returns the system wide "root" Resource container.
run(Runnable) - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
 
run(Runnable) - Method in interface com.alibaba.rcm.ResourceContainer
Attach the current thread to the ResourceContainer to run the command, and detach the ResourceContainer when command is either normally finished or terminated by Exception.
run(Runnable) - Method in class com.alibaba.tenant.TenantContainer
Runs the code in the target tenant container

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
set(Object) - Method in class com.alibaba.tenant.FieldReference
Sets referent
setClassLoaderName(String) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
setCompLevel(int) - Method in class com.alibaba.metaspace.MethodInfoEntry
 
setDirectTenuredAlloc() - Method in class com.alibaba.tenant.TenantConfiguration
set the allocate type of configuration as OLD.
setFieldValue(K, String, T) - Method in class com.alibaba.tenant.TenantData
Sets the value for tenant isolated field
setProperties(Properties) - Method in class com.alibaba.tenant.TenantContainer
Sets the tenant properties to the one specified by argument.
setProperty(String, String) - Method in class com.alibaba.tenant.TenantContainer
Sets the property indicated by the specified key.
SIMPLE - Static variable in class com.alibaba.metaspace.MetaspaceInfo
 
Supplier<T> - Interface in java.util.function
Represents a supplier of results.

T

TENANT_FLAG_CPU_ACCOUNTING_ENABLED - Static variable in class com.alibaba.tenant.TenantGlobals
Bit to indicate that if cpu accounting feature is enabled
TENANT_FLAG_CPU_THROTTLING_ENABLED - Static variable in class com.alibaba.tenant.TenantGlobals
Bit to indicate that if cpu throttling feature is enabled
TENANT_FLAG_DATA_ISOLATION_ENABLED - Static variable in class com.alibaba.tenant.TenantGlobals
Bit to indicate that if data isolation feature is enabled
TENANT_FLAG_HEAP_THROTTLING_ENABLED - Static variable in class com.alibaba.tenant.TenantGlobals
Bit to indicate that if heap throttling feature is enabled
TENANT_FLAG_MULTI_TENANT_ENABLED - Static variable in class com.alibaba.tenant.TenantGlobals
Bit to indicate that if the multi-tenant feature is enabled.
TenantConfiguration - Class in com.alibaba.tenant
The configuration used by tenant
TenantConfiguration() - Constructor for class com.alibaba.tenant.TenantConfiguration
Create an empty TenantConfiguration, no limitations on any resource
TenantConfiguration(Iterable<Constraint>) - Constructor for class com.alibaba.tenant.TenantConfiguration
 
TenantConfiguration(int, long) - Constructor for class com.alibaba.tenant.TenantConfiguration
 
TenantConfiguration(long) - Constructor for class com.alibaba.tenant.TenantConfiguration
 
TenantContainer - Class in com.alibaba.tenant
TenantContainer is a "virtual container" for a tenant of application, the resource consumption of tenant such as CPU, heap is constrained by the policy of this "virtual container".
TenantContainer() - Constructor for class com.alibaba.tenant.TenantContainer
 
TenantContainerFactory - Class in com.alibaba.tenant
Singleton factory specialized for multi-tenant ResourceContainer With support of new RCM API (com.alibaba.rcm)
TenantContainerFactory() - Constructor for class com.alibaba.tenant.TenantContainerFactory
 
TenantContainerMXBean - Interface in com.alibaba.management
MXBean interface to interact with TenantContainer object
TenantContainerMXBeanImpl - Class in com.alibaba.tenant
Implementation class for TenantContainerMXBean.
TenantContainerMXBeanImpl() - Constructor for class com.alibaba.tenant.TenantContainerMXBeanImpl
 
tenantContainerOf(ResourceContainer) - Static method in class com.alibaba.tenant.TenantContainerFactory
Retrieve the TenantContainer object associated with given ResourceContainer
TenantData - Class in com.alibaba.tenant
Used to store all the data isolated per tenant.
TenantData() - Constructor for class com.alibaba.tenant.TenantData
 
TenantException - Exception in com.alibaba.tenant
 
TenantException(String) - Constructor for exception com.alibaba.tenant.TenantException
 
TenantGlobals - Class in com.alibaba.tenant
This class defines the constants used by multi-tenant JDK
TenantGlobals() - Constructor for class com.alibaba.tenant.TenantGlobals
 
TenantState - Enum in com.alibaba.tenant
Defines the state used by TenantContainer
toString() - Method in class com.alibaba.metaspace.MethodInfoEntry
 
toString() - Method in class com.alibaba.metaspace.MethodInfoKey
 
toString() - Method in class com.alibaba.rcm.Constraint
 
toString() - Method in class com.alibaba.rcm.ResourceType
 
tryResolveMethod(MethodInfoEntry) - Static method in class com.alibaba.metaspace.MetaspaceInfo
try resolve actual Method or Constructor from literal structure MethodInfoEntry

U

updateConstraint(Constraint) - Method in class com.alibaba.rcm.internal.AbstractResourceContainer
 
updateConstraint(Constraint) - Method in interface com.alibaba.rcm.ResourceContainer
Updates Constraint of this resource container.

V

validate(long[]) - Method in class com.alibaba.rcm.ResourceType
Checks the validity of parameters.
valueOf(String) - Static method in enum com.alibaba.rcm.ResourceContainer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.alibaba.tenant.TenantState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.alibaba.rcm.ResourceContainer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.alibaba.tenant.TenantState
Returns an array containing the constants of this enum type, in the order they are declared.

W

WarmUpController - Class in com.alibaba.jwarmup
This class supplies APIs for customized compilation policy.
WispCounter - Class in com.alibaba.wisp.engine
 
WispCounter(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long) - Constructor for class com.alibaba.wisp.engine.WispCounter
 
A C D E F G H I J L M N O P R S T U V W 
Skip navigation links

"Copyright 2018, Alibaba, Inc."