Package org.modeshape.connector.infinispan

The classes that make up the connector that stores content in a deployed instance of Infinispan.

See:
          Description


Class Summary
BaseInfinispanSource A repository source that uses an Infinispan instance to manage the content.
InfinispanConnectorI18n The internationalized string constants for the org.modeshape.connector.infinispan* packages.
InfinispanNode A specialization of the MapNode.
InfinispanRepository The representation of an in-memory repository and its content.
InfinispanSource A repository source that uses an Infinispan instance to manage the content.
InfinispanTransaction  
InfinispanWorkspace  
RemoteInfinispanSource A repository source that uses an Infinispan instance to manage the content.
 

Package org.modeshape.connector.infinispan Description

The classes that make up the connector that stores content in a deployed instance of Infinispan. Infinispan is an extremely scalable, highly available data grid platform that distributes the data across the nodes in the grid. This connector makes it possible for repository content to be stored in a very efficient, fast, higly-concurrent (essentially lock- and synchronization-free) and reliable manner, even when the content size grows to massive sizes.



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.