| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.server.common |
| Modifier and Type | Method | Description |
|---|---|---|
static StorageInfo |
PBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto info,
HdfsServerConstants.NodeType type) |
| Modifier and Type | Field | Description |
|---|---|---|
protected HdfsServerConstants.NodeType |
StorageInfo.storageType |
| Modifier and Type | Method | Description |
|---|---|---|
static HdfsServerConstants.NodeType |
HdfsServerConstants.NodeType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static HdfsServerConstants.NodeType[] |
HdfsServerConstants.NodeType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
Storage(HdfsServerConstants.NodeType type) |
Create empty storage info of the specified type
|
StorageInfo(int layoutV,
int nsID,
java.lang.String cid,
long cT,
HdfsServerConstants.NodeType type) |
|
StorageInfo(HdfsServerConstants.NodeType type) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.