Uses of Class
net.obsearch.exception.NotFrozenException

Packages that use NotFrozenException
net.obsearch Provides the main interfaces of OBSearch. 
net.obsearch.ambient   
net.obsearch.ambient.bdb   
net.obsearch.ambient.tc   
net.obsearch.example Provides examples on how to use OBSearch. 
net.obsearch.index   
net.obsearch.index.aesa.impl   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
net.obsearch.index.pivot   
net.obsearch.index.utils Provides some utility classes used by the Index implementations. 
 

Uses of NotFrozenException in net.obsearch
 

Methods in net.obsearch that throw NotFrozenException
 OperationStatus Index.delete(O object)
          Deletes the given object from the database.
 void Index.init(OBStoreFactory fact)
          This method *must* be called after de-serializing the database object and after instantiating the index.
 void ApproxIndexShort.searchOBAnalyzeEp(O object, short r, OBPriorityQueueShort<O> result, double ep, List<AbstractOBResult<O>> db)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void ApproxIndexShort.searchOBAnalyzeRecall(O object, short r, OBPriorityQueueShort<O> result, double recall, List<AbstractOBResult<O>> perfectQueryResult)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 

Uses of NotFrozenException in net.obsearch.ambient
 

Constructors in net.obsearch.ambient that throw NotFrozenException
AbstractAmbient(File directory)
          Constructor to be used after a freeze took place.
AbstractAmbient(I index, File directory)
           
 

Uses of NotFrozenException in net.obsearch.ambient.bdb
 

Constructors in net.obsearch.ambient.bdb that throw NotFrozenException
AmbientBDBJe(File directory)
           
AmbientBDBJe(I index, File directory)
           
 

Uses of NotFrozenException in net.obsearch.ambient.tc
 

Constructors in net.obsearch.ambient.tc that throw NotFrozenException
AmbientTC(File directory)
           
AmbientTC(I index, File directory)
           
 

Uses of NotFrozenException in net.obsearch.example
 

Methods in net.obsearch.example that throw NotFrozenException
protected abstract  void AbstractExampleGeneral.search()
           
 

Uses of NotFrozenException in net.obsearch.index
 

Methods in net.obsearch.index that throw NotFrozenException
protected  void AbstractOBIndex.assertFrozen()
          If the database is frozen returns silently if it is not throws NotFrozenException.
 OperationStatus AbstractOBIndex.delete(O object)
           
 void AbstractOBIndex.init(OBStoreFactory fact)
          Initialize the index.
 void IndexByte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexByte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexDouble.searchOB(O object, double r, Filter<O> filter, OBPriorityQueueDouble<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexDouble.searchOB(O object, double r, OBPriorityQueueDouble<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexFloat.searchOB(O object, float r, Filter<O> filter, OBPriorityQueueFloat<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexFloat.searchOB(O object, float r, OBPriorityQueueFloat<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexInt.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexInt.searchOB(O object, int r, OBPriorityQueueInt<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexLong.searchOB(O object, long r, Filter<O> filter, OBPriorityQueueLong<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexLong.searchOB(O object, long r, OBPriorityQueueLong<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexShort.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexShort.searchOB(O object, short r, OBPriorityQueueShort<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 

Uses of NotFrozenException in net.obsearch.index.aesa.impl
 

Methods in net.obsearch.index.aesa.impl that throw NotFrozenException
 OperationStatus AesaFloat.delete(O object)
           
 void AesaFloat.init(OBStoreFactory fact)
           
 void AesaFloat.searchOB(O object, float r, Filter<O> filter, OBPriorityQueueFloat<O> result)
           
 void AesaFloat.searchOB(O object, float r, OBPriorityQueueFloat<O> result)
           
 

Uses of NotFrozenException in net.obsearch.index.ghs.impl
 

Methods in net.obsearch.index.ghs.impl that throw NotFrozenException
 void Sketch64Byte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
           
 void Sketch64Byte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
           
 void Sketch64Double.searchOB(O object, double r, Filter<O> filter, OBPriorityQueueDouble<O> result)
           
 void Sketch64Double.searchOB(O object, double r, OBPriorityQueueDouble<O> result)
           
 void Sketch64Float.searchOB(O object, float r, Filter<O> filter, OBPriorityQueueFloat<O> result)
           
 void Sketch64Float.searchOB(O object, float r, OBPriorityQueueFloat<O> result)
           
 void Sketch64Int.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
           
 void Sketch64Int.searchOB(O object, int r, OBPriorityQueueInt<O> result)
           
 void Sketch64Long.searchOB(O object, long r, Filter<O> filter, OBPriorityQueueLong<O> result)
           
 void Sketch64Long.searchOB(O object, long r, OBPriorityQueueLong<O> result)
           
 void Sketch64Short.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
           
 void Sketch64Short.searchOB(O object, short r, OBPriorityQueueShort<O> result)
           
 

Uses of NotFrozenException in net.obsearch.index.perm.impl
 

Methods in net.obsearch.index.perm.impl that throw NotFrozenException
 void DistPermByte.searchOB(O object, byte r, Filter<O> filter, OBPriorityQueueByte<O> result)
           
 void DistPermByte.searchOB(O object, byte r, OBPriorityQueueByte<O> result)
           
 void DistPermDouble.searchOB(O object, double r, Filter<O> filter, OBPriorityQueueDouble<O> result)
           
 void DistPermDouble.searchOB(O object, double r, OBPriorityQueueDouble<O> result)
           
 void DistPermFloat.searchOB(O object, float r, Filter<O> filter, OBPriorityQueueFloat<O> result)
           
 void DistPermFloat.searchOB(O object, float r, OBPriorityQueueFloat<O> result)
           
 void DistPermInt.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
           
 void DistPermInt.searchOB(O object, int r, OBPriorityQueueInt<O> result)
           
 void DistPermLong.searchOB(O object, long r, Filter<O> filter, OBPriorityQueueLong<O> result)
           
 void DistPermLong.searchOB(O object, long r, OBPriorityQueueLong<O> result)
           
 void DistPermShort.searchOB(O object, short r, Filter<O> filter, OBPriorityQueueShort<O> result)
           
 void DistPermShort.searchOB(O object, short r, OBPriorityQueueShort<O> result)
           
 

Uses of NotFrozenException in net.obsearch.index.pivot
 

Methods in net.obsearch.index.pivot that throw NotFrozenException
 void AbstractPivotOBIndex.init(OBStoreFactory fact)
           
 

Uses of NotFrozenException in net.obsearch.index.utils
 

Methods in net.obsearch.index.utils that throw NotFrozenException
protected  void AbstractNewLineCommandLineShort.searchObject(I index, O object, Statistics other)
           
protected abstract  void AbstractNewLineCommandLine.searchObject(I index, O object, Statistics other)
          The subclass implements this method and decides to print or do something with the result.
protected  void AbstractNewLineCommandLineShort.searchObjectApprox(I index, O object, Statistics other)
           
protected abstract  void AbstractNewLineCommandLine.searchObjectApprox(I index, O object, Statistics other)
          Search object in approx mode.
 



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