public static interface HdfsProtos.StorageInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClusterID()
required string clusterID = 3; |
com.google.protobuf.ByteString |
getClusterIDBytes()
required string clusterID = 3; |
long |
getCTime()
required uint64 cTime = 4; |
int |
getLayoutVersion()
required uint32 layoutVersion = 1; |
int |
getNamespceID()
required uint32 namespceID = 2; |
boolean |
hasClusterID()
required string clusterID = 3; |
boolean |
hasCTime()
required uint64 cTime = 4; |
boolean |
hasLayoutVersion()
required uint32 layoutVersion = 1; |
boolean |
hasNamespceID()
required uint32 namespceID = 2; |
boolean hasLayoutVersion()
required uint32 layoutVersion = 1;
Layout version of the file system
int getLayoutVersion()
required uint32 layoutVersion = 1;
Layout version of the file system
boolean hasNamespceID()
required uint32 namespceID = 2;
File system namespace ID
int getNamespceID()
required uint32 namespceID = 2;
File system namespace ID
boolean hasClusterID()
required string clusterID = 3;
ID of the cluster
String getClusterID()
required string clusterID = 3;
ID of the cluster
com.google.protobuf.ByteString getClusterIDBytes()
required string clusterID = 3;
ID of the cluster
boolean hasCTime()
required uint64 cTime = 4;
File system creation time
long getCTime()
required uint64 cTime = 4;
File system creation time
Copyright © 2013 Apache Software Foundation. All rights reserved.