Package | Description |
---|---|
org.apache.hadoop.fs.shell.find |
Modifier and Type | Field and 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 and Description |
---|---|
Result |
FilterExpression.apply(org.apache.hadoop.fs.shell.PathData item,
int depth) |
Result |
Expression.apply(org.apache.hadoop.fs.shell.PathData item,
int depth)
Apply the expression to the specified item, called once for each item.
|
Result |
Result.combine(Result other)
Returns the combination of this and another result.
|
Result |
Result.negate()
Negate this result.
|
Modifier and Type | Method and Description |
---|---|
Result |
Result.combine(Result other)
Returns the combination of this and another result.
|
Copyright © 2017 Apache Software Foundation. All Rights Reserved.