net.obsearch.index.bucket.impl
Class BucketContainerFloat<O extends OBFloat>
java.lang.Object
net.obsearch.index.bucket.impl.AbstractBucketContainerFloat<O,BucketObjectFloat<O>>
net.obsearch.index.bucket.impl.BucketContainerFloat<O>
- All Implemented Interfaces:
- BucketContainer<O,BucketObjectFloat<O>,OBQueryFloat<O>>
public class BucketContainerFloat<O extends OBFloat>
- extends AbstractBucketContainerFloat<O,BucketObjectFloat<O>>
BucketContainer is a dummy class that is used to directly
inherit the functionality from AbstractBucketContainerFloat.
- Author:
- Arnoldo Jose Muller Molina
Methods inherited from class net.obsearch.index.bucket.impl.AbstractBucketContainerFloat |
delete, exists, getObjects, getPivots, insert, insertBulk, isModified, search, search, search, search, serialize, setKey, setPivots, size |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BucketContainerFloat
public BucketContainerFloat(Index<O> index,
int pivots,
OBStore<TupleBytes> storage,
byte[] key)
BucketContainerFloat
public BucketContainerFloat(Index<O> index,
int pivots,
OBStore<TupleBytes> storage,
byte[] key,
int secondaryIndexPivot)
instantiateBucketObject
protected BucketObjectFloat instantiateBucketObject()
- Description copied from class:
AbstractBucketContainerFloat
- Instantiate a new Bucket ready to process each record.
- Specified by:
instantiateBucketObject
in class AbstractBucketContainerFloat<O extends OBFloat,BucketObjectFloat<O extends OBFloat>>
instantiateArray
protected BucketObjectFloat[] instantiateArray(int size)
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.