Uses of Class
org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
Packages that use ScheduledExecutorFactoryConfigurationBuilder
-
Uses of ScheduledExecutorFactoryConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ScheduledExecutorFactoryConfigurationBuilderModifier and TypeMethodDescriptionScheduledExecutorFactoryConfigurationBuilder.addProperty(String key, String value) Add key/value property pair to this executor factory configurationScheduledExecutorFactoryConfigurationBuilder.factory(org.infinispan.executors.ScheduledExecutorFactory factory) Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.ScheduledExecutorFactoryConfigurationBuilder.read(ScheduledExecutorFactoryConfiguration template) ScheduledExecutorFactoryConfigurationBuilder.withProperties(Properties props) Set key/value properties to this executor factory configuration