public static final class FsImageProto.CacheManagerSection extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.CacheManagerSectionOrBuilder
hadoop.hdfs.fsimage.CacheManagerSection
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.CacheManagerSection.Builder
Protobuf type
hadoop.hdfs.fsimage.CacheManagerSection |
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
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static FsImageProto.CacheManagerSection |
getDefaultInstance() |
FsImageProto.CacheManagerSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getNextDirectiveId()
required uint64 nextDirectiveId = 1; |
int |
getNumDirectives()
repeated CachePoolInfoProto pools
repeated CacheDirectiveInfoProto directives
|
int |
getNumPools()
required uint32 numPools = 2; |
com.google.protobuf.Parser<FsImageProto.CacheManagerSection> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasNextDirectiveId()
required uint64 nextDirectiveId = 1; |
boolean |
hasNumDirectives()
repeated CachePoolInfoProto pools
repeated CacheDirectiveInfoProto directives
|
boolean |
hasNumPools()
required uint32 numPools = 2; |
protected com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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(ByteBuffer data) |
static FsImageProto.CacheManagerSection |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<FsImageProto.CacheManagerSection> |
parser() |
FsImageProto.CacheManagerSection.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NEXTDIRECTIVEID_FIELD_NUMBER
public static final int NUMPOOLS_FIELD_NUMBER
public static final int NUMDIRECTIVES_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.CacheManagerSection> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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()
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
required uint32 numDirectives = 3;
hasNumDirectives
in interface FsImageProto.CacheManagerSectionOrBuilder
public int getNumDirectives()
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
required uint32 numDirectives = 3;
getNumDirectives
in interface FsImageProto.CacheManagerSectionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.CacheManagerSection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.CacheManagerSection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
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 FsImageProto.CacheManagerSection.Builder newBuilderForType()
public static FsImageProto.CacheManagerSection.Builder newBuilder()
public static FsImageProto.CacheManagerSection.Builder newBuilder(FsImageProto.CacheManagerSection prototype)
public FsImageProto.CacheManagerSection.Builder toBuilder()
protected FsImageProto.CacheManagerSection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.CacheManagerSection getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.CacheManagerSection> parser()
public com.google.protobuf.Parser<FsImageProto.CacheManagerSection> getParserForType()
public FsImageProto.CacheManagerSection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.