Uses of Class
org.apache.lucene.gdata.storage.lucenestorage.StorageEntryWrapper

Packages that use StorageEntryWrapper
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
org.apache.lucene.gdata.storage.lucenestorage.recover Recovering component for the lucene storage 
 

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

Methods in org.apache.lucene.gdata.storage.lucenestorage that return StorageEntryWrapper
 StorageEntryWrapper StorageBuffer.getEntry(String entryId, String feedId)
          Returns an entry for the given entry id in the feed context spezified by the feed id;
 

Methods in org.apache.lucene.gdata.storage.lucenestorage that return types with arguments of type StorageEntryWrapper
 List<StorageEntryWrapper> StorageBuffer.getSortedEntries(String feedId)
          Returns all entries for the given feed id sorted by the update timestamp desc.
 

Methods in org.apache.lucene.gdata.storage.lucenestorage with parameters of type StorageEntryWrapper
 void StorageBuffer.addEntry(StorageEntryWrapper wrapper)
          Adds a StorageEntryWrapper to the buffer.
 int StorageEntryWrapper.compareTo(StorageEntryWrapper arg0)
          This compare method compares the timestamps of the wrapper instances.
 void StorageModifier.deleteEntry(StorageEntryWrapper wrapper)
          Deletes the entry for the given entry id.
 void StorageModifier.insertEntry(StorageEntryWrapper wrapper)
          Inserts a new Entry to the Lucene index storage
 void StorageModifier.updateEntry(StorageEntryWrapper wrapper)
          Updates the given entry.
protected  void StorageCoreController.writeRecoverEntry(StorageEntryWrapper wrapper)
           
 

Uses of StorageEntryWrapper in org.apache.lucene.gdata.storage.lucenestorage.recover
 

Methods in org.apache.lucene.gdata.storage.lucenestorage.recover that return types with arguments of type StorageEntryWrapper
 List<StorageEntryWrapper> RecoverReader.recoverEntries(BufferedReader reader)
           
 

Methods in org.apache.lucene.gdata.storage.lucenestorage.recover with parameters of type StorageEntryWrapper
 void RecoverController.storageModified(StorageEntryWrapper wrapper)
           
 void RecoverWriter.writeEntry(StorageEntryWrapper wrapper, Writer writer)
           
 

Method parameters in org.apache.lucene.gdata.storage.lucenestorage.recover with type arguments of type StorageEntryWrapper
protected  void RecoverController.storeEntries(List<StorageEntryWrapper> entries, StorageModifier modifier)
           
 



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