Uses of Class
org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
Packages that use CachedThreadPoolExecutorFactory Package Description org.infinispan.commons.executors Commons Executors package -
-
Uses of CachedThreadPoolExecutorFactory in org.infinispan.commons.executors
Methods in org.infinispan.commons.executors that return CachedThreadPoolExecutorFactory Modifier and Type Method Description static CachedThreadPoolExecutorFactory
CachedThreadPoolExecutorFactory. create()
static CachedThreadPoolExecutorFactory
CachedThreadPoolExecutorFactory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CachedThreadPoolExecutorFactory[]
CachedThreadPoolExecutorFactory. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-