Package | Description |
---|---|
org.apache.hadoop.hdfs.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
Diff.getList(Diff.ListType type) |
E |
Diff.search(Diff.ListType type,
K name) |
int |
Diff.searchIndex(Diff.ListType type,
K name) |
Copyright © 2013 Apache Software Foundation. All rights reserved.