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.MessageOrBuilderpublic 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.CacheManagerSectionOrBuilderpublic long getNextDirectiveId()
required uint64 nextDirectiveId = 1;getNextDirectiveId in interface FsImageProto.CacheManagerSectionOrBuilderpublic boolean hasNumPools()
required uint32 numPools = 2;hasNumPools in interface FsImageProto.CacheManagerSectionOrBuilderpublic int getNumPools()
required uint32 numPools = 2;getNumPools in interface FsImageProto.CacheManagerSectionOrBuilderpublic boolean hasNumDirectives()
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
required uint32 numDirectives = 3;hasNumDirectives in interface FsImageProto.CacheManagerSectionOrBuilderpublic int getNumDirectives()
repeated CachePoolInfoProto pools repeated CacheDirectiveInfoProto directives
required uint32 numDirectives = 3;getNumDirectives in interface FsImageProto.CacheManagerSectionOrBuilderpublic 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 FsImageProto.CacheManagerSection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.CacheManagerSection parseFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.CacheManagerSection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.CacheManagerSection parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.CacheManagerSection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FsImageProto.CacheManagerSection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.