Package | Description |
---|---|
com.oracle.common.base |
This package will be removed in a future release therefore please switch
to the com.oracle.coherence.common.base alternative asap.
|
com.tangosol.coherence.config.builder |
Defines the typical runtime configuration builders for the Coherence
configuration object model.
|
com.tangosol.coherence.jcache |
Contains classes related to Coherence JCache.
|
com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
com.tangosol.io.nio |
Contains classes related to J2SE 1.4 NIO functionality.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Interface and Description |
---|---|
interface |
com.oracle.common.base.Disposable
Deprecated.
use
Disposable instead |
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterizedBuilderRegistry
A registry of strongly typed and possibly named
ParameterizedBuilder s. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleParameterizedBuilderRegistry
A basic implementation of a
ParameterizedBuilderRegistry . |
protected class |
SimpleParameterizedBuilderRegistry.RegistryValue
A holder for a
ParameterizedBuilder . |
Modifier and Type | Class and Description |
---|---|
class |
CoherenceBasedCacheManager
The Coherence-based implementation of a
CacheManager . |
Modifier and Type | Class and Description |
---|---|
class |
MultiBufferWriteBuffer
The MultiBufferWriteBuffer is used to present a single WriteBuffer that
collects together a sequence of underlying WriteBuffer objects, and which
grows by allocating additional WriteBuffer objects as necessary.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryMapStore
An implementation of BinaryStore backed by a BinaryMap.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServiceMonitor
The
ServiceMonitor is a facility that keeps registered services
alive. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleServiceMonitor
The
SimpleServiceMonitor starts and monitors services that are
registered for monitoring. |
Modifier and Type | Method and Description |
---|---|
Disposable |
Cluster.getResource(String sName)
Deprecated.
Use
Cluster.getResourceRegistry() to manage resources. |
Disposable |
Cluster.unregisterResource(String sName)
Deprecated.
Use
Cluster.getResourceRegistry() to manage resources. |
Modifier and Type | Method and Description |
---|---|
void |
Cluster.registerResource(String sName,
Disposable resource)
Deprecated.
Use
Cluster.getResourceRegistry() to manage resources. |
Modifier and Type | Class and Description |
---|---|
class |
ObservableSplittingBackingCache
The ObservableSplittingBackingCache is an implementation of the
ConfigurableCacheMap interface that works as an observable backing map
in a partitioned system.
|
protected static class |
ObservableSplittingBackingCache.CapacityAwareMap
A subclass of PartitionSplittingBackingMap which allows an injected instance
of
ObservableSplittingBackingMap to be called immediately before
inserting a value(s) in a partition map. |
class |
ObservableSplittingBackingMap
An observable, cache-aware PartitionAwareBackingMap implementation.
|
class |
PartitionSplittingBackingMap
In a partitioned configuration, the PartitionSplittingBackingMap is a
"map multi-plexer" that enables multiple backing maps to be used in place
of a single backing map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceRegistry
A
ResourceRegistry is a registry and owner of strongly typed and
explicitly named resources. |
Modifier and Type | Class and Description |
---|---|
static class |
NullImplementation.NullResourceRegistry
A
ResourceRegistry implementation that does nothing. |
class |
SimpleResourceRegistry
A
SimpleResourceRegistry is a basic implementation of a ResourceRegistry . |
protected class |
SimpleResourceRegistry.RegistryValue
A holder for resource objects and their (optional) respective
ResourceLifecycleObservers . |
class |
SimpleResourceResolver
A simple implementation of a
ResourceResolver . |