Uses of Class
org.apache.hadoop.fs.shell.find.Result
Packages that use Result
-
Uses of Result in org.apache.hadoop.fs.shell.find
Fields in org.apache.hadoop.fs.shell.find declared as ResultModifier and TypeFieldDescriptionstatic final ResultResult.FAILResult indicatingExpressionprocessing should stop.static final ResultResult.PASSResult indicatingExpressionprocessing should continue.static final ResultResult.STOPResult indicatingExpressionprocessing should not descend any more directories.Methods in org.apache.hadoop.fs.shell.find that return ResultModifier and TypeMethodDescriptionApply the expression to the specified item, called once for each item.Returns the combination of this and another result.Result.negate()Negate this result.Methods in org.apache.hadoop.fs.shell.find with parameters of type Result