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

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

Uses of Type in org.apache.hadoop.typedbytes
 

Methods in org.apache.hadoop.typedbytes that return Type
 Type TypedBytesWritable.getType()
          Get the type code embedded in the first byte.
 Type TypedBytesInput.readType()
          Reads a type byte and returns the corresponding Type.
static Type Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Type[] Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2009 The Apache Software Foundation