Package | Description |
---|---|
org.apache.hadoop.io |
Generic i/o code for use when reading and writing data to the network,
to databases, and to files.
|
Modifier and Type | Method and Description |
---|---|
Text |
SequenceFile.Metadata.get(Text name) |
Modifier and Type | Method and Description |
---|---|
TreeMap<Text,Text> |
SequenceFile.Metadata.getMetadata() |
TreeMap<Text,Text> |
SequenceFile.Metadata.getMetadata() |
Modifier and Type | Method and Description |
---|---|
Text |
SequenceFile.Metadata.get(Text name) |
void |
Text.set(Text other)
copy a text.
|
void |
SequenceFile.Metadata.set(Text name,
Text value) |
Constructor and Description |
---|
Text(Text utf8)
Construct from another text.
|
Constructor and Description |
---|
SequenceFile.Metadata(TreeMap<Text,Text> arg) |
SequenceFile.Metadata(TreeMap<Text,Text> arg) |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.