Package | Description |
---|---|
com.tangosol.coherence.jcache.common |
Common utilities used by Coherence JCache.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ContainerHelper.isContainerContext(ExtensibleConfigurableCacheFactory eccf)
Return true if running in a container environment.
|
Modifier and Type | Method and Description |
---|---|
ExtensibleConfigurableCacheFactory |
ExtensibleConfigurableCacheFactory.Manager.getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created
this manager and which this manager is bound to.
|
ExtensibleConfigurableCacheFactory |
ExtensibleConfigurableCacheFactory.PartitionedBackingMapManager.getCacheFactory()
Obtain the "container" ConfigurableCacheFactory that created
this manager and which this manager is bound to.
|
Constructor and Description |
---|
Manager(ExtensibleConfigurableCacheFactory factory)
Construct the backing map manager.
|
PartitionedBackingMapManager(ExtensibleConfigurableCacheFactory factory,
MapBuilder.Dependencies dependencies,
com.tangosol.config.expression.ParameterResolver resolver,
MapBuilder bldrMap)
Create a PartitionedBackingMapManager object.
|
Modifier and Type | Method and Description |
---|---|
static com.oracle.datagrid.persistence.PersistenceTools |
CachePersistenceHelper.getArchiverPersistenceTools(ExtensibleConfigurableCacheFactory eccf,
String sSnapshotName,
String sServiceName)
Return an implementation specific instance of PersistenceTools for
the given archived snapshot.
|
static PersistenceEnvironmentInfo |
CachePersistenceHelper.getEnvironmentInfo(ExtensibleConfigurableCacheFactory eccf,
String sServiceName)
Return the
PersistenceEnvironmentInfo for a given cluster and service name
using the current ConfigurableCacheFactory without starting the services. |