Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Partition<Step<T>> |
Step.getOrCreatePartition()
If not already created, a new
partition element with the given value will be created. |
Partition<T> |
Partition.removeAnalyzer()
Removes the
analyzer element |
Partition<T> |
Partition.removeCollector()
Removes the
collector element |
Partition<T> |
Partition.removeMapper()
Removes the
mapper element |
Partition<T> |
Partition.removePlan()
Removes the
plan element |
Partition<T> |
Partition.removeReducer()
Removes the
reducer element |
Modifier and Type | Method and Description |
---|---|
Analyzer<Partition<T>> |
Partition.getOrCreateAnalyzer()
If not already created, a new
analyzer element with the given value will be created. |
Collector<Partition<T>> |
Partition.getOrCreateCollector()
If not already created, a new
collector element with the given value will be created. |
PartitionMapper<Partition<T>> |
Partition.getOrCreateMapper()
If not already created, a new
mapper element with the given value will be created. |
PartitionPlan<Partition<T>> |
Partition.getOrCreatePlan()
If not already created, a new
plan element with the given value will be created. |
PartitionReducer<Partition<T>> |
Partition.getOrCreateReducer()
If not already created, a new
reducer element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.