| Package | Description |
|---|---|
| org.apache.oozie.command | |
| org.apache.oozie.command.bundle | |
| org.apache.oozie.command.coord | |
| org.apache.oozie.command.wf |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BulkBundleXCommand(Map<String,List<String>> filter,
int start,
int length,
OperationType operation)
The constructor for BulkBundleXCommand
|
| Constructor and Description |
|---|
BulkCoordXCommand(Map<String,List<String>> filter,
int start,
int length,
OperationType operation)
The constructor for BulkCoordXCommand
|
| Constructor and Description |
|---|
BulkWorkflowXCommand(Map<String,List<String>> filter,
int start,
int length,
OperationType operation)
constructor taking the filter information.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.