|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LoaderConfigurationChildBuilder<S>
LoaderConfigurationBuilder is an interface which should be implemented by all cache loader builders
Method Summary | |
---|---|
S |
addProperty(String key,
String value)
Defines a single property. |
S |
withProperties(Properties p)
Properties passed to the cache store or loader |
Methods inherited from interface org.infinispan.configuration.cache.ConfigurationChildBuilder |
---|
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning |
Method Detail |
---|
S addProperty(String key, String value)
Defines a single property. Can be used multiple times to define all needed properties, but the
full set is overridden by withProperties(Properties)
.
These properties are passed directly to the cache store.
S withProperties(Properties p)
p
-
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |