| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.blockmanagement | |
| org.apache.hadoop.hdfs.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockInfo
Internal class for block metadata.
|
class |
BlockInfoUnderConstruction
Represents a block that is currently being constructed.
This is usually the last block of a file opened for write or append. |
| Modifier and Type | Method and Description |
|---|---|
LightWeightGSet.LinkedElement |
BlockInfo.getNext() |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockInfo.setNext(LightWeightGSet.LinkedElement next) |
| Modifier and Type | Method and Description |
|---|---|
LightWeightGSet.LinkedElement |
LightWeightGSet.LinkedElement.getNext()
Get the next element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next)
Set the next element.
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.