程序包 | 说明 |
---|---|
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.io.file.tfile | |
org.apache.hadoop.mapred |
A software framework for easily writing applications which process vast
amounts of data (multi-terabyte data-sets) parallelly on large clusters
(thousands of nodes) built of commodity hardware in a reliable, fault-tolerant
manner.
|
org.apache.hadoop.mapreduce.lib.input | |
org.apache.hadoop.mapreduce.lib.output | |
org.apache.hadoop.streaming.io | |
org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
限定符和类型 | 方法和说明 |
---|---|
void |
BytesWritable.set(BytesWritable newData)
Set the BytesWritable to the contents of the given newData.
|
限定符和类型 | 方法和说明 |
---|---|
void |
TFile.Reader.Scanner.Entry.get(BytesWritable key,
BytesWritable value)
Copy the key and value in one shot into BytesWritables.
|
int |
TFile.Reader.Scanner.Entry.getKey(BytesWritable key)
Copy the key into BytesWritable.
|
long |
TFile.Reader.Scanner.Entry.getValue(BytesWritable value)
Copy the value into BytesWritable.
|
构造器和说明 |
---|
ByteArray(BytesWritable other)
Constructing a ByteArray from a
BytesWritable . |
限定符和类型 | 方法和说明 |
---|---|
BytesWritable |
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader.createKey() |
BytesWritable |
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader.createValue() |
限定符和类型 | 方法和说明 |
---|---|
RecordReader<BytesWritable,BytesWritable> |
SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
RecordReader<BytesWritable,BytesWritable> |
SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split,
JobConf job,
Reporter reporter) |
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress) |
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(FileSystem ignored,
JobConf job,
String name,
Progressable progress) |
限定符和类型 | 方法和说明 |
---|---|
boolean |
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader.next(BytesWritable key,
BytesWritable val)
Read raw bytes from a SequenceFile.
|
void |
SequenceFileAsBinaryOutputFormat.WritableValueBytes.reset(BytesWritable value) |
构造器和说明 |
---|
SequenceFileAsBinaryOutputFormat.WritableValueBytes(BytesWritable value) |
限定符和类型 | 方法和说明 |
---|---|
BytesWritable |
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader.getCurrentKey() |
BytesWritable |
SequenceFileAsBinaryInputFormat.SequenceFileAsBinaryRecordReader.getCurrentValue() |
限定符和类型 | 方法和说明 |
---|---|
RecordReader<BytesWritable,BytesWritable> |
SequenceFileAsBinaryInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context) |
RecordReader<BytesWritable,BytesWritable> |
SequenceFileAsBinaryInputFormat.createRecordReader(InputSplit split,
TaskAttemptContext context) |
限定符和类型 | 方法和说明 |
---|---|
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context) |
RecordWriter<BytesWritable,BytesWritable> |
SequenceFileAsBinaryOutputFormat.getRecordWriter(TaskAttemptContext context) |
限定符和类型 | 方法和说明 |
---|---|
void |
SequenceFileAsBinaryOutputFormat.WritableValueBytes.reset(BytesWritable value) |
构造器和说明 |
---|
SequenceFileAsBinaryOutputFormat.WritableValueBytes(BytesWritable value) |
限定符和类型 | 方法和说明 |
---|---|
BytesWritable |
RawBytesOutputReader.getCurrentKey() |
BytesWritable |
RawBytesOutputReader.getCurrentValue() |
限定符和类型 | 类和说明 |
---|---|
class |
TypedBytesWritable
Writable for typed bytes.
|
限定符和类型 | 方法和说明 |
---|---|
BytesWritable |
TypedBytesWritableInput.readBytes() |
BytesWritable |
TypedBytesWritableInput.readBytes(BytesWritable bw) |
限定符和类型 | 方法和说明 |
---|---|
BytesWritable |
TypedBytesWritableInput.readBytes(BytesWritable bw) |
void |
TypedBytesWritableOutput.writeBytes(BytesWritable bw) |
Copyright © 2009 The Apache Software Foundation