cascading.operation.filter
Class Logic
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.filter.Logic
- All Implemented Interfaces:
- Filter, Operation, Serializable
- Direct Known Subclasses:
- And, Or, Xor
public abstract class Logic
- extends BaseOperation
- implements Filter
Class Logic is the base class for logical Filter operations.
- See Also:
And,
Or,
Xor,
Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
argumentSelectors
protected final Fields[] argumentSelectors
- Field fields
filters
protected final Filter[] filters
- Field filters
Logic
protected Logic(Filter... filters)
Logic
protected Logic(Fields lhsArgumentSelector,
Filter lhsFilter,
Fields rhsArgumentSelector,
Filter rhsFilter)
Logic
protected Logic(Fields[] argumentSelectors,
Filter[] filters)
verify
protected void verify()
prepare
public void prepare(FlowProcess flowProcess,
OperationCall operationCall)
- Description copied from class:
BaseOperation
- Method prepare does nothing, and may safely be overridden.
- Specified by:
prepare in interface Operation- Overrides:
prepare in class BaseOperation
cleanup
public void cleanup(FlowProcess flowProcess,
OperationCall operationCall)
- Description copied from class:
BaseOperation
- Method cleanup does nothing, and may safely be overridden.
- Specified by:
cleanup in interface Operation- Overrides:
cleanup in class BaseOperation
getFieldsSize
protected int getFieldsSize()
getArgumentEntries
protected final TupleEntry[] getArgumentEntries()
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.