Uses of Interface
net.obsearch.storage.OBStore

Packages that use OBStore
net.obsearch.index.bucket   
net.obsearch.index.bucket.impl   
net.obsearch.storage   
net.obsearch.storage.bdb   
net.obsearch.storage.tc   
 

Uses of OBStore in net.obsearch.index.bucket
 

Fields in net.obsearch.index.bucket declared as OBStore
protected  OBStore<TupleBytes> AbstractBucketIndex.Buckets
          We store the buckets in this storage device.
 

Methods in net.obsearch.index.bucket that return OBStore
 OBStore<TupleBytes> AbstractBucketIndex.getBuckets()
           
 

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

Constructors in net.obsearch.index.bucket.impl with parameters of type OBStore
AbstractBucketContainerByte(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for bytes over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerByte(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for bytes over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerDouble(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for doubles over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerDouble(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for doubles over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerFloat(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for floats over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerFloat(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for floats over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerInt(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for ints over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerInt(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for ints over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerLong(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for longs over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerLong(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for longs over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerShort(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
          Build a new container for shorts over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
AbstractBucketContainerShort(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
          Build a new container for shorts over the given index, with the given pivot number and a certain storage device where all the smap vectors are stored.
BucketContainerByte(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerByte(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
BucketContainerDouble(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerDouble(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
BucketContainerFloat(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerFloat(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
BucketContainerInt(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerInt(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
BucketContainerLong(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerLong(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
BucketContainerShort(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key)
           
BucketContainerShort(Index<O> index, int pivots, OBStore<TupleBytes> storage, byte[] key, int secondaryIndexPivot)
           
 

Uses of OBStore in net.obsearch.storage
 

Subinterfaces of OBStore in net.obsearch.storage
 interface OBStoreByte
          OBStoreByte abstracts a generic storage system.
 interface OBStoreDouble
          OBStoreDouble abstracts a generic storage system.
 interface OBStoreFloat
          OBStoreFloat abstracts a generic storage system.
 interface OBStoreInt
          OBStoreInt abstracts a generic storage system.
 interface OBStoreLong
          OBStoreLong abstracts a generic storage system.
 interface OBStoreShort
          OBStoreShort abstracts a generic storage system.
 

Methods in net.obsearch.storage that return OBStore
 OBStore<TupleBytes> OBStoreFactory.createOBStore(String name, OBStorageConfig config)
          Creates a generic OBStore.
 

Methods in net.obsearch.storage with parameters of type OBStore
 void OBStoreFactory.removeOBStore(OBStore storage)
          Removes all indexes and structures related to the given storage device.
 

Uses of OBStore in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb that implement OBStore
 class AbstractBDBOBStoreJe<T extends Tuple>
          BDBOBStore is a storage abstraction for Berkeley DB.
 class BDBOBStoreJeByte
          BDBOBStoreByte is a wrapper for Berkeley indexes that assumes that keys are bytes and values are byte[].
 class BDBOBStoreJeByteArray
          BDBOBStoreByteArray.
 class BDBOBStoreJeDouble
          BDBOBStoreDouble is a wrapper for Berkeley indexes that assumes that keys are doubles and values are byte[].
 class BDBOBStoreJeFloat
          BDBOBStoreFloat is a wrapper for Berkeley indexes that assumes that keys are floats and values are byte[].
 class BDBOBStoreJeInt
          BDBOBStoreInt is a wrapper for Berkeley indexes that assumes that keys are ints and values are byte[].
 class BDBOBStoreJeLong
          BDBOBStoreLong is a wrapper for Berkeley indexes that assumes that keys are longs and values are byte[].
 class BDBOBStoreJeShort
          BDBOBStoreShort is a wrapper for Berkeley indexes that assumes that keys are shorts and values are byte[].
 

Methods in net.obsearch.storage.bdb that return OBStore
 OBStore<TupleBytes> BDBFactoryJe.createOBStore(String name, OBStorageConfig config)
           
 

Methods in net.obsearch.storage.bdb with parameters of type OBStore
 void BDBFactoryJe.removeOBStore(OBStore storage)
           
 

Uses of OBStore in net.obsearch.storage.tc
 

Classes in net.obsearch.storage.tc that implement OBStore
 class AbstractTCOBStorage<T extends Tuple>
           
 class TCOBStorageBytesArray
           
 class TCOBStorageLong
          BDBOBStoreLong is a wrapper for Berkeley indexes that assumes that keys are longs and values are byte[].
 

Methods in net.obsearch.storage.tc that return OBStore
 OBStore<TupleBytes> TCFactory.createOBStore(String name, OBStorageConfig config)
           
 

Methods in net.obsearch.storage.tc with parameters of type OBStore
 void TCFactory.removeOBStore(OBStore storage)
           
 



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