Integrations - Commons Collections |
rate-12966-11324
| Article Rating? |
|
|
|
| Module Type |
Library |
| Version Supported |
3.1 |
| Module Status |
Included with Terracotta Kit |
| Module Availability - Released (latest) |
Not Applicable |
| Module Availability - SNAPSHOT (latest) |
Not Applicable |
| Download |
See latest Terracotta Kit |
Introduction
Apache Commons Collections
builds on JDK classes by providing new interfaces, implementations and utilities. org.apache.commons.collections.FastHashMap is supported by the Terracotta integration module; instances of this class may be used without explicit synchronization as either roots or reachable from roots. No custom instrumentation is required.
Dependencies
None.
Usage
To integrate Commons Collections 3.1, add the following snippet to tc-config.xml:
<modules>
<module name="clustered-commons-collections-3.1" version="<module_version>"/>
</modules>
For example, to use the integration module provided with Terracotta DSO 2.6.0, use:
<modules>
<module name="clustered-commons-collections-3.1" version="2.6.0"/>
</modules>
Known Issues
None.