Uses of Interface
net.obsearch.storage.OBStoreInt

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

Uses of OBStoreInt in net.obsearch.storage
 

Methods in net.obsearch.storage that return OBStoreInt
 OBStoreInt OBStoreFactory.createOBStoreInt(String name, OBStorageConfig config)
          Creates an OBStoreInt whose key is based on ints.
 

Methods in net.obsearch.storage with parameters of type OBStoreInt
static void StorageValidationInt.validate(OBStoreInt storage)
          Validates a Storage for shorts.
static void StorageValidationInt.validateDuplicates(OBStoreInt storage)
          Validates a Storage for shorts.
 

Uses of OBStoreInt in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb that implement OBStoreInt
 class BDBOBStoreJeInt
          BDBOBStoreInt is a wrapper for Berkeley indexes that assumes that keys are ints and values are byte[].
 

Methods in net.obsearch.storage.bdb that return OBStoreInt
 OBStoreInt BDBFactoryJe.createOBStoreInt(String name, OBStorageConfig config)
           
 

Uses of OBStoreInt in net.obsearch.storage.tc
 

Methods in net.obsearch.storage.tc that return OBStoreInt
 OBStoreInt TCFactory.createOBStoreInt(String name, OBStorageConfig config)
           
 



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