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

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

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

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

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

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

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

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

Methods in net.obsearch.index.bucket.sleek with parameters of type BucketObjectInt
 OperationStatus SleekBucketInt.delete(BucketObjectInt<O> bucket, O object)
           
 OperationStatus SleekBucketInt.exists(BucketObjectInt<O> bucket, O object)
           
 OperationStatus SleekBucketInt.insert(BucketObjectInt<O> bucket, O object)
           
 OperationStatus SleekBucketInt.insertBulk(BucketObjectInt<O> bucket, O object)
           
 void SleekBucketInt.search(AbstractOBQuery<O> q, BucketObjectInt<O> bucket, Filter<O> filter, Statistics stats)
           
 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 BucketObjectInt in net.obsearch.index.ghs.impl
 

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

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

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

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

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



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