Uses of Class
org.apache.blur.server.ShardContext

Packages that use ShardContext
org.apache.blur.manager.writer   
org.apache.blur.server   
 

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

Methods in org.apache.blur.manager.writer that return ShardContext
 ShardContext BlurIndex.getShardContext()
           
 

Constructors in org.apache.blur.manager.writer with parameters of type ShardContext
BlurIndex(ShardContext shardContext, org.apache.lucene.store.Directory directory, SharedMergeScheduler mergeScheduler, java.util.concurrent.ExecutorService searchExecutor, BlurIndexCloser indexCloser, BlurIndexWarmup indexWarmup)
           
BlurIndexReaderWarmer(ShardContext shardContext, java.util.concurrent.atomic.AtomicBoolean isClosed, BlurIndexWarmup indexWarmup)
           
BlurIndexSimpleWriter(ShardContext shardContext, org.apache.lucene.store.Directory directory, SharedMergeScheduler mergeScheduler, java.util.concurrent.ExecutorService searchExecutor, BlurIndexCloser indexCloser, BlurIndexWarmup indexWarmup)
           
IndexImporter(BlurIndex blurIndex, ShardContext shardContext, java.util.concurrent.TimeUnit refreshUnit, long refreshAmount)
           
MutatableAction(ShardContext context)
           
MutationQueueProcessor(java.util.concurrent.BlockingQueue<RowMutation> queue, BlurIndex blurIndex, ShardContext context, java.util.concurrent.atomic.AtomicInteger writesWaiting)
           
 

Uses of ShardContext in org.apache.blur.server
 

Methods in org.apache.blur.server that return ShardContext
static ShardContext ShardContext.create(TableContext tableContext, String shard)
           
 

Methods in org.apache.blur.server with parameters of type ShardContext
 BlurIndex TableContext.newInstanceBlurIndex(ShardContext shardContext, org.apache.lucene.store.Directory dir, SharedMergeScheduler mergeScheduler, java.util.concurrent.ExecutorService searchExecutor, BlurIndexCloser indexCloser, BlurIndexWarmup indexWarmup)
           
 



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