Package | Description |
---|---|
org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
Modifier and Type | Method and Description |
---|---|
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 © 2013 Apache Software Foundation. All rights reserved.