Uses of Class
net.obsearch.storage.TupleLong

Packages that use TupleLong
net.obsearch.storage   
net.obsearch.storage.bdb   
net.obsearch.storage.tc   
 

Uses of TupleLong in net.obsearch.storage
 

Methods in net.obsearch.storage that return types with arguments of type TupleLong
 CloseIterator<TupleLong> OBStoreLong.processRange(long low, long high)
          Process the given range of items (from low to high), including low and high.
 CloseIterator<TupleLong> OBStoreLong.processRangeReverse(long low, long high)
          Process the given range of items (from high to low), including low and high.
 

Uses of TupleLong in net.obsearch.storage.bdb
 

Methods in net.obsearch.storage.bdb that return types with arguments of type TupleLong
 CloseIterator<TupleLong> BDBOBStoreJeLong.processAll()
           
 CloseIterator<TupleLong> BDBOBStoreJeLong.processRange(long low, long high)
           
 CloseIterator<TupleLong> BDBOBStoreJeLong.processRangeNoDup(long low, long high)
           
 CloseIterator<TupleLong> BDBOBStoreJeLong.processRangeReverse(long low, long high)
           
 CloseIterator<TupleLong> BDBOBStoreJeLong.processRangeReverseNoDup(long low, long high)
           
 

Uses of TupleLong in net.obsearch.storage.tc
 

Methods in net.obsearch.storage.tc that return types with arguments of type TupleLong
 CloseIterator<TupleLong> TCOBStorageLong.processAll()
           
 CloseIterator<TupleLong> TCOBStorageLong.processRange(long low, long high)
           
 CloseIterator<TupleLong> TCOBStorageLong.processRangeNoDup(long low, long high)
           
 CloseIterator<TupleLong> TCOBStorageLong.processRangeReverse(long low, long high)
           
 CloseIterator<TupleLong> TCOBStorageLong.processRangeReverseNoDup(long low, long high)
           
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.