Uses of Interface
net.obsearch.storage.OBStoreByte

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

Uses of OBStoreByte in net.obsearch.storage
 

Methods in net.obsearch.storage that return OBStoreByte
 OBStoreByte OBStoreFactory.createOBStoreByte(String name, OBStorageConfig config)
          Creates an OBStoreByte whose key is based on bytes.
 

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

Uses of OBStoreByte in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb that implement OBStoreByte
 class BDBOBStoreJeByte
          BDBOBStoreByte is a wrapper for Berkeley indexes that assumes that keys are bytes and values are byte[].
 

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

Uses of OBStoreByte in net.obsearch.storage.tc
 

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



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