public static interface DatanodeProtocolProtos.HeartbeatResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatanodeProtocolProtos.DatanodeCommandProto |
getCmds(int index)
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1; |
int |
getCmdsCount()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1; |
List<DatanodeProtocolProtos.DatanodeCommandProto> |
getCmdsList()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1; |
DatanodeProtocolProtos.DatanodeCommandProtoOrBuilder |
getCmdsOrBuilder(int index)
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1; |
List<? extends DatanodeProtocolProtos.DatanodeCommandProtoOrBuilder> |
getCmdsOrBuilderList()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1; |
DatanodeProtocolProtos.NNHAStatusHeartbeatProto |
getHaStatus()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2; |
DatanodeProtocolProtos.NNHAStatusHeartbeatProtoOrBuilder |
getHaStatusOrBuilder()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2; |
boolean |
hasHaStatus()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2; |
List<DatanodeProtocolProtos.DatanodeCommandProto> getCmdsList()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1;
Returned commands can be null
DatanodeProtocolProtos.DatanodeCommandProto getCmds(int index)
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1;
Returned commands can be null
int getCmdsCount()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1;
Returned commands can be null
List<? extends DatanodeProtocolProtos.DatanodeCommandProtoOrBuilder> getCmdsOrBuilderList()
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1;
Returned commands can be null
DatanodeProtocolProtos.DatanodeCommandProtoOrBuilder getCmdsOrBuilder(int index)
repeated .hadoop.hdfs.DatanodeCommandProto cmds = 1;
Returned commands can be null
boolean hasHaStatus()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2;
DatanodeProtocolProtos.NNHAStatusHeartbeatProto getHaStatus()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2;
DatanodeProtocolProtos.NNHAStatusHeartbeatProtoOrBuilder getHaStatusOrBuilder()
required .hadoop.hdfs.NNHAStatusHeartbeatProto haStatus = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.