public static final class HdfsServerFederationProtos.MountTableRecordProto extends com.google.protobuf.GeneratedMessageV3 implements HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
hadoop.hdfs.MountTableRecordProto| Modifier and Type | Class and Description |
|---|---|
static class |
HdfsServerFederationProtos.MountTableRecordProto.Builder
Protobuf type
hadoop.hdfs.MountTableRecordProto |
static class |
HdfsServerFederationProtos.MountTableRecordProto.DestOrder
Protobuf enum
hadoop.hdfs.MountTableRecordProto.DestOrder |
| Modifier and Type | Field and Description |
|---|---|
static int |
DATECREATED_FIELD_NUMBER |
static int |
DATEMODIFIED_FIELD_NUMBER |
static int |
DESTINATIONS_FIELD_NUMBER |
static int |
DESTORDER_FIELD_NUMBER |
static int |
FAULTTOLERANT_FIELD_NUMBER |
static int |
GROUPNAME_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
OWNERNAME_FIELD_NUMBER |
static com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> |
PARSER
Deprecated.
|
static int |
QUOTA_FIELD_NUMBER |
static int |
READONLY_FIELD_NUMBER |
static int |
SRCPATH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDateCreated()
optional uint64 dateCreated = 3; |
long |
getDateModified()
optional uint64 dateModified = 4; |
static HdfsServerFederationProtos.MountTableRecordProto |
getDefaultInstance() |
HdfsServerFederationProtos.MountTableRecordProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
HdfsServerFederationProtos.RemoteLocationProto |
getDestinations(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
int |
getDestinationsCount()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
List<HdfsServerFederationProtos.RemoteLocationProto> |
getDestinationsList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
HdfsServerFederationProtos.RemoteLocationProtoOrBuilder |
getDestinationsOrBuilder(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
List<? extends HdfsServerFederationProtos.RemoteLocationProtoOrBuilder> |
getDestinationsOrBuilderList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
HdfsServerFederationProtos.MountTableRecordProto.DestOrder |
getDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH]; |
boolean |
getFaultTolerant()
optional bool faultTolerant = 14 [default = false]; |
String |
getGroupName()
optional string groupName = 11; |
com.google.protobuf.ByteString |
getGroupNameBytes()
optional string groupName = 11; |
int |
getMode()
optional int32 mode = 12; |
String |
getOwnerName()
optional string ownerName = 10; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
optional string ownerName = 10; |
com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> |
getParserForType() |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProto |
getQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProtoOrBuilder |
getQuotaOrBuilder()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
boolean |
getReadOnly()
optional bool readOnly = 5 [default = false]; |
int |
getSerializedSize() |
String |
getSrcPath()
optional string srcPath = 1; |
com.google.protobuf.ByteString |
getSrcPathBytes()
optional string srcPath = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDateCreated()
optional uint64 dateCreated = 3; |
boolean |
hasDateModified()
optional uint64 dateModified = 4; |
boolean |
hasDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH]; |
boolean |
hasFaultTolerant()
optional bool faultTolerant = 14 [default = false]; |
boolean |
hasGroupName()
optional string groupName = 11; |
int |
hashCode() |
boolean |
hasMode()
optional int32 mode = 12; |
boolean |
hasOwnerName()
optional string ownerName = 10; |
boolean |
hasQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
boolean |
hasReadOnly()
optional bool readOnly = 5 [default = false]; |
boolean |
hasSrcPath()
optional string srcPath = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HdfsServerFederationProtos.MountTableRecordProto.Builder |
newBuilder() |
static HdfsServerFederationProtos.MountTableRecordProto.Builder |
newBuilder(HdfsServerFederationProtos.MountTableRecordProto prototype) |
HdfsServerFederationProtos.MountTableRecordProto.Builder |
newBuilderForType() |
protected HdfsServerFederationProtos.MountTableRecordProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseDelimitedFrom(InputStream input) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(byte[] data) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(ByteBuffer data) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(com.google.protobuf.ByteString data) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(InputStream input) |
static HdfsServerFederationProtos.MountTableRecordProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> |
parser() |
HdfsServerFederationProtos.MountTableRecordProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int SRCPATH_FIELD_NUMBER
public static final int DESTINATIONS_FIELD_NUMBER
public static final int DATECREATED_FIELD_NUMBER
public static final int DATEMODIFIED_FIELD_NUMBER
public static final int READONLY_FIELD_NUMBER
public static final int DESTORDER_FIELD_NUMBER
public static final int OWNERNAME_FIELD_NUMBER
public static final int GROUPNAME_FIELD_NUMBER
public static final int MODE_FIELD_NUMBER
public static final int QUOTA_FIELD_NUMBER
public static final int FAULTTOLERANT_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasSrcPath()
optional string srcPath = 1;hasSrcPath in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic String getSrcPath()
optional string srcPath = 1;getSrcPath in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic com.google.protobuf.ByteString getSrcPathBytes()
optional string srcPath = 1;getSrcPathBytes in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic List<HdfsServerFederationProtos.RemoteLocationProto> getDestinationsList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;getDestinationsList in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic List<? extends HdfsServerFederationProtos.RemoteLocationProtoOrBuilder> getDestinationsOrBuilderList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;getDestinationsOrBuilderList in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic int getDestinationsCount()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;getDestinationsCount in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic HdfsServerFederationProtos.RemoteLocationProto getDestinations(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;getDestinations in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic HdfsServerFederationProtos.RemoteLocationProtoOrBuilder getDestinationsOrBuilder(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;getDestinationsOrBuilder in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasDateCreated()
optional uint64 dateCreated = 3;hasDateCreated in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic long getDateCreated()
optional uint64 dateCreated = 3;getDateCreated in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasDateModified()
optional uint64 dateModified = 4;hasDateModified in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic long getDateModified()
optional uint64 dateModified = 4;getDateModified in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasReadOnly()
optional bool readOnly = 5 [default = false];hasReadOnly in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean getReadOnly()
optional bool readOnly = 5 [default = false];getReadOnly in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];hasDestOrder in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic HdfsServerFederationProtos.MountTableRecordProto.DestOrder getDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];getDestOrder in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasOwnerName()
optional string ownerName = 10;hasOwnerName in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic String getOwnerName()
optional string ownerName = 10;getOwnerName in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic com.google.protobuf.ByteString getOwnerNameBytes()
optional string ownerName = 10;getOwnerNameBytes in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasGroupName()
optional string groupName = 11;hasGroupName in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic String getGroupName()
optional string groupName = 11;getGroupName in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic com.google.protobuf.ByteString getGroupNameBytes()
optional string groupName = 11;getGroupNameBytes in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasMode()
optional int32 mode = 12;hasMode in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic int getMode()
optional int32 mode = 12;getMode in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;hasQuota in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProto getQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;getQuota in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProtoOrBuilder getQuotaOrBuilder()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;getQuotaOrBuilder in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean hasFaultTolerant()
optional bool faultTolerant = 14 [default = false];hasFaultTolerant in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic boolean getFaultTolerant()
optional bool faultTolerant = 14 [default = false];getFaultTolerant in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilderForType()
public static HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilder()
public static HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilder(HdfsServerFederationProtos.MountTableRecordProto prototype)
public HdfsServerFederationProtos.MountTableRecordProto.Builder toBuilder()
protected HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static HdfsServerFederationProtos.MountTableRecordProto getDefaultInstance()
public static com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> parser()
public com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> getParserForType()
public HdfsServerFederationProtos.MountTableRecordProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.