|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
public static class RandomWriter.RandomMutationGenerator
Constructor Summary | |
---|---|
RandomWriter.RandomMutationGenerator(long num_mutations)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
java.util.Iterator<Mutation> |
iterator()
|
Mutation |
next()
|
void |
remove()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RandomWriter.RandomMutationGenerator(long num_mutations)
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<Mutation>
public Mutation next()
next
in interface java.util.Iterator<Mutation>
public void remove()
remove
in interface java.util.Iterator<Mutation>
public java.util.Iterator<Mutation> iterator()
iterator
in interface java.lang.Iterable<Mutation>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |