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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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