org.apache.blur.manager.writer
Class MutationQueueProcessor
java.lang.Object
org.apache.blur.manager.writer.MutationQueueProcessor
- All Implemented Interfaces:
- Closeable, Runnable
public class MutationQueueProcessor
- extends Object
- implements Runnable, Closeable
MutationQueueProcessor
public MutationQueueProcessor(BlockingQueue<RowMutation> queue,
BlurIndex blurIndex,
ShardContext context,
AtomicInteger writesWaiting)
startIfNotRunning
public void startIfNotRunning()
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.