cascading.operation
Class Insert
java.lang.Object
cascading.operation.BaseOperation
cascading.operation.Insert
- All Implemented Interfaces:
- Function, Operation, Serializable
public class Insert
- extends BaseOperation
- implements Function
Class Insert adds literal values to the Tuple stream.
- See Also:
- Serialized Form
| Fields inherited from interface cascading.operation.Operation |
ANY |
|
Constructor Summary |
Insert(Fields fieldDeclaration,
Comparable... values)
Constructor Insert creates a new Insert instance with the given fields and values. |
Insert
public Insert(Fields fieldDeclaration,
Comparable... values)
- Constructor Insert creates a new Insert instance with the given fields and values.
- Parameters:
fieldDeclaration - of type Fieldsvalues - of type Comparable...
operate
public void operate(TupleEntry input,
TupleCollector outputCollector)
- Description copied from interface:
Function
- Method operate provides the implementation of this Function.
- Specified by:
operate in interface Function
- Parameters:
input - of type TupleEntryoutputCollector - of type TupleEntryListIterator- See Also:
Function.operate(TupleEntry, TupleCollector)
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.