|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
ExecutorService searchExecutor,
BlurIndexCloser indexCloser,
BlurIndexWarmup indexWarmup)
|
|
BlurIndexReaderWarmer(ShardContext shardContext,
AtomicBoolean isClosed,
BlurIndexWarmup indexWarmup)
|
|
BlurIndexSimpleWriter(ShardContext shardContext,
org.apache.lucene.store.Directory directory,
SharedMergeScheduler mergeScheduler,
ExecutorService searchExecutor,
BlurIndexCloser indexCloser,
BlurIndexWarmup indexWarmup)
|
|
IndexImporter(BlurIndex blurIndex,
ShardContext shardContext,
TimeUnit refreshUnit,
long refreshAmount)
|
|
MutatableAction(ShardContext context)
|
|
MutationQueueProcessor(BlockingQueue<RowMutation> queue,
BlurIndex blurIndex,
ShardContext context,
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,
ExecutorService searchExecutor,
BlurIndexCloser indexCloser,
BlurIndexWarmup indexWarmup)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |