public interface LoaderConfigurationChildBuilder<S> extends ConfigurationChildBuilder
Modifier and Type | Method and Description |
---|---|
S |
addProperty(String key,
String value)
Defines a single property.
|
S |
withProperties(Properties p)
Properties passed to the cache store or loader
|
build, clustering, customInterceptors, dataContainer, deadlockDetection, eviction, expiration, indexing, invocationBatching, jmxStatistics, loaders, locking, sites, storeAsBinary, transaction, unsafe, versioning
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
- Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.