|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Diff.ListType | |
|---|---|
| org.apache.hadoop.hdfs.server.namenode.snapshot | |
| org.apache.hadoop.hdfs.util | |
| Uses of Diff.ListType in org.apache.hadoop.hdfs.server.namenode.snapshot |
|---|
| Methods in org.apache.hadoop.hdfs.server.namenode.snapshot with parameters of type Diff.ListType | |
|---|---|
boolean |
DirectoryWithSnapshotFeature.DirectoryDiffList.removeChild(Diff.ListType type,
org.apache.hadoop.hdfs.server.namenode.INode child)
Remove the given child in the created/deleted list, if there is any. |
boolean |
DirectoryWithSnapshotFeature.DirectoryDiffList.replaceChild(Diff.ListType type,
org.apache.hadoop.hdfs.server.namenode.INode oldChild,
org.apache.hadoop.hdfs.server.namenode.INode newChild)
Replace the given child in the created/deleted list, if there is any. |
| Uses of Diff.ListType in org.apache.hadoop.hdfs.util |
|---|
| Methods in org.apache.hadoop.hdfs.util that return Diff.ListType | |
|---|---|
static Diff.ListType |
Diff.ListType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Diff.ListType[] |
Diff.ListType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.hadoop.hdfs.util with parameters of type Diff.ListType | |
|---|---|
List<E> |
Diff.getList(Diff.ListType type)
|
E |
Diff.search(Diff.ListType type,
K name)
|
int |
Diff.searchIndex(Diff.ListType type,
K name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||