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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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