public static interface DatanodeProtocolProtos.DatanodeStorageProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatanodeProtocolProtos.DatanodeStorageProto.StorageState |
getState()
optional .hadoop.hdfs.DatanodeStorageProto.StorageState state = 2 [default = NORMAL]; |
String |
getStorageID()
required string storageID = 1; |
com.google.protobuf.ByteString |
getStorageIDBytes()
required string storageID = 1; |
boolean |
hasState()
optional .hadoop.hdfs.DatanodeStorageProto.StorageState state = 2 [default = NORMAL]; |
boolean |
hasStorageID()
required string storageID = 1; |
boolean hasStorageID()
required string storageID = 1;
Unique identifier for the storage
String getStorageID()
required string storageID = 1;
Unique identifier for the storage
com.google.protobuf.ByteString getStorageIDBytes()
required string storageID = 1;
Unique identifier for the storage
boolean hasState()
optional .hadoop.hdfs.DatanodeStorageProto.StorageState state = 2 [default = NORMAL];
DatanodeProtocolProtos.DatanodeStorageProto.StorageState getState()
optional .hadoop.hdfs.DatanodeStorageProto.StorageState state = 2 [default = NORMAL];
Copyright © 2013 Apache Software Foundation. All rights reserved.