Package org.infinispan.container

Data containers which store cache entries.

See:
          Description

Interface Summary
DataContainer The main internal data structure which stores entries
EntryFactory A factory for constructing MVCCEntry instances for use in the InvocationContext.
 

Class Summary
DefaultDataContainer Simple data container that does not order entries for eviction, implemented using two ConcurrentHashMaps, one for mortal and one for immortal entries.
EntryFactoryImpl  
 

Package org.infinispan.container Description

Data containers which store cache entries. This package contains different implementations of containers based on their performance and ordering characteristics, as well as the entries that live in the containers.

This package also contains the factory for creating entries, and is typically used by the LockingInterceptor to wrap an entry and put it in a thread's InvocationContext


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.