Uses of Class
net.obsearch.index.bucket.impl.BucketObjectFloat

Packages that use BucketObjectFloat
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
 

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

Classes in net.obsearch.index.bucket.impl with type parameters of type BucketObjectFloat
 class AbstractBucketContainerFloat<O extends OBFloat,B extends BucketObjectFloat>
          AbstractBucketContainerFloat Holds the functionality of a bucket that sorts its smap-vectors lexicographically.
 

Methods in net.obsearch.index.bucket.impl that return BucketObjectFloat
protected  BucketObjectFloat[] BucketContainerFloat.instantiateArray(int size)
           
protected  BucketObjectFloat BucketContainerFloat.instantiateBucketObject()
           
 

Methods in net.obsearch.index.bucket.impl with parameters of type BucketObjectFloat
 int BucketObjectFloat.compareTo(BucketObjectFloat o)
           
 float BucketObjectFloat.lInf(BucketObjectFloat b)
          Execute l-inf between this object and b.
 

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

Methods in net.obsearch.index.bucket.sleek that return types with arguments of type BucketObjectFloat
 List<BucketObjectFloat<O>> SleekBucketFloat.getObjects()
           
 

Methods in net.obsearch.index.bucket.sleek with parameters of type BucketObjectFloat
 OperationStatus SleekBucketFloat.delete(BucketObjectFloat<O> bucket, O object)
           
 OperationStatus SleekBucketFloat.exists(BucketObjectFloat<O> bucket, O object)
           
 OperationStatus SleekBucketFloat.insert(BucketObjectFloat<O> bucket, O object)
           
 OperationStatus SleekBucketFloat.insertBulk(BucketObjectFloat<O> bucket, O object)
           
 void SleekBucketFloat.search(AbstractOBQuery<O> q, BucketObjectFloat<O> bucket, Filter<O> filter, Statistics stats)
           
 void SleekBucketFloat.search(OBQueryFloat<O> query, BucketObjectFloat<O> bucket, ByteBuffer b, Filter<O> filter, Statistics stats)
           
 void SleekBucketFloat.search(OBQueryFloat<O> query, BucketObjectFloat<O> bucket, Filter<O> filter, Statistics stats)
           
 

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

Methods in net.obsearch.index.ghs.impl that return BucketObjectFloat
 BucketObjectFloat<O> Sketch64Float.getBucket(O object)
           
 

Methods in net.obsearch.index.ghs.impl with parameters of type BucketObjectFloat
 SketchProjection Sketch64Float.getProjection(BucketObjectFloat<O> bucket)
          Compute the sketch for the given object.
 

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

Methods in net.obsearch.index.perm.impl that return BucketObjectFloat
 BucketObjectFloat<O> DistPermFloat.getBucket(O object)
           
 

Methods in net.obsearch.index.perm.impl with parameters of type BucketObjectFloat
protected  PermProjection DistPermFloat.getProjection(BucketObjectFloat<O> b)
           
 



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