| 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 | Description |
|---|---|---|
void |
BytesWritable.set(BytesWritable newData) |
Set the BytesWritable to the contents of the given newData.
|
| Modifier and Type | Method | 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.
|
| Constructor | Description |
|---|---|
ByteArray(BytesWritable other) |
Constructing a ByteArray from a
BytesWritable. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.