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
 OperationStatus SleekBucketByte.delete(BucketObjectByte<O> bucket, O object)
           
 OperationStatus SleekBucketByte.exists(BucketObjectByte<O> bucket, O object)
           
 OperationStatus SleekBucketByte.insert(BucketObjectByte<O> bucket, O object)
           
 OperationStatus SleekBucketByte.insertBulk(BucketObjectByte<O> bucket, O object)
           
 void SleekBucketByte.search(AbstractOBQuery<O> q, BucketObjectByte<O> bucket, Filter<O> filter, Statistics stats)
           
 void SleekBucketByte.search(OBQueryByte<O> query, BucketObjectByte<O> bucket, ByteBuffer b, Filter<O> filter, Statistics stats)
           
 void SleekBucketByte.search(OBQueryByte<O> query, BucketObjectByte<O> bucket, Filter<O> filter, 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
 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  PermProjection DistPermByte.getProjection(BucketObjectByte<O> b)
           
 



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