Uses of Class
org.apache.lucene.gdata.utils.ReferenceCounter

Packages that use ReferenceCounter
org.apache.lucene.gdata.search Classes used for query the lucene index for a specific feed instance 
org.apache.lucene.gdata.storage.lucenestorage Lucene storage implementation 
org.apache.lucene.gdata.utils Utils package 
 

Uses of ReferenceCounter in org.apache.lucene.gdata.search
 

Constructors in org.apache.lucene.gdata.search with parameters of type ReferenceCounter
StandardGdataSearcher(ReferenceCounter<IndexSearcher> searcher)
          constructs a new GdataSearcher
 

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

Methods in org.apache.lucene.gdata.storage.lucenestorage that return ReferenceCounter
protected  ReferenceCounter<StorageQuery> StorageCoreController.getStorageQuery()
          returns a StorageQuery to query the storage index.
 

Uses of ReferenceCounter in org.apache.lucene.gdata.utils
 

Methods in org.apache.lucene.gdata.utils that return ReferenceCounter
 ReferenceCounter<Type> ReferenceCounter.increamentReference()
          Increments the reference
 



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