Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultCacheFactoryBuilder
DefaultCacheFactoryBuilder is the default implementation of CacheFactoryBuilder . |
|
class |
ScopedCacheFactoryBuilder
Implementation of
CacheFactoryBuilder that manages multiple
instances of ConfigurableCacheFactory . |
|
class |
SingletonCacheFactoryBuilder
Implementation of
CacheFactoryBuilder that maintains a single
ConfigurableCacheFactory instance regardless of the requesting
ClassLoader if a URI is not provided. |
Modifier and Type | Method | Description |
---|---|---|
CacheFactoryBuilder |
DefaultCacheServer.LifecycleContext.getCacheFactoryBuilder() |
|
static CacheFactoryBuilder |
CacheFactory.getCacheFactoryBuilder()
Obtain the CacheFactoryBuilder singleton using the configuration
info from the "cache-factory-builder-config" element.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
CacheFactory.setCacheFactoryBuilder(CacheFactoryBuilder cfb)
Specify a singleton CacheFactoryBuilder.
|