|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.manager.writer.MutationQueue
public class MutationQueue
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 |
---|
public MutationQueue()
Method Detail |
---|
public void put(List<RowMutation> mutations) throws InterruptedException
InterruptedException
public void take(List<RowMutation> mutations, int max)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |