Uses of Class
org.planx.xmlstore.stores.AbstractXMLStore

Packages that use AbstractXMLStore
org.planx.xmlstore.stores   
 

Uses of AbstractXMLStore in org.planx.xmlstore.stores
 

Subclasses of AbstractXMLStore in org.planx.xmlstore.stores
 class DistributedXMLStore
          A peer-to-peer XMLStore that uses Kademlia as routing module.
 class LocalXMLStore
          A local XMLStore that only operates on location dependent References, that is, LocalLocators.
 class NetworkProxy
           
 class OptimisticReadXMLStore
           
 class OptimisticWriteXMLStore
          Optimistically writes without blocking returning a proxy Reference that is resolved when the save process is completed.
 class ReadCacheXMLStore
           
 class ReplicatorXMLStore
           
 class TranslatorXMLStore
          A bridge between location independent and location dependent XMLStores.
 class WriteBufferXMLStore
          NOT IMPLEMENTED!
 class WriteCacheXMLStore
           
 



Copyright © 2010. All Rights Reserved.