Uses of Interface
org.apache.lucene.gdata.storage.Storage

Packages that use Storage
org.apache.lucene.gdata.server GData-Server classes encapsulation all protocol-level interactions and underlaying GData components. 
org.apache.lucene.gdata.storage Feed / Enty storage 
org.apache.lucene.gdata.storage.db4o DB4o storage implementation (needs third patry jar) DB4o Website 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
 

Uses of Storage in org.apache.lucene.gdata.server
 

Fields in org.apache.lucene.gdata.server declared as Storage
protected  Storage GDataService.storage
           
 

Uses of Storage in org.apache.lucene.gdata.storage
 

Methods in org.apache.lucene.gdata.storage that return Storage
 Storage StorageController.getStorage()
          Creates Storage instances to access the underlaying storage component
 

Uses of Storage in org.apache.lucene.gdata.storage.db4o
 

Classes in org.apache.lucene.gdata.storage.db4o that implement Storage
 class DB4oStorage
          Storage implementation for the DB4o storage component
 

Methods in org.apache.lucene.gdata.storage.db4o that return Storage
 Storage DB4oController.getStorage()
           
 

Uses of Storage in org.apache.lucene.gdata.storage.lucenestorage
 

Classes in org.apache.lucene.gdata.storage.lucenestorage that implement Storage
 class StorageImplementation
          This is an implementation of the Storage interface.
 

Methods in org.apache.lucene.gdata.storage.lucenestorage that return Storage
 Storage StorageCoreController.getStorage()
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.