public static final class HdfsServerFederationProtos.MountTableRecordProto extends com.google.protobuf.GeneratedMessage 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 |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
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 |
GROUPNAME_FIELD_NUMBER |
static int |
MODE_FIELD_NUMBER |
static int |
OWNERNAME_FIELD_NUMBER |
static com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> |
PARSER |
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]; |
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 |
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.GeneratedMessage.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.GeneratedMessage.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(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) |
HdfsServerFederationProtos.MountTableRecordProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> PARSER
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 HdfsServerFederationProtos.MountTableRecordProto getDefaultInstance()
public HdfsServerFederationProtos.MountTableRecordProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<HdfsServerFederationProtos.MountTableRecordProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasSrcPath()
optional string srcPath = 1;
hasSrcPath
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public String getSrcPath()
optional string srcPath = 1;
getSrcPath
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public com.google.protobuf.ByteString getSrcPathBytes()
optional string srcPath = 1;
getSrcPathBytes
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public List<HdfsServerFederationProtos.RemoteLocationProto> getDestinationsList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsList
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public List<? extends HdfsServerFederationProtos.RemoteLocationProtoOrBuilder> getDestinationsOrBuilderList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilderList
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public int getDestinationsCount()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsCount
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public HdfsServerFederationProtos.RemoteLocationProto getDestinations(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinations
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public HdfsServerFederationProtos.RemoteLocationProtoOrBuilder getDestinationsOrBuilder(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
getDestinationsOrBuilder
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasDateCreated()
optional uint64 dateCreated = 3;
hasDateCreated
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public long getDateCreated()
optional uint64 dateCreated = 3;
getDateCreated
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasDateModified()
optional uint64 dateModified = 4;
hasDateModified
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public long getDateModified()
optional uint64 dateModified = 4;
getDateModified
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasReadOnly()
optional bool readOnly = 5 [default = false];
hasReadOnly
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean getReadOnly()
optional bool readOnly = 5 [default = false];
getReadOnly
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
hasDestOrder
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public HdfsServerFederationProtos.MountTableRecordProto.DestOrder getDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
getDestOrder
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasOwnerName()
optional string ownerName = 10;
hasOwnerName
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public String getOwnerName()
optional string ownerName = 10;
getOwnerName
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public com.google.protobuf.ByteString getOwnerNameBytes()
optional string ownerName = 10;
getOwnerNameBytes
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasGroupName()
optional string groupName = 11;
hasGroupName
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public String getGroupName()
optional string groupName = 11;
getGroupName
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public com.google.protobuf.ByteString getGroupNameBytes()
optional string groupName = 11;
getGroupNameBytes
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasMode()
optional int32 mode = 12;
hasMode
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public int getMode()
optional int32 mode = 12;
getMode
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public boolean hasQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
hasQuota
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProto getQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
getQuota
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProtoOrBuilder getQuotaOrBuilder()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
getQuotaOrBuilder
in interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(InputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilder()
public HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilder(HdfsServerFederationProtos.MountTableRecordProto prototype)
public HdfsServerFederationProtos.MountTableRecordProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HdfsServerFederationProtos.MountTableRecordProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.