public static interface ClientNamenodeProtocolProtos.SetQuotaRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getDiskspaceQuota()
required uint64 diskspaceQuota = 3; |
long |
getNamespaceQuota()
required uint64 namespaceQuota = 2; |
String |
getPath()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 1; |
boolean |
hasDiskspaceQuota()
required uint64 diskspaceQuota = 3; |
boolean |
hasNamespaceQuota()
required uint64 namespaceQuota = 2; |
boolean |
hasPath()
required string path = 1; |
boolean hasPath()
required string path = 1;
String getPath()
required string path = 1;
com.google.protobuf.ByteString getPathBytes()
required string path = 1;
boolean hasNamespaceQuota()
required uint64 namespaceQuota = 2;
long getNamespaceQuota()
required uint64 namespaceQuota = 2;
boolean hasDiskspaceQuota()
required uint64 diskspaceQuota = 3;
long getDiskspaceQuota()
required uint64 diskspaceQuota = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.