Uses of Class
net.obsearch.query.OBQueryInt

Packages that use OBQueryInt
net.obsearch.distance   
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
 

Uses of OBQueryInt in net.obsearch.distance
 

Methods in net.obsearch.distance with parameters of type OBQueryInt
 void OBDistanceCalculatorInt.process(long idObj, O obj, O q, OBQueryInt<O> query, Filter<O> filter)
          Process asyncrhonously a and b.
 

Uses of OBQueryInt in net.obsearch.index.bucket.impl
 

Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryInt
 void AbstractBucketContainerInt.search(OBQueryInt<O> query, B b, ByteBuffer data, Filter<O> filter, Statistics stats)
           
 void AbstractBucketContainerInt.search(OBQueryInt<O> query, B b, Filter<O> filter, byte[] key1, byte[] key2, Statistics stats)
          Convenience method that forces the search to be performed on a certain key set.
 void AbstractBucketContainerInt.search(OBQueryInt<O> query, B b, Filter<O> filter, Statistics stats)
          Searches the data by using a binary search to reduce SMAP vector computations.
 

Uses of OBQueryInt in net.obsearch.index.bucket.sleek
 

Methods in net.obsearch.index.bucket.sleek with parameters of type OBQueryInt
 void SleekBucketInt.search(OBQueryInt<O> query, BucketObjectInt<O> bucket, ByteBuffer b, Filter<O> filter, Statistics stats)
           
 void SleekBucketInt.search(OBQueryInt<O> query, BucketObjectInt<O> bucket, Filter<O> filter, Statistics stats)
           
 

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

Methods in net.obsearch.index.ghs.impl that return types with arguments of type OBQueryInt
 Iterator<List<OBQueryInt<O>>> Sketch64Int.knnGraph(int k, int r)
          Performs a knn graph search
 List<OBQueryInt<O>> Sketch64Int.KnnIterator.next()
           
 



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