org.apache.accumulo.server.util
public static class RandomWriter.RandomMutationGenerator extends Object implements Iterable<Mutation>, Iterator<Mutation>
RandomWriter.RandomMutationGenerator(long num_mutations)
boolean
hasNext()
Iterator<Mutation>
iterator()
Mutation
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RandomWriter.RandomMutationGenerator(long num_mutations)
public boolean hasNext()
hasNext
public Mutation next()
next
public void remove()
remove
public Iterator<Mutation> iterator()
iterator
Iterable<Mutation>
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.