Uses of Class
org.apache.blur.manager.writer.BlurIndex

Packages that use BlurIndex
org.apache.blur.manager   
org.apache.blur.manager.indexserver   
org.apache.blur.manager.writer   
org.apache.blur.server   
 

Uses of BlurIndex in org.apache.blur.manager
 

Methods in org.apache.blur.manager that return types with arguments of type BlurIndex
 Map<String,BlurIndex> IndexServer.getIndexes(String table)
          Gets a map of the index readers for current running node.
 

Methods in org.apache.blur.manager with parameters of type BlurIndex
 void DefaultBlurFilterCache.closing(String table, String shard, BlurIndex index)
           
abstract  void BlurFilterCache.closing(String table, String shard, BlurIndex index)
          Notifies the cache that the index is closing on this shard server.
 void AliasBlurFilterCache.closing(String table, String shard, BlurIndex index)
           
 void DefaultBlurFilterCache.opening(String table, String shard, BlurIndex index)
           
abstract  void BlurFilterCache.opening(String table, String shard, BlurIndex index)
          Notifies the cache that the index is opening on this shard server.
 void AliasBlurFilterCache.opening(String table, String shard, BlurIndex index)
           
 

Uses of BlurIndex in org.apache.blur.manager.indexserver
 

Methods in org.apache.blur.manager.indexserver that return types with arguments of type BlurIndex
 Map<String,BlurIndex> LocalIndexServer.getIndexes(String table)
           
 Map<String,BlurIndex> DistributedIndexServer.getIndexes(String table)
           
 

Uses of BlurIndex in org.apache.blur.manager.writer
 

Subclasses of BlurIndex in org.apache.blur.manager.writer
 class BlurIndexReadOnly
           
 class BlurIndexSimpleWriter
           
 

Methods in org.apache.blur.manager.writer with parameters of type BlurIndex
 void BlurIndexRefresher.register(BlurIndex blurIndex)
           
 void BlurIndexRefresher.unregister(BlurIndex blurIndex)
           
 

Constructors in org.apache.blur.manager.writer with parameters of type BlurIndex
BlurIndexReadOnly(BlurIndex blurIndex)
           
IndexImporter(BlurIndex blurIndex, ShardContext shardContext, TimeUnit refreshUnit, long refreshAmount)
           
MutationQueueProcessor(BlockingQueue<RowMutation> queue, BlurIndex blurIndex, ShardContext context, AtomicInteger writesWaiting)
           
 

Uses of BlurIndex in org.apache.blur.server
 

Methods in org.apache.blur.server that return BlurIndex
 BlurIndex TableContext.newInstanceBlurIndex(ShardContext shardContext, org.apache.lucene.store.Directory dir, SharedMergeScheduler mergeScheduler, ExecutorService searchExecutor, BlurIndexCloser indexCloser, BlurIndexWarmup indexWarmup)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.