Uses of Interface
net.obsearch.ambient.Ambient

Packages that use Ambient
net.obsearch.ambient   
net.obsearch.ambient.bdb   
net.obsearch.ambient.tc   
net.obsearch.index.utils Provides some utility classes used by the Index implementations. 
 

Uses of Ambient in net.obsearch.ambient
 

Classes in net.obsearch.ambient that implement Ambient
 class AbstractAmbient<O extends OB,I extends Index<O>>
          An Ambient is the class that surrounds the index, its metadata and the storage devices.
 

Uses of Ambient in net.obsearch.ambient.bdb
 

Classes in net.obsearch.ambient.bdb that implement Ambient
 class AmbientBDBJe<O extends OB,I extends Index<O>>
          AmbientBDB creates an ambient based on the Berkeley DB storage sub-system.
 

Uses of Ambient in net.obsearch.ambient.tc
 

Classes in net.obsearch.ambient.tc that implement Ambient
 class AmbientTC<O extends OB,I extends Index<O>>
           
 

Uses of Ambient in net.obsearch.index.utils
 

Classes in net.obsearch.index.utils with type parameters of type Ambient
 class AbstractCommandLine<O extends OB,I extends Index<O>,A extends Ambient<O,I>>
           
 class AbstractNewLineBytesCommandLine<O extends OB,I extends Index<O>,A extends Ambient<O,I>>
           
 class AbstractNewLineCommandLine<O extends OB,I extends Index<O>,A extends Ambient<O,I>>
           
 class AbstractNewLineCommandLineShort<O extends OBShort,I extends IndexShort<O>,A extends Ambient<O,I>>
          In this command line helper, data is separated by newlines and Index and objects are of type short.
 



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