| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
List<Move> |
FSAction.getMoves()
Returns the
Move objects that specify which directories or files will be moved and where when running this action. |
List<Move> |
ActionAttributes.getMoves()
Returns a list of the
Move objects stored in this ActionAttributes object. |
| Modifier and Type | Method and Description |
|---|---|
FSActionBuilder |
FSActionBuilder.withMove(Move move)
Registers a
Move object with this builder. |
FSActionBuilder |
FSActionBuilder.withoutMove(Move move)
Removes a
Move object if it is registered with this builder, otherwise does nothing. |
Copyright © 2021 Apache Software Foundation. All rights reserved.