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