Uses of Class
org.apache.hadoop.typedbytes.TypedBytesWritable

Packages that use TypedBytesWritable
org.apache.hadoop.streaming.io   
org.apache.hadoop.typedbytes Typed bytes are sequences of bytes in which the first byte is a type code. 
 

Uses of TypedBytesWritable in org.apache.hadoop.streaming.io
 

Methods in org.apache.hadoop.streaming.io that return TypedBytesWritable
 TypedBytesWritable TypedBytesOutputReader.getCurrentKey()
           
 TypedBytesWritable TypedBytesOutputReader.getCurrentValue()
           
 

Uses of TypedBytesWritable in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes with parameters of type TypedBytesWritable
 void TypedBytesWritableOutput.writeTypedBytes(TypedBytesWritable tbw)
           
 



Copyright © 2009 The Apache Software Foundation