| Package | Description |
|---|---|
| org.apache.oozie.fluentjob.api.action |
| Modifier and Type | Method and Description |
|---|---|
FSActionBuilder |
FSActionBuilder.clearChgrps()
Removes all
Chgrp objects that are registered with this builder. |
FSActionBuilder |
FSActionBuilder.clearChmods()
Removes all
Chmod objects that are registered with this builder. |
FSActionBuilder |
FSActionBuilder.clearDeletes()
Removes all
Delete objects that are registered with this builder. |
FSActionBuilder |
FSActionBuilder.clearJobXmls()
Removes all job XMLs that are registered with this builder.
|
FSActionBuilder |
FSActionBuilder.clearMkdirs()
Removes all
Mkdir objects that are registered with this builder. |
FSActionBuilder |
FSActionBuilder.clearMoves()
Removes all
Move objects that are registered with this builder. |
FSActionBuilder |
FSActionBuilder.clearTouchzs()
Removes all
Touchz objects that are registered with this builder. |
static FSActionBuilder |
FSActionBuilder.create()
Creates and returns an empty builder.
|
static FSActionBuilder |
FSActionBuilder.createFromExistingAction(Node action)
Create and return a new
FSActionBuilder that is based on an already built
FSAction object. |
protected FSActionBuilder |
FSActionBuilder.getRuntimeSelfReference() |
FSActionBuilder |
FSActionBuilder.withChgrp(Chgrp chgrp)
Registers a
Chgrp object with this builder. |
FSActionBuilder |
FSActionBuilder.withChmod(Chmod chmod)
Registers a
Chmod object with this builder. |
FSActionBuilder |
FSActionBuilder.withConfigProperty(String key,
String value)
Registers a configuration property (a key-value pair) with this builder.
|
FSActionBuilder |
FSActionBuilder.withDelete(Delete delete)
Registers a
Delete object with this builder. |
FSActionBuilder |
FSActionBuilder.withJobXml(String jobXml)
Registers a job XML with this builder.
|
FSActionBuilder |
FSActionBuilder.withMkdir(Mkdir mkdir)
Registers a
Mkdir object with this builder. |
FSActionBuilder |
FSActionBuilder.withMove(Move move)
Registers a
Move object with this builder. |
FSActionBuilder |
FSActionBuilder.withNameNode(String nameNode)
Registers a name node.
|
FSActionBuilder |
FSActionBuilder.withoutChgrp(Chgrp chgrp)
Removes a
Chgrp object if it is registered with this builder, otherwise does nothing. |
FSActionBuilder |
FSActionBuilder.withoutChmod(Chmod chmod)
Removes a
Chmod object if it is registered with this builder, otherwise does nothing. |
FSActionBuilder |
FSActionBuilder.withoutDelete(Delete delete)
Removes a
Delete object if it is registered with this builder, otherwise does nothing. |
FSActionBuilder |
FSActionBuilder.withoutJobXml(String jobXml)
Removes a job XML if it is registered with this builder, otherwise does nothing.
|
FSActionBuilder |
FSActionBuilder.withoutMkdir(Mkdir mkdir)
Removes a
Mkdir object if it is registered with this builder, otherwise does nothing. |
FSActionBuilder |
FSActionBuilder.withoutMove(Move move)
Removes a
Move object if it is registered with this builder, otherwise does nothing. |
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.