org.apache.blur.manager.writer
Class MutationQueue

java.lang.Object
  extended by org.apache.blur.manager.writer.MutationQueue

public class MutationQueue
extends Object


Constructor Summary
MutationQueue()
           
 
Method Summary
 void put(List<RowMutation> mutations)
           
 void take(List<RowMutation> mutations, int max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MutationQueue

public MutationQueue()
Method Detail

put

public void put(List<RowMutation> mutations)
         throws InterruptedException
Throws:
InterruptedException

take

public void take(List<RowMutation> mutations,
                 int max)


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