public static final class HdfsProtos.ContentSummaryProto extends com.google.protobuf.GeneratedMessage implements HdfsProtos.ContentSummaryProtoOrBuilder
hadoop.hdfs.ContentSummaryProto
Summary of a file or directory
Modifier and Type | Class and Description |
---|---|
static class |
HdfsProtos.ContentSummaryProto.Builder
Protobuf type
hadoop.hdfs.ContentSummaryProto |
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 |
DIRECTORYCOUNT_FIELD_NUMBER |
static int |
FILECOUNT_FIELD_NUMBER |
static int |
LENGTH_FIELD_NUMBER |
static com.google.protobuf.Parser<HdfsProtos.ContentSummaryProto> |
PARSER |
static int |
QUOTA_FIELD_NUMBER |
static int |
SPACECONSUMED_FIELD_NUMBER |
static int |
SPACEQUOTA_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static HdfsProtos.ContentSummaryProto |
getDefaultInstance() |
HdfsProtos.ContentSummaryProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDirectoryCount()
required uint64 directoryCount = 3; |
long |
getFileCount()
required uint64 fileCount = 2; |
long |
getLength()
required uint64 length = 1; |
com.google.protobuf.Parser<HdfsProtos.ContentSummaryProto> |
getParserForType() |
long |
getQuota()
required uint64 quota = 4; |
int |
getSerializedSize() |
long |
getSpaceConsumed()
required uint64 spaceConsumed = 5; |
long |
getSpaceQuota()
required uint64 spaceQuota = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDirectoryCount()
required uint64 directoryCount = 3; |
boolean |
hasFileCount()
required uint64 fileCount = 2; |
int |
hashCode() |
boolean |
hasLength()
required uint64 length = 1; |
boolean |
hasQuota()
required uint64 quota = 4; |
boolean |
hasSpaceConsumed()
required uint64 spaceConsumed = 5; |
boolean |
hasSpaceQuota()
required uint64 spaceQuota = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HdfsProtos.ContentSummaryProto.Builder |
newBuilder() |
static HdfsProtos.ContentSummaryProto.Builder |
newBuilder(HdfsProtos.ContentSummaryProto prototype) |
HdfsProtos.ContentSummaryProto.Builder |
newBuilderForType() |
protected HdfsProtos.ContentSummaryProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HdfsProtos.ContentSummaryProto |
parseDelimitedFrom(InputStream input) |
static HdfsProtos.ContentSummaryProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.ContentSummaryProto |
parseFrom(byte[] data) |
static HdfsProtos.ContentSummaryProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.ContentSummaryProto |
parseFrom(com.google.protobuf.ByteString data) |
static HdfsProtos.ContentSummaryProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.ContentSummaryProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HdfsProtos.ContentSummaryProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HdfsProtos.ContentSummaryProto |
parseFrom(InputStream input) |
static HdfsProtos.ContentSummaryProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HdfsProtos.ContentSummaryProto.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<HdfsProtos.ContentSummaryProto> PARSER
public static final int LENGTH_FIELD_NUMBER
public static final int FILECOUNT_FIELD_NUMBER
public static final int DIRECTORYCOUNT_FIELD_NUMBER
public static final int QUOTA_FIELD_NUMBER
public static final int SPACECONSUMED_FIELD_NUMBER
public static final int SPACEQUOTA_FIELD_NUMBER
public static HdfsProtos.ContentSummaryProto getDefaultInstance()
public HdfsProtos.ContentSummaryProto 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<HdfsProtos.ContentSummaryProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasLength()
required uint64 length = 1;
hasLength
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getLength()
required uint64 length = 1;
getLength
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public boolean hasFileCount()
required uint64 fileCount = 2;
hasFileCount
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getFileCount()
required uint64 fileCount = 2;
getFileCount
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public boolean hasDirectoryCount()
required uint64 directoryCount = 3;
hasDirectoryCount
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getDirectoryCount()
required uint64 directoryCount = 3;
getDirectoryCount
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public boolean hasQuota()
required uint64 quota = 4;
hasQuota
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getQuota()
required uint64 quota = 4;
getQuota
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public boolean hasSpaceConsumed()
required uint64 spaceConsumed = 5;
hasSpaceConsumed
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getSpaceConsumed()
required uint64 spaceConsumed = 5;
getSpaceConsumed
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public boolean hasSpaceQuota()
required uint64 spaceQuota = 6;
hasSpaceQuota
in interface HdfsProtos.ContentSummaryProtoOrBuilder
public long getSpaceQuota()
required uint64 spaceQuota = 6;
getSpaceQuota
in interface HdfsProtos.ContentSummaryProtoOrBuilder
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 HdfsProtos.ContentSummaryProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.ContentSummaryProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.ContentSummaryProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.ContentSummaryProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HdfsProtos.ContentSummaryProto parseFrom(InputStream input) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HdfsProtos.ContentSummaryProto.Builder newBuilder()
public HdfsProtos.ContentSummaryProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HdfsProtos.ContentSummaryProto.Builder newBuilder(HdfsProtos.ContentSummaryProto prototype)
public HdfsProtos.ContentSummaryProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HdfsProtos.ContentSummaryProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013 Apache Software Foundation. All rights reserved.