public class MoveOperator extends Object
move([logs][log]).into([alerts]);
This operation moves the complete subtree from one branch to another one.
Constructor and Description |
---|
MoveOperator(Tuple tuple)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
into(Tuple dstTuple)
fire the move to the requested (Tuple) destination.
|
public MoveOperator(Tuple tuple)
tuple
- the source tuplepublic boolean into(Tuple dstTuple)
dstTuple
- the destination tupleCopyright © 2023. All rights reserved.