Package com.mapr.ycsb.db
Class ValueByteIterator
java.lang.Object
com.yahoo.ycsb.ByteIterator
com.mapr.ycsb.db.ValueByteIterator
public class ValueByteIterator
extends com.yahoo.ycsb.ByteIterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.ycsb.ByteIterator
next, nextBuf, remove, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueByteIterator
public ValueByteIterator(org.ojai.Value value)
-
-
Method Details
-
hasNext
public boolean hasNext() -
nextByte
public byte nextByte()- Specified by:
nextBytein classcom.yahoo.ycsb.ByteIterator
-
bytesLeft
public long bytesLeft()- Specified by:
bytesLeftin classcom.yahoo.ycsb.ByteIterator
-
toString
- Overrides:
toStringin classcom.yahoo.ycsb.ByteIterator
-