Uses of Class
org.infinispan.configuration.global.ScheduledExecutorFactoryConfigurationBuilder
-
Packages that use ScheduledExecutorFactoryConfigurationBuilder Package Description org.infinispan.configuration.global EmbeddedCacheManagerconfiguration -
-
Uses of ScheduledExecutorFactoryConfigurationBuilder in org.infinispan.configuration.global
Methods in org.infinispan.configuration.global that return ScheduledExecutorFactoryConfigurationBuilder Modifier and Type Method Description ScheduledExecutorFactoryConfigurationBuilderScheduledExecutorFactoryConfigurationBuilder. addProperty(java.lang.String key, java.lang.String value)Add key/value property pair to this executor factory configurationScheduledExecutorFactoryConfigurationBuilderScheduledExecutorFactoryConfigurationBuilder. factory(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.ScheduledExecutorFactoryConfigurationBuilderScheduledExecutorFactoryConfigurationBuilder. read(ScheduledExecutorFactoryConfiguration template)ScheduledExecutorFactoryConfigurationBuilderScheduledExecutorFactoryConfigurationBuilder. withProperties(java.util.Properties props)Set key/value properties to this executor factory configuration
-