Uses of Interface
net.obsearch.storage.OBStoreLong

Packages that use OBStoreLong
net.obsearch.storage   
net.obsearch.storage.bdb   
 

Uses of OBStoreLong in net.obsearch.storage
 

Methods in net.obsearch.storage that return OBStoreLong
 OBStoreLong OBStoreFactory.createOBStoreLong(String name, net.obsearch.storage.OBStorageConfig config)
          Creates an OBStoreLong whose key is based on longs.
 

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

Uses of OBStoreLong in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb that implement OBStoreLong
 class BDBOBStoreJeLong
          BDBOBStoreLong is a wrapper for Berkeley indexes that assumes that keys are longs and values are byte[].
 

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



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