Class ValueByteIterator

java.lang.Object
com.yahoo.ycsb.ByteIterator
com.mapr.ycsb.db.ValueByteIterator
All Implemented Interfaces:
Iterator<Byte>

public class ValueByteIterator extends com.yahoo.ycsb.ByteIterator
  • Constructor Details

    • ValueByteIterator

      public ValueByteIterator(org.ojai.Value value)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<Byte>
      Specified by:
      hasNext in class com.yahoo.ycsb.ByteIterator
    • nextByte

      public byte nextByte()
      Specified by:
      nextByte in class com.yahoo.ycsb.ByteIterator
    • bytesLeft

      public long bytesLeft()
      Specified by:
      bytesLeft in class com.yahoo.ycsb.ByteIterator
    • toString

      public String toString()
      Overrides:
      toString in class com.yahoo.ycsb.ByteIterator