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