Uses of Interface
net.obsearch.storage.OBStoreShort

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

Uses of OBStoreShort in net.obsearch.storage
 

Methods in net.obsearch.storage that return OBStoreShort
 OBStoreShort OBStoreFactory.createOBStoreShort(String name, OBStorageConfig config)
          Creates an OBStoreShort whose key is based on shorts.
 

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

Uses of OBStoreShort in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb that implement OBStoreShort
 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 OBStoreShort
 OBStoreShort BDBFactoryJe.createOBStoreShort(String name, OBStorageConfig config)
           
 

Uses of OBStoreShort in net.obsearch.storage.tc
 

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



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