|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BucketObjectDouble | |
---|---|
net.obsearch.index.bucket.impl | |
net.obsearch.index.bucket.sleek | |
net.obsearch.index.ghs.impl | |
net.obsearch.index.perm.impl |
Uses of BucketObjectDouble in net.obsearch.index.bucket.impl |
---|
Classes in net.obsearch.index.bucket.impl with type parameters of type BucketObjectDouble | |
---|---|
class |
AbstractBucketContainerDouble<O extends OBDouble,B extends BucketObjectDouble>
AbstractBucketContainerDouble Holds the functionality of a bucket that sorts its smap-vectors lexicographically. |
Methods in net.obsearch.index.bucket.impl that return BucketObjectDouble | |
---|---|
protected BucketObjectDouble[] |
BucketContainerDouble.instantiateArray(int size)
|
protected BucketObjectDouble |
BucketContainerDouble.instantiateBucketObject()
|
Methods in net.obsearch.index.bucket.impl with parameters of type BucketObjectDouble | |
---|---|
int |
BucketObjectDouble.compareTo(BucketObjectDouble o)
|
double |
BucketObjectDouble.lInf(BucketObjectDouble b)
Execute l-inf between this object and b. |
Uses of BucketObjectDouble in net.obsearch.index.bucket.sleek |
---|
Methods in net.obsearch.index.bucket.sleek that return types with arguments of type BucketObjectDouble | |
---|---|
List<BucketObjectDouble<O>> |
SleekBucketDouble.getObjects()
|
Methods in net.obsearch.index.bucket.sleek with parameters of type BucketObjectDouble | |
---|---|
OperationStatus |
SleekBucketDouble.delete(BucketObjectDouble<O> bucket,
O object)
|
OperationStatus |
SleekBucketDouble.exists(BucketObjectDouble<O> bucket,
O object)
|
OperationStatus |
SleekBucketDouble.insert(BucketObjectDouble<O> bucket,
O object)
|
OperationStatus |
SleekBucketDouble.insertBulk(BucketObjectDouble<O> bucket,
O object)
|
void |
SleekBucketDouble.search(AbstractOBQuery<O> q,
BucketObjectDouble<O> bucket,
Filter<O> filter,
Statistics stats)
|
void |
SleekBucketDouble.search(OBQueryDouble<O> query,
BucketObjectDouble<O> bucket,
ByteBuffer b,
Filter<O> filter,
Statistics stats)
|
void |
SleekBucketDouble.search(OBQueryDouble<O> query,
BucketObjectDouble<O> bucket,
Filter<O> filter,
Statistics stats)
|
Uses of BucketObjectDouble in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl that return BucketObjectDouble | |
---|---|
BucketObjectDouble<O> |
Sketch64Double.getBucket(O object)
|
Methods in net.obsearch.index.ghs.impl with parameters of type BucketObjectDouble | |
---|---|
SketchProjection |
Sketch64Double.getProjection(BucketObjectDouble<O> bucket)
Compute the sketch for the given object. |
Uses of BucketObjectDouble in net.obsearch.index.perm.impl |
---|
Methods in net.obsearch.index.perm.impl that return BucketObjectDouble | |
---|---|
BucketObjectDouble<O> |
DistPermDouble.getBucket(O object)
|
Methods in net.obsearch.index.perm.impl with parameters of type BucketObjectDouble | |
---|---|
protected PermProjection |
DistPermDouble.getProjection(BucketObjectDouble<O> b)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |