| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| org.apache.hadoop.hdfs.protocolPB |
| Modifier and Type | Field | Description |
|---|---|---|
protected DatanodeInfo.AdminStates |
DatanodeInfo.adminState |
| Modifier and Type | Method | Description |
|---|---|---|
static DatanodeInfo.AdminStates |
DatanodeInfo.AdminStates.fromValue(java.lang.String value) |
|
DatanodeInfo.AdminStates |
DatanodeAdminProperties.getAdminState() |
Get the admin state of the datanode.
|
DatanodeInfo.AdminStates |
DatanodeInfo.getAdminState() |
Retrieves the admin state of this node.
|
static DatanodeInfo.AdminStates |
DatanodeInfo.AdminStates.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DatanodeInfo.AdminStates[] |
DatanodeInfo.AdminStates.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DatanodeAdminProperties.setAdminState(DatanodeInfo.AdminStates adminState) |
Set the admin state of the datanode.
|
DatanodeInfo.DatanodeInfoBuilder |
DatanodeInfo.DatanodeInfoBuilder.setAdminState(DatanodeInfo.AdminStates adminState) |
|
protected void |
DatanodeInfo.setAdminState(DatanodeInfo.AdminStates newState) |
Sets the admin state of this node.
|
| Modifier and Type | Method | Description |
|---|---|---|
static DatanodeInfo.AdminStates |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeInfoProto.AdminState adminState) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeInfoProto.AdminState |
PBHelperClient.convert(DatanodeInfo.AdminStates inAs) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.