
public interface Partition<T> extends Child<T>, JslPartitionCommType<T,Partition<T>,PartitionMapper<Partition<T>>,PartitionPlan<Partition<T>>,Collector<Partition<T>>,Analyzer<Partition<T>>,PartitionReducer<Partition<T>>>
Partition xsd type| Modifier and Type | Method and Description |
|---|---|
Analyzer<Partition<T>> |
getOrCreateAnalyzer()
If not already created, a new
analyzer element with the given value will be created. |
Collector<Partition<T>> |
getOrCreateCollector()
If not already created, a new
collector element with the given value will be created. |
PartitionMapper<Partition<T>> |
getOrCreateMapper()
If not already created, a new
mapper element with the given value will be created. |
PartitionPlan<Partition<T>> |
getOrCreatePlan()
If not already created, a new
plan element with the given value will be created. |
PartitionReducer<Partition<T>> |
getOrCreateReducer()
If not already created, a new
reducer element with the given value will be created. |
Partition<T> |
removeAnalyzer()
Removes the
analyzer element |
Partition<T> |
removeCollector()
Removes the
collector element |
Partition<T> |
removeMapper()
Removes the
mapper element |
Partition<T> |
removePlan()
Removes the
plan element |
Partition<T> |
removeReducer()
Removes the
reducer element |
PartitionMapper<Partition<T>> getOrCreateMapper()
mapper element with the given value will be created.
Otherwise, the existing mapper element will be returned.PartitionMapper> Partition<T> removeMapper()
mapper elementPartitionPartitionPlan<Partition<T>> getOrCreatePlan()
plan element with the given value will be created.
Otherwise, the existing plan element will be returned.PartitionPlan> Partition<T> removePlan()
plan elementPartitionCollector<Partition<T>> getOrCreateCollector()
collector element with the given value will be created.
Otherwise, the existing collector element will be returned.Collector> Partition<T> removeCollector()
collector elementPartitionAnalyzer<Partition<T>> getOrCreateAnalyzer()
analyzer element with the given value will be created.
Otherwise, the existing analyzer element will be returned.Analyzer> Partition<T> removeAnalyzer()
analyzer elementPartitionPartitionReducer<Partition<T>> getOrCreateReducer()
reducer element with the given value will be created.
Otherwise, the existing reducer element will be returned.PartitionReducer> Copyright © 2021 JBoss by Red Hat. All rights reserved.