public static interface DatanodeProtocolProtos.HeartbeatRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getFailedVolumes()
optional uint32 failedVolumes = 5 [default = 0]; |
DatanodeProtocolProtos.DatanodeRegistrationProto |
getRegistration()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1; |
DatanodeProtocolProtos.DatanodeRegistrationProtoOrBuilder |
getRegistrationOrBuilder()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1; |
DatanodeProtocolProtos.StorageReportProto |
getReports(int index)
repeated .hadoop.hdfs.StorageReportProto reports = 2; |
int |
getReportsCount()
repeated .hadoop.hdfs.StorageReportProto reports = 2; |
List<DatanodeProtocolProtos.StorageReportProto> |
getReportsList()
repeated .hadoop.hdfs.StorageReportProto reports = 2; |
DatanodeProtocolProtos.StorageReportProtoOrBuilder |
getReportsOrBuilder(int index)
repeated .hadoop.hdfs.StorageReportProto reports = 2; |
List<? extends DatanodeProtocolProtos.StorageReportProtoOrBuilder> |
getReportsOrBuilderList()
repeated .hadoop.hdfs.StorageReportProto reports = 2; |
int |
getXceiverCount()
optional uint32 xceiverCount = 4 [default = 0]; |
int |
getXmitsInProgress()
optional uint32 xmitsInProgress = 3 [default = 0]; |
boolean |
hasFailedVolumes()
optional uint32 failedVolumes = 5 [default = 0]; |
boolean |
hasRegistration()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1; |
boolean |
hasXceiverCount()
optional uint32 xceiverCount = 4 [default = 0]; |
boolean |
hasXmitsInProgress()
optional uint32 xmitsInProgress = 3 [default = 0]; |
boolean hasRegistration()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1;
Datanode info
DatanodeProtocolProtos.DatanodeRegistrationProto getRegistration()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1;
Datanode info
DatanodeProtocolProtos.DatanodeRegistrationProtoOrBuilder getRegistrationOrBuilder()
required .hadoop.hdfs.DatanodeRegistrationProto registration = 1;
Datanode info
List<DatanodeProtocolProtos.StorageReportProto> getReportsList()
repeated .hadoop.hdfs.StorageReportProto reports = 2;
DatanodeProtocolProtos.StorageReportProto getReports(int index)
repeated .hadoop.hdfs.StorageReportProto reports = 2;
int getReportsCount()
repeated .hadoop.hdfs.StorageReportProto reports = 2;
List<? extends DatanodeProtocolProtos.StorageReportProtoOrBuilder> getReportsOrBuilderList()
repeated .hadoop.hdfs.StorageReportProto reports = 2;
DatanodeProtocolProtos.StorageReportProtoOrBuilder getReportsOrBuilder(int index)
repeated .hadoop.hdfs.StorageReportProto reports = 2;
boolean hasXmitsInProgress()
optional uint32 xmitsInProgress = 3 [default = 0];
int getXmitsInProgress()
optional uint32 xmitsInProgress = 3 [default = 0];
boolean hasXceiverCount()
optional uint32 xceiverCount = 4 [default = 0];
int getXceiverCount()
optional uint32 xceiverCount = 4 [default = 0];
boolean hasFailedVolumes()
optional uint32 failedVolumes = 5 [default = 0];
int getFailedVolumes()
optional uint32 failedVolumes = 5 [default = 0];
Copyright © 2013 Apache Software Foundation. All rights reserved.