org.apache.accumulo.server.util
Class RandomWriter.RandomMutationGenerator
java.lang.Object
org.apache.accumulo.server.util.RandomWriter.RandomMutationGenerator
- All Implemented Interfaces:
- Iterable<Mutation>, Iterator<Mutation>
- Enclosing class:
- RandomWriter
public static class RandomWriter.RandomMutationGenerator
- extends Object
- implements Iterable<Mutation>, Iterator<Mutation>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RandomWriter.RandomMutationGenerator
public RandomWriter.RandomMutationGenerator(long num_mutations)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Mutation>
next
public Mutation next()
- Specified by:
next
in interface Iterator<Mutation>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Mutation>
iterator
public Iterator<Mutation> iterator()
- Specified by:
iterator
in interface Iterable<Mutation>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.