Package | Description |
---|---|
org.apache.hadoop.fs.shell.find |
Modifier and Type | Class and Description |
---|---|
class |
BaseExpression
Abstract expression for use in the
Find command. |
class |
FilterExpression
Provides an abstract composition filter for the
Expression interface. |
Modifier and Type | Field and Description |
---|---|
protected Expression |
FilterExpression.expression |
Modifier and Type | Method and Description |
---|---|
protected List<Expression> |
BaseExpression.getChildren()
Returns the children of this expression.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterExpression.addChildren(Deque<Expression> expressions) |
void |
Expression.addChildren(Deque<Expression> expressions)
Adds children to this expression.
|
void |
BaseExpression.addChildren(Deque<Expression> exprs) |
protected void |
BaseExpression.addChildren(Deque<Expression> exprs,
int count)
Add a specific number of children to this expression.
|
Constructor and Description |
---|
FilterExpression(Expression expression) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.