| Package | Description | 
|---|---|
| org.apache.hadoop.fs.shell.find | 
| Modifier and Type | Field and Description | 
|---|---|
| static Result | Result. FAILResult indicating  Expressionprocessing should stop. | 
| static Result | Result. PASSResult indicating  Expressionprocessing should continue. | 
| static Result | Result. STOPResult indicating  Expressionprocessing 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 © 2018 Apache Software Foundation. All Rights Reserved.