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