void |
Configuration.addCache(CacheConfiguration cacheConfiguration) |
Allows BeanHandler to add Cache Configurations to the configuration.
|
void |
Configuration.addDefaultCache(CacheConfiguration defaultCacheConfiguration) |
Allows BeanHandler to add a default configuration to the configuration.
|
void |
Configuration.addDiskStore(DiskStoreConfiguration diskStoreConfigurationParameter) |
Allows BeanHandler to add disk store location to the configuration.
|
void |
Configuration.addManagementRESTService(ManagementRESTServiceConfiguration managementRESTServiceConfiguration) |
Allows BeanHandler to add a ManagementRESTService configuration to the configuration
|
void |
Configuration.addTerracottaConfig(TerracottaClientConfiguration terracottaConfiguration) |
Allows BeanHandler to add a Terracotta configuration to the configuration
|
void |
Configuration.addTransactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter) |
Allows BeanHandler to add transaction manager lookup to the configuration.
|
Configuration |
Configuration.cache(CacheConfiguration cacheConfiguration) |
Builder to add a new cache through its config
|
Configuration |
Configuration.defaultCache(CacheConfiguration defaultCacheConfiguration) |
Builder method to set the default cache configuration, this can only be used once.
|
Configuration |
Configuration.diskStore(DiskStoreConfiguration diskStoreConfigurationParameter) |
Builder to add a disk store to the cache manager, only one disk store can be added.
|
Configuration |
Configuration.managementRESTService(ManagementRESTServiceConfiguration cfg) |
Builder method to REST management capabilities to the cache manager through a dedicated configuration, this can only be used once.
|
Configuration |
Configuration.terracotta(TerracottaClientConfiguration terracottaConfiguration) |
Builder method to Terracotta capabilities to the cache manager through a dedicated configuration, this can only be used once.
|
Configuration |
Configuration.transactionManagerLookup(FactoryConfiguration transactionManagerLookupParameter) |
Builder to add a transaction manager lookup class to the cache manager, only one of these can be added.
|