Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
LegacyLoaderConfigurationBuilder |
LoadersConfigurationBuilder.addLoader()
Adds a cache loader to the configuration.
|
LegacyLoaderConfigurationBuilder |
LegacyLoaderConfigurationBuilder.addProperty(String key,
String value)
Defines a single property.
|
LegacyLoaderConfigurationBuilder |
LegacyLoaderConfigurationBuilder.cacheLoader(CacheLoader cacheLoader)
NOTE: Currently Infinispan will not use the object instance, but instead instantiate a new
instance of the class.
|
LegacyLoaderConfigurationBuilder |
LegacyLoaderConfigurationBuilder.read(LegacyLoaderConfiguration template) |
LegacyLoaderConfigurationBuilder |
LegacyLoaderConfigurationBuilder.self() |
LegacyLoaderConfigurationBuilder |
LegacyLoaderConfigurationBuilder.withProperties(Properties props)
These properties are passed directly to the cache loader.
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.