cascading.operation.assertion
Class AssertSizeMoreThan
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.assertion.BaseAssertion
cascading.operation.assertion.AssertSizeMoreThan
- All Implemented Interfaces:
- Assertion, Operation, ValueAssertion, Serializable
public class AssertSizeMoreThan
- extends BaseAssertion
- implements ValueAssertion
Class AssertSizeMoreThan asserts that the current Tuple in the stream has a size more than (>) the given size.
On evaluation, Tuple.size() is called (note Tuples may hold null values.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
|
Constructor Summary |
AssertSizeMoreThan(int size)
Constructor AssertSizeMoreThan creates a new AssertSizeMoreThan instance. |
AssertSizeMoreThan
public AssertSizeMoreThan(int size)
- Constructor AssertSizeMoreThan creates a new AssertSizeMoreThan instance.
- Parameters:
size - of type int
doAssert
public void doAssert(TupleEntry input)
- Description copied from interface:
ValueAssertion
- Method doAssert performs the assertion.
- Specified by:
doAssert in interface ValueAssertion
- Parameters:
input - of type TupleEntry- See Also:
ValueAssertion.doAssert(TupleEntry)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.