public static interface DatanodeProtocolProtos.StorageReportProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockPoolUsed()
optional uint64 blockPoolUsed = 6 [default = 0]; |
long |
getCapacity()
optional uint64 capacity = 3 [default = 0]; |
long |
getDfsUsed()
optional uint64 dfsUsed = 4 [default = 0]; |
boolean |
getFailed()
optional bool failed = 2 [default = false]; |
long |
getRemaining()
optional uint64 remaining = 5 [default = 0]; |
String |
getStorageID()
required string storageID = 1; |
com.google.protobuf.ByteString |
getStorageIDBytes()
required string storageID = 1; |
boolean |
hasBlockPoolUsed()
optional uint64 blockPoolUsed = 6 [default = 0]; |
boolean |
hasCapacity()
optional uint64 capacity = 3 [default = 0]; |
boolean |
hasDfsUsed()
optional uint64 dfsUsed = 4 [default = 0]; |
boolean |
hasFailed()
optional bool failed = 2 [default = false]; |
boolean |
hasRemaining()
optional uint64 remaining = 5 [default = 0]; |
boolean |
hasStorageID()
required string storageID = 1; |
boolean hasStorageID()
required string storageID = 1;String getStorageID()
required string storageID = 1;com.google.protobuf.ByteString getStorageIDBytes()
required string storageID = 1;boolean hasFailed()
optional bool failed = 2 [default = false];boolean getFailed()
optional bool failed = 2 [default = false];boolean hasCapacity()
optional uint64 capacity = 3 [default = 0];long getCapacity()
optional uint64 capacity = 3 [default = 0];boolean hasDfsUsed()
optional uint64 dfsUsed = 4 [default = 0];long getDfsUsed()
optional uint64 dfsUsed = 4 [default = 0];boolean hasRemaining()
optional uint64 remaining = 5 [default = 0];long getRemaining()
optional uint64 remaining = 5 [default = 0];boolean hasBlockPoolUsed()
optional uint64 blockPoolUsed = 6 [default = 0];long getBlockPoolUsed()
optional uint64 blockPoolUsed = 6 [default = 0];Copyright © 2013 Apache Software Foundation. All rights reserved.