| Package | Description |
|---|---|
| org.apache.hadoop.fs.shell.find |
| Modifier and Type | Field | Description |
|---|---|---|
static Result |
Result.FAIL |
Result indicating
Expression processing should stop. |
static Result |
Result.PASS |
Result indicating
Expression processing should continue. |
static Result |
Result.STOP |
Result indicating
Expression processing should not descend any more
directories. |
| Modifier and Type | Method | Description |
|---|---|---|
Result |
Expression.apply(PathData item,
int depth) |
Apply the expression to the specified item, called once for each item.
|
Result |
FilterExpression.apply(PathData item,
int depth) |
|
Result |
Result.combine(Result other) |
Returns the combination of this and another result.
|
Result |
Result.negate() |
Negate this result.
|
| Modifier and Type | Method | Description |
|---|---|---|
Result |
Result.combine(Result other) |
Returns the combination of this and another result.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.