| 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 | Description |
|---|---|---|
SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffReportEntry.getType() |
|
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.getTypeFromLabel(java.lang.String label) |
|
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.parseDiffType(java.lang.String s) |
|
static SnapshotDiffReport.DiffType |
SnapshotDiffReport.DiffType.valueOf(java.lang.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 | 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–2025 Apache Software Foundation. All rights reserved.