|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Text | |
---|---|
org.apache.hadoop.abacus | Hadoop based Abacus is a specialization of map/reduce framework, specilizing for performing various counting and aggregations. |
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.record | Hadoop record I/O contains classes and a record description language translator for simplifying serialization and deserialization of records in a language-neutral manner. |
org.apache.hadoop.streaming |
Uses of Text in org.apache.hadoop.abacus |
---|
Fields in org.apache.hadoop.abacus declared as Text | |
---|---|
static Text |
ValueAggregatorDescriptor.ONE
|
Uses of Text in org.apache.hadoop.io |
---|
Methods in org.apache.hadoop.io that return Text | |
---|---|
Text |
SequenceFile.Metadata.get(Text name)
|
Methods in org.apache.hadoop.io that return types with arguments of type Text | |
---|---|
TreeMap<Text,Text> |
SequenceFile.Metadata.getMetadata()
|
TreeMap<Text,Text> |
SequenceFile.Metadata.getMetadata()
|
Methods in org.apache.hadoop.io with parameters of type Text | |
---|---|
Text |
SequenceFile.Metadata.get(Text name)
|
void |
Text.set(Text other)
copy a text. |
void |
SequenceFile.Metadata.set(Text name,
Text value)
|
Constructors in org.apache.hadoop.io with parameters of type Text | |
---|---|
Text(Text utf8)
Construct from another text. |
Constructor parameters in org.apache.hadoop.io with type arguments of type Text | |
---|---|
SequenceFile.Metadata(TreeMap<Text,Text> arg)
|
|
SequenceFile.Metadata(TreeMap<Text,Text> arg)
|
Uses of Text in org.apache.hadoop.record |
---|
Methods in org.apache.hadoop.record that return Text | |
---|---|
Text |
InputArchive.readString(String tag)
|
Text |
BinaryInputArchive.readString(String tag)
|
Methods in org.apache.hadoop.record with parameters of type Text | |
---|---|
void |
CsvOutputArchive.writeString(Text s,
String tag)
|
void |
BinaryOutputArchive.writeString(Text s,
String tag)
|
void |
OutputArchive.writeString(Text s,
String tag)
|
Uses of Text in org.apache.hadoop.streaming |
---|
Methods in org.apache.hadoop.streaming with parameters of type Text | |
---|---|
static void |
UTF8ByteArrayUtils.splitKeyVal(byte[] utf,
Text key,
Text val,
int splitPos)
split a UTF-8 byte array into key and value assuming that the delimilator is at splitpos. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |