Uses of Class
net.obsearch.storage.OBStorageConfig

Packages that use OBStorageConfig
net.obsearch.storage   
net.obsearch.storage.bdb   
net.obsearch.storage.tc   
 

Uses of OBStorageConfig in net.obsearch.storage
 

Methods in net.obsearch.storage with parameters of type OBStorageConfig
 OBStore<TupleBytes> OBStoreFactory.createOBStore(String name, OBStorageConfig config)
          Creates a generic OBStore.
 OBStoreByte OBStoreFactory.createOBStoreByte(String name, OBStorageConfig config)
          Creates an OBStoreByte whose key is based on bytes.
 OBStoreDouble OBStoreFactory.createOBStoreDouble(String name, OBStorageConfig config)
          Creates an OBStoreDouble whose key is based on doubles.
 OBStoreFloat OBStoreFactory.createOBStoreFloat(String name, OBStorageConfig config)
          Creates an OBStoreFloat whose key is based on floats.
 OBStoreInt OBStoreFactory.createOBStoreInt(String name, OBStorageConfig config)
          Creates an OBStoreInt whose key is based on ints.
 OBStoreLong OBStoreFactory.createOBStoreLong(String name, OBStorageConfig config)
          Creates an OBStoreLong whose key is based on longs.
 OBStoreShort OBStoreFactory.createOBStoreShort(String name, OBStorageConfig config)
          Creates an OBStoreShort whose key is based on shorts.
 

Uses of OBStorageConfig in net.obsearch.storage.bdb
 

Methods in net.obsearch.storage.bdb with parameters of type OBStorageConfig
 OBStore<TupleBytes> BDBFactoryJe.createOBStore(String name, OBStorageConfig config)
           
 OBStoreByte BDBFactoryJe.createOBStoreByte(String name, OBStorageConfig config)
           
 OBStoreDouble BDBFactoryJe.createOBStoreDouble(String name, OBStorageConfig config)
           
 OBStoreFloat BDBFactoryJe.createOBStoreFloat(String name, OBStorageConfig config)
           
 OBStoreInt BDBFactoryJe.createOBStoreInt(String name, OBStorageConfig config)
           
 OBStoreLong BDBFactoryJe.createOBStoreLong(String name, OBStorageConfig config)
           
 OBStoreShort BDBFactoryJe.createOBStoreShort(String name, OBStorageConfig config)
           
 

Uses of OBStorageConfig in net.obsearch.storage.tc
 

Methods in net.obsearch.storage.tc with parameters of type OBStorageConfig
 OBStore<TupleBytes> TCFactory.createOBStore(String name, OBStorageConfig config)
           
 OBStoreByte TCFactory.createOBStoreByte(String name, OBStorageConfig config)
           
 OBStoreDouble TCFactory.createOBStoreDouble(String name, OBStorageConfig config)
           
 OBStoreFloat TCFactory.createOBStoreFloat(String name, OBStorageConfig config)
           
 OBStoreInt TCFactory.createOBStoreInt(String name, OBStorageConfig config)
           
 OBStoreLong TCFactory.createOBStoreLong(String name, OBStorageConfig config)
           
 OBStoreShort TCFactory.createOBStoreShort(String name, OBStorageConfig config)
           
 

Constructors in net.obsearch.storage.tc with parameters of type OBStorageConfig
AbstractTCOBStorage(String name, tokyocabinet.DBM db, OBStoreFactory fact, OBStorageConfig storageConf)
          Builds a new Storage system by receiving a Berkeley DB database.
TCOBStorageBytesArray(String name, tokyocabinet.DBM db, OBStoreFactory fact, OBStorageConfig conf)
          Builds a new Storage system by receiving a Berkeley DB database.
TCOBStorageLong(String name, tokyocabinet.DBM db, OBStoreFactory fact, OBStorageConfig storageConf)
          Builds a new Storage system by receiving a Berkeley DB database that uses longs as a primary indexing method.
 



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