CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

See:
          Description

Coherence Core
com.tangosol.io Contains classes providing cache persistence of serialized objects.
com.tangosol.io.bdb Contains Sleepycat Berkeley DB BinaryStore implementation classes.
com.tangosol.io.nio Contains classes related to J2SE 1.4 NIO functionality.
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.net.management Contains classes related to the Coherence Management Framework.
com.tangosol.net.partition Contains interfaces and classes related to partitioned services.
com.tangosol.net.security Contains classes related to the Coherence Security Framework.
com.tangosol.run.jca Contains classes providing Java 2 Connector Architecture functionality.
com.tangosol.run.xml Contains classes providing basic XML related functionality.
com.tangosol.util Contains various generic utilities.
com.tangosol.util.aggregator Contains concrete InvocableMap.EntryAggregator implementations.
com.tangosol.util.comparator Contains concrete Comparator implementations and related interfaces.
com.tangosol.util.extractor Contains ValueExtractor and ValueUpdater related classes.
com.tangosol.util.filter Contains concrete Filter implementations and related interfaces.
com.tangosol.util.processor Contains concrete InvocableMap.EntryProcessor implementations.

 

Coherence*Web
com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.
com.tangosol.coherence.servlet.management Contains Coherence*Web MBean classes.

 

Coherence Cache Providers
com.tangosol.coherence.hibernate Contains classes related to the Coherence Cache Provider for Hibernate.
com.tangosol.coherence.jpa Contains classes related to the Coherence CacheStore for JPA.
com.tangosol.coherence.toplink Contains classes related to the Coherence CacheStore for TopLink.
com.tangosol.coherence.weblogic Contains classes related to the Coherence Cache Provider for WebLogic Portal.

 

Coherence Work Manager
com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes.

 

Coherence™ API Specification.

Coherence™ is a JCache-compliant in-memory caching and data management solution for clustered Java applications.

Coherence™ makes sharing and managing data in a cluster as simple as on a single JVM using Java Collection classes. It accomplishes this by coordinating updates to the data using cluster-wide concurrency control, distributing or replicating data modifications across the cluster using the highest performing clustered protocol available, and delivering notifications of data modifications to any cluster nodes that request them. Developers can easily take advantage of Coherence features using the standard Java Collection API to access and modify data, and the standard JavaBean event model to receive data change notifications.

To get started with Coherence™, please see the JavaDoc for CacheFactory.


CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation