| Package | Description |
|---|---|
| com.tangosol.application |
Contains classes supporting the Coherence Container.
|
| com.tangosol.net |
Contains basic cluster interfaces and factories.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
ContainerAdapter.ContainerCacheFactoryBuilder
ContainerCacheFactoryBuilder creates a
ConfigurableCacheFactory instance using the knowledge from this ContainerAdapter instance. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheFactoryBuilder
CacheFactoryBuilder provides the means for building and managing configurable cache factories across class loaders in a pluggable fashion.
|
| Modifier and Type | Class and 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 and Description |
|---|---|
static SessionProvider |
SessionProvider.get(SessionProvider.Option... options)
Acquire the
SessionProvider based on the current calling context and the provided SessionProvider.Options. |