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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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