@Private
@Evolving
public class HeartbeatResponse
extends java.lang.Object
| Constructor | Description |
|---|---|
HeartbeatResponse(DatanodeCommand[] cmds,
NNHAStatusHeartbeat haStatus,
org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus rollingUpdateStatus,
long fullBlockReportLeaseId) |
|
HeartbeatResponse(DatanodeCommand[] cmds,
NNHAStatusHeartbeat haStatus,
org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus rollingUpdateStatus,
long fullBlockReportLeaseId,
boolean isSlownode) |
| Modifier and Type | Method | Description |
|---|---|---|
DatanodeCommand[] |
getCommands() |
|
long |
getFullBlockReportLeaseId() |
|
boolean |
getIsSlownode() |
|
NNHAStatusHeartbeat |
getNameNodeHaState() |
|
org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus |
getRollingUpdateStatus() |
public HeartbeatResponse(DatanodeCommand[] cmds, NNHAStatusHeartbeat haStatus, org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus rollingUpdateStatus, long fullBlockReportLeaseId)
public HeartbeatResponse(DatanodeCommand[] cmds, NNHAStatusHeartbeat haStatus, org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus rollingUpdateStatus, long fullBlockReportLeaseId, boolean isSlownode)
public DatanodeCommand[] getCommands()
public NNHAStatusHeartbeat getNameNodeHaState()
public org.apache.hadoop.hdfs.protocol.RollingUpgradeStatus getRollingUpdateStatus()
public long getFullBlockReportLeaseId()
public boolean getIsSlownode()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.