Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffReportEntry.getType() |
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.getTypeFromLabel(String label) |
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.parseDiffType(String s) |
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotDiffReport.DiffType[] |
SnapshotDiffReport.DiffType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[] sourcePath) |
DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[][] sourcePathComponents) |
DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[][] sourcePathComponents,
byte[][] targetPathComponents) |
DiffReportEntry(SnapshotDiffReport.DiffType type,
byte[] sourcePath,
byte[] targetPath) |
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.