public static final class FsImageProto.CacheManagerSection extends com.google.protobuf.GeneratedMessage implements FsImageProto.CacheManagerSectionOrBuilder
hadoop.hdfs.fsimage.CacheManagerSection
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.CacheManagerSection.Builder
Protobuf type
hadoop.hdfs.fsimage.CacheManagerSection |
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 |
NEXTDIRECTIVEID_FIELD_NUMBER |
static int |
NUMDIRECTIVES_FIELD_NUMBER |
static int |
NUMPOOLS_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.CacheManagerSection> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static FsImageProto.CacheManagerSection |
getDefaultInstance() |
FsImageProto.CacheManagerSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNextDirectiveId()
required uint64 nextDirectiveId = 1; |
int |
getNumDirectives()
required uint32 numDirectives = 3; |
int |
getNumPools()
required uint32 numPools = 2; |
com.google.protobuf.Parser<FsImageProto.CacheManagerSection> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasNextDirectiveId()
required uint64 nextDirectiveId = 1; |
boolean |
hasNumDirectives()
required uint32 numDirectives = 3; |
boolean |
hasNumPools()
required uint32 numPools = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.CacheManagerSection.Builder |
newBuilder() |
static FsImageProto.CacheManagerSection.Builder |
newBuilder(FsImageProto.CacheManagerSection prototype) |
FsImageProto.CacheManagerSection.Builder |
newBuilderForType() |
protected FsImageProto.CacheManagerSection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FsImageProto.CacheManagerSection |
parseDelimitedFrom(InputStream input) |
static FsImageProto.CacheManagerSection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.CacheManagerSection |
parseFrom(byte[] data) |
static FsImageProto.CacheManagerSection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.CacheManagerSection |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.CacheManagerSection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.CacheManagerSection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.CacheManagerSection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.CacheManagerSection |
parseFrom(InputStream input) |
static FsImageProto.CacheManagerSection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.CacheManagerSection.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<FsImageProto.CacheManagerSection> PARSER
public static final int NEXTDIRECTIVEID_FIELD_NUMBER
public static final int NUMPOOLS_FIELD_NUMBER
public static final int NUMDIRECTIVES_FIELD_NUMBER
public static FsImageProto.CacheManagerSection getDefaultInstance()
public FsImageProto.CacheManagerSection 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<FsImageProto.CacheManagerSection> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasNextDirectiveId()
required uint64 nextDirectiveId = 1;
hasNextDirectiveId
in interface FsImageProto.CacheManagerSectionOrBuilder
public long getNextDirectiveId()
required uint64 nextDirectiveId = 1;
getNextDirectiveId
in interface FsImageProto.CacheManagerSectionOrBuilder
public boolean hasNumPools()
required uint32 numPools = 2;
hasNumPools
in interface FsImageProto.CacheManagerSectionOrBuilder
public int getNumPools()
required uint32 numPools = 2;
getNumPools
in interface FsImageProto.CacheManagerSectionOrBuilder
public boolean hasNumDirectives()
required uint32 numDirectives = 3;
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
hasNumDirectives
in interface FsImageProto.CacheManagerSectionOrBuilder
public int getNumDirectives()
required uint32 numDirectives = 3;
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
getNumDirectives
in interface FsImageProto.CacheManagerSectionOrBuilder
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 static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.CacheManagerSection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.CacheManagerSection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.CacheManagerSection parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.CacheManagerSection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.CacheManagerSection parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.CacheManagerSection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.CacheManagerSection.Builder newBuilder()
public FsImageProto.CacheManagerSection.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static FsImageProto.CacheManagerSection.Builder newBuilder(FsImageProto.CacheManagerSection prototype)
public FsImageProto.CacheManagerSection.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected FsImageProto.CacheManagerSection.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017 Apache Software Foundation. All Rights Reserved.