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.
|
org.apache.hadoop.io.file.tfile |
Modifier and Type | Method and Description |
---|---|
void |
BytesWritable.set(BytesWritable newData)
Set the BytesWritable to the contents of the given newData.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.