Uses of Interface
org.apache.hadoop.fs.shell.find.Expression
Packages that use Expression
-
Uses of Expression in org.apache.hadoop.fs.shell.find
Classes in org.apache.hadoop.fs.shell.find that implement ExpressionModifier and TypeClassDescriptionclassAbstract expression for use in theFindcommand.classProvides an abstract composition filter for theExpressioninterface.Fields in org.apache.hadoop.fs.shell.find declared as ExpressionMethods in org.apache.hadoop.fs.shell.find that return types with arguments of type ExpressionModifier and TypeMethodDescriptionprotected List<Expression>BaseExpression.getChildren()Returns the children of this expression.Method parameters in org.apache.hadoop.fs.shell.find with type arguments of type ExpressionModifier and TypeMethodDescriptionvoidBaseExpression.addChildren(Deque<Expression> exprs) protected voidBaseExpression.addChildren(Deque<Expression> exprs, int count) Add a specific number of children to this expression.voidExpression.addChildren(Deque<Expression> expressions) Adds children to this expression.voidFilterExpression.addChildren(Deque<Expression> expressions) Constructors in org.apache.hadoop.fs.shell.find with parameters of type Expression