Uses of Class
com.browseengine.bobo.facets.RuntimeFacetHandler

Packages that use RuntimeFacetHandler
com.browseengine.bobo.api   
com.browseengine.bobo.facets   
com.browseengine.bobo.facets.impl   
 

Uses of RuntimeFacetHandler in com.browseengine.bobo.api
 

Methods in com.browseengine.bobo.api that return RuntimeFacetHandler
 RuntimeFacetHandler<?> BoboIndexReader.getRuntimeFacetHandler(String name)
           
 

Methods in com.browseengine.bobo.api that return types with arguments of type RuntimeFacetHandler
 Map<String,RuntimeFacetHandler<?>> BoboIndexReader.getRuntimeFacetHandlerMap()
           
 

Methods in com.browseengine.bobo.api with parameters of type RuntimeFacetHandler
 void BoboIndexReader.putRuntimeFacetHandler(String name, RuntimeFacetHandler<?> data)
           
 

Method parameters in com.browseengine.bobo.api with type arguments of type RuntimeFacetHandler
 void BoboIndexReader.setRuntimeFacetHandlerMap(Map<String,RuntimeFacetHandler<?>> map)
           
 

Uses of RuntimeFacetHandler in com.browseengine.bobo.facets
 

Classes in com.browseengine.bobo.facets with type parameters of type RuntimeFacetHandler
 class AbstractRuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>>
           
 interface RuntimeFacetHandlerFactory<P extends FacetHandlerInitializerParam,F extends RuntimeFacetHandler<?>>
          This interface is intended for using with RuntimeFacetHandler, which typically have local data that make them not only NOT thread safe but also dependent on request.
 

Uses of RuntimeFacetHandler in com.browseengine.bobo.facets.impl
 

Subclasses of RuntimeFacetHandler in com.browseengine.bobo.facets.impl
 class DynamicRangeFacetHandler
           
 class DynamicTimeRangeFacetHandler
           
 class GeoSimpleFacetHandler
           
 class HistogramFacetHandler<T extends Number>
           
 



Copyright © 2005-2013. All Rights Reserved.