Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
static FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.Type.forNumber(int value) |
FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INodeOrBuilder.getType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.getType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.Builder.getType()
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
static FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.Type.valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) |
static FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FsImageProto.INodeSection.INode.Type |
FsImageProto.INodeSection.INode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsImageProto.INodeSection.INode.Type[] |
FsImageProto.INodeSection.INode.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.thirdparty.protobuf.Internal.EnumLiteMap<FsImageProto.INodeSection.INode.Type> |
FsImageProto.INodeSection.INode.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FsImageProto.INodeSection.INode.Builder |
FsImageProto.INodeSection.INode.Builder.setType(FsImageProto.INodeSection.INode.Type value)
required .hadoop.hdfs.fsimage.INodeSection.INode.Type type = 1; |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.