Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode |
Modifier and Type | Method and Description |
---|---|
static FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.Type.forNumber(int value) |
FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder.getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1; |
FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1; |
FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.Builder.getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1; |
static FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(org.apache.hadoop.thirdparty.protobuf.Descriptors.EnumValueDescriptor desc) |
static FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FsImageProto.SnapshotDiffSection.DiffEntry.Type |
FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FsImageProto.SnapshotDiffSection.DiffEntry.Type[] |
FsImageProto.SnapshotDiffSection.DiffEntry.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.SnapshotDiffSection.DiffEntry.Type> |
FsImageProto.SnapshotDiffSection.DiffEntry.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FsImageProto.SnapshotDiffSection.DiffEntry.Builder |
FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type value)
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1; |
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.