Package org.apache.hadoop.fs.shell.find
Class Result
java.lang.Object
org.apache.hadoop.fs.shell.find.Result
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ResultResult indicatingExpressionprocessing should stop.static final ResultResult indicatingExpressionprocessing should continue.static final ResultResult indicatingExpressionprocessing should not descend any more directories. -
Method Summary
-
Field Details
-
PASS
Result indicatingExpressionprocessing should continue. -
FAIL
Result indicatingExpressionprocessing should stop. -
STOP
Result indicatingExpressionprocessing should not descend any more directories.
-
-
Method Details
-
isDescend
public boolean isDescend()Should further directories be descended.- Returns:
- if is pass true,not false.
-
isPass
public boolean isPass()Should processing continue.- Returns:
- if is pass true,not false.
-
combine
Returns the combination of this and another result.- Parameters:
other- other.- Returns:
- result.
-
negate
Negate this result.- Returns:
- Result.
-
toString
-
hashCode
public int hashCode() -
equals
-