public static final class HdfsServerFederationProtos.GetMountTableEntriesResponseProto extends com.google.protobuf.GeneratedMessageV3 implements HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilder
hadoop.hdfs.GetMountTableEntriesResponseProto| Modifier and Type | Class and Description |
|---|---|
static class |
HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder
Protobuf type
hadoop.hdfs.GetMountTableEntriesResponseProto |
| Modifier and Type | Field and Description |
|---|---|
static int |
ENTRIES_FIELD_NUMBER |
static com.google.protobuf.Parser<HdfsServerFederationProtos.GetMountTableEntriesResponseProto> |
PARSER
Deprecated.
|
static int |
TIMESTAMP_FIELD_NUMBER |
public static final int ENTRIES_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<HdfsServerFederationProtos.GetMountTableEntriesResponseProto> 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 List<HdfsServerFederationProtos.MountTableRecordProto> getEntriesList()
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;getEntriesList in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic List<? extends HdfsServerFederationProtos.MountTableRecordProtoOrBuilder> getEntriesOrBuilderList()
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;getEntriesOrBuilderList in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic int getEntriesCount()
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;getEntriesCount in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic HdfsServerFederationProtos.MountTableRecordProto getEntries(int index)
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;getEntries in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic HdfsServerFederationProtos.MountTableRecordProtoOrBuilder getEntriesOrBuilder(int index)
repeated .hadoop.hdfs.MountTableRecordProto entries = 1;getEntriesOrBuilder in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic boolean hasTimestamp()
optional uint64 timestamp = 2;hasTimestamp in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic long getTimestamp()
optional uint64 timestamp = 2;getTimestamp in interface HdfsServerFederationProtos.GetMountTableEntriesResponseProtoOrBuilderpublic 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.GetMountTableEntriesResponseProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HdfsServerFederationProtos.GetMountTableEntriesResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder newBuilderForType()
public static HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder newBuilder()
public static HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder newBuilder(HdfsServerFederationProtos.GetMountTableEntriesResponseProto prototype)
public HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder toBuilder()
protected HdfsServerFederationProtos.GetMountTableEntriesResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static HdfsServerFederationProtos.GetMountTableEntriesResponseProto getDefaultInstance()
public static com.google.protobuf.Parser<HdfsServerFederationProtos.GetMountTableEntriesResponseProto> parser()
public com.google.protobuf.Parser<HdfsServerFederationProtos.GetMountTableEntriesResponseProto> getParserForType()
public HdfsServerFederationProtos.GetMountTableEntriesResponseProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.