Uses of Class
net.obsearch.storage.Tuple

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

Uses of Tuple in net.obsearch.storage
 

Classes in net.obsearch.storage with type parameters of type Tuple
 interface OBStore<T extends Tuple>
          OBStore abstracts a generic storage system.
 

Subclasses of Tuple in net.obsearch.storage
 class TupleByte
          A tuple returned by a range operation of an OBStore implementation.
 class TupleBytes
          TupleBytes holds a key in bytes and a value in bytes.
 class TupleDouble
          A tuple returned by a range operation of an OBStore implementation.
 class TupleFloat
          A tuple returned by a range operation of an OBStore implementation.
 class TupleInt
          A tuple returned by a range operation of an OBStore implementation.
 class TupleLong
          A tuple returned by a range operation of an OBStore implementation.
 class TupleShort
          A tuple returned by a range operation of an OBStore implementation.
 

Uses of Tuple in net.obsearch.storage.bdb
 

Classes in net.obsearch.storage.bdb with type parameters of type Tuple
 class AbstractBDBOBStoreJe<T extends Tuple>
          BDBOBStore is a storage abstraction for Berkeley DB.
 

Uses of Tuple in net.obsearch.storage.tc
 

Classes in net.obsearch.storage.tc with type parameters of type Tuple
 class AbstractTCOBStorage<T extends Tuple>
           
 



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