Package | Description |
---|---|
com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultSerializer
A Serializer implementation that uses the ExternalizableHelper implementation
for serialization and deserialization of objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurablePofContext
This class implements the
PofContext interface using information
provided in a configuration file (or in a passed XML configuration). |
class |
SafeConfigurablePofContext
SafeConfigurablePofContext is an extension of ConfigurablePofContext that can
serialize and deserialize any valid POF user type, even those that have not
been explicitly configured, as well as any Java serializable types
(Serializable, Externalizable, or ExternalizableLite).
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheService
A CacheService is a clustered service providing a collection of named Maps
that hold resources shared among members of a cluster.
|
interface |
Cluster
The Cluster interface represents a collection of
services that operate in a clustered network environment.
|
interface |
DistributedCacheService
A DistributedCacheService is a clustered cache service that partitions its
data across cluster members that provide backing storage.
|
interface |
InvocationService
The InvocationService is a Service for delivering executable objects to
cluster members for distributed invocation.
|
interface |
NameService
A NameService is a service that accepts connections from external clients
(e.g.
|
interface |
PartitionedService
A PartitionedService is aware of a mapping of keys to partitions and of
partitions to cluster members.
|
interface |
ProxyService
A ProxyService is a clustered service that accepts connections from
external clients (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperCacheService
CacheService implementation that delegates to a wrapped CacheService
instance.
|
class |
WrapperInvocationService
InvocationService implementation that delegates to a wrapped
InvocationService instance.
|
class |
WrapperService
Service implementation that delegates to a wrapped Service instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NearCache<K,V>
A "near cache" is a CachingMap whose front map is a size-limited and/or
auto-expiring local cache, and whose back map is a distributed cache.
|
class |
VersionedNearCache
Deprecated.
as of Coherence 3.2 all the functionality of this class has been
superceded by the NearCache implementation
|
Modifier and Type | Interface and Description |
---|---|
interface |
Controllable
The Controllable interface represents a configurable daemon-like object,
quite often referred to as a service, that usually operates on its
own thread and has a controllable life cycle.
|
interface |
Service
A Service is a Controllable that emits service lifecycle events.
|