Package | Description |
---|---|
org.infinispan.configuration.global |
EmbeddedCacheManager configuration |
Modifier and Type | Method and Description |
---|---|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.addProperty(String key,
String value)
Add key/value property pair to this executor factory configuration
|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.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.
|
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.read(ScheduledExecutorFactoryConfiguration template) |
ScheduledExecutorFactoryConfigurationBuilder |
ScheduledExecutorFactoryConfigurationBuilder.withProperties(Properties props)
Set key/value properties to this executor factory configuration
|
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.