Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Coherence™ API Specification.

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.journal Contains classes related to the journaling services.
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.io.pof.annotation POF Annotation classes
com.tangosol.io.pof.reflect Contains classes related to POF stream navigation and manipulation.
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.management.annotation Contains annotations used by the Coherence Management Framework.
com.tangosol.net.partition Contains interfaces and classes related to partitioned services.
com.tangosol.net.proxy Contains interfaces and classes related to proxy 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.
com.tangosol.util.transformer Contains concrete MapEventTransformer 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 REST API
com.tangosol.coherence.rest Contains classes related to the Coherence REST API.
com.tangosol.coherence.rest.io Contains classes related to REST marshalling.
com.tangosol.coherence.rest.server Contains classes related to embedded HTTP server integration.
com.tangosol.coherence.rest.util.aggregator Contains classes related to REST-based aggregation.
com.tangosol.coherence.rest.util.processor Contains classes related to REST-based entry processing.

 

Coherence Transactional Framework
com.tangosol.coherence.transaction Contains classes related to the Coherence Transaction Framework.
com.tangosol.coherence.transaction.exception Contains classes related to the Coherence Transaction Framework.

 

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

 

Other Packages
com.tangosol.net.events  

 

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.


Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.