Uses of Class
org.apache.hadoop.io.BytesWritable

Packages that use BytesWritable
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
org.apache.hadoop.io.file.tfile   
 

Uses of BytesWritable in org.apache.hadoop.io
 

Methods in org.apache.hadoop.io with parameters of type BytesWritable
 void BytesWritable.set(BytesWritable newData)
          Set the BytesWritable to the contents of the given newData.
 

Uses of BytesWritable in org.apache.hadoop.io.file.tfile
 

Methods in org.apache.hadoop.io.file.tfile with parameters of type BytesWritable
 void TFile.Reader.Scanner.Entry.get(BytesWritable key, BytesWritable value)
          Copy the key and value in one shot into BytesWritables.
 int TFile.Reader.Scanner.Entry.getKey(BytesWritable key)
          Copy the key into BytesWritable.
 long TFile.Reader.Scanner.Entry.getValue(BytesWritable value)
          Copy the value into BytesWritable.
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.