Uses of Class
org.infinispan.persistence.remote.configuration.ExecutorFactoryConfigurationBuilder
-
Uses of ExecutorFactoryConfigurationBuilder in org.infinispan.persistence.remote.configuration
Modifier and TypeMethodDescriptionExecutorFactoryConfigurationBuilder.addExecutorProperty
(String key, String value) Add key/value property pair to this executor factory configurationAbstractRemoteStoreConfigurationChildBuilder.asyncExecutorFactory()
RemoteStoreConfigurationBuilder.asyncExecutorFactory()
RemoteStoreConfigurationChildBuilder.asyncExecutorFactory()
Configuration for the executor service used for asynchronous work on the Transport, including asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().ExecutorFactoryConfigurationBuilder.factory
(ExecutorFactory factory) Specify factory class for executor NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new instance of the class.ExecutorFactoryConfigurationBuilder.read
(ExecutorFactoryConfiguration template, Combine combine) ExecutorFactoryConfigurationBuilder.withExecutorProperties
(Properties props) Set key/value properties to this executor factory configuration