|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Upgradeable | |
---|---|
org.apache.hadoop.hdfs.server.common | |
org.apache.hadoop.hdfs.server.datanode | |
org.apache.hadoop.hdfs.server.namenode |
Uses of Upgradeable in org.apache.hadoop.hdfs.server.common |
---|
Classes in org.apache.hadoop.hdfs.server.common that implement Upgradeable | |
---|---|
class |
UpgradeObject
Abstract upgrade object. |
Fields in org.apache.hadoop.hdfs.server.common with type parameters of type Upgradeable | |
---|---|
protected SortedSet<Upgradeable> |
UpgradeManager.currentUpgrades
|
Methods in org.apache.hadoop.hdfs.server.common that return types with arguments of type Upgradeable | |
---|---|
SortedSet<Upgradeable> |
UpgradeManager.getDistributedUpgrades()
|
static SortedSet<Upgradeable> |
UpgradeObjectCollection.getDistributedUpgrades(int versionFrom,
HdfsConstants.NodeType type)
|
Methods in org.apache.hadoop.hdfs.server.common with parameters of type Upgradeable | |
---|---|
int |
UpgradeObject.compareTo(Upgradeable o)
|
Uses of Upgradeable in org.apache.hadoop.hdfs.server.datanode |
---|
Classes in org.apache.hadoop.hdfs.server.datanode that implement Upgradeable | |
---|---|
class |
UpgradeObjectDatanode
Base class for data-node upgrade objects. |
Uses of Upgradeable in org.apache.hadoop.hdfs.server.namenode |
---|
Classes in org.apache.hadoop.hdfs.server.namenode that implement Upgradeable | |
---|---|
class |
UpgradeObjectNamenode
Base class for name-node upgrade objects. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |