|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LightWeightGSet.LinkedElement | |
---|---|
org.apache.hadoop.hdfs.server.blockmanagement | |
org.apache.hadoop.hdfs.util |
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.hdfs.server.blockmanagement |
---|
Classes in org.apache.hadoop.hdfs.server.blockmanagement that implement LightWeightGSet.LinkedElement | |
---|---|
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. |
Methods in org.apache.hadoop.hdfs.server.blockmanagement that return LightWeightGSet.LinkedElement | |
---|---|
LightWeightGSet.LinkedElement |
BlockInfo.getNext()
|
Methods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type LightWeightGSet.LinkedElement | |
---|---|
void |
BlockInfo.setNext(LightWeightGSet.LinkedElement next)
|
Uses of LightWeightGSet.LinkedElement in org.apache.hadoop.hdfs.util |
---|
Methods in org.apache.hadoop.hdfs.util that return LightWeightGSet.LinkedElement | |
---|---|
LightWeightGSet.LinkedElement |
LightWeightGSet.LinkedElement.getNext()
Get the next element. |
Methods in org.apache.hadoop.hdfs.util with parameters of type LightWeightGSet.LinkedElement | |
---|---|
void |
LightWeightGSet.LinkedElement.setNext(LightWeightGSet.LinkedElement next)
Set the next element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |