Uses of Interface
org.apache.accumulo.core.file.map.MySequenceFile.ValueBytes

Packages that use MySequenceFile.ValueBytes
org.apache.accumulo.core.file.map   
 

Uses of MySequenceFile.ValueBytes in org.apache.accumulo.core.file.map
 

Methods in org.apache.accumulo.core.file.map that return MySequenceFile.ValueBytes
 MySequenceFile.ValueBytes MySequenceFile.Reader.createValueBytes()
           
 MySequenceFile.ValueBytes MySequenceFile.Sorter.RawKeyValueIterator.getValue()
          Gets the current raw value
 

Methods in org.apache.accumulo.core.file.map with parameters of type MySequenceFile.ValueBytes
 void MySequenceFile.Writer.appendRaw(byte[] keyData, int keyOffset, int keyLength, MySequenceFile.ValueBytes val)
           
 int MySequenceFile.Reader.nextRaw(org.apache.hadoop.io.DataOutputBuffer key, MySequenceFile.ValueBytes val)
          Read 'raw' records.
 int MySequenceFile.Reader.nextRawValue(MySequenceFile.ValueBytes val)
          Read 'raw' values.
 int MySequenceFile.Sorter.SegmentDescriptor.nextRawValue(MySequenceFile.ValueBytes rawValue)
          Fills up the passed rawValue with the value corresponding to the key read earlier
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.