
public interface PartitionReducer<T> extends Child<T>, JslPartitionReducerCommType<T,PartitionReducer<T>,Properties<PartitionReducer<T>>>
PartitionReducer xsd type| Modifier and Type | Method and Description |
|---|---|
Properties<PartitionReducer<T>> |
getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
String |
getRef()
Returns the
ref attribute |
PartitionReducer<T> |
ref(String ref)
Sets the
ref attribute |
PartitionReducer<T> |
removeProperties()
Removes the
properties element |
PartitionReducer<T> |
removeRef()
Removes the
ref attribute |
Properties<PartitionReducer<T>> getOrCreateProperties()
properties element with the given value will be created.
Otherwise, the existing properties element will be returned.Properties> PartitionReducer<T> removeProperties()
properties elementPartitionReducerPartitionReducer<T> ref(String ref)
ref attributeref - the value for the attribute refPartitionReducerString getRef()
ref attributerefPartitionReducer<T> removeRef()
ref attributePartitionReducerCopyright © 2021 JBoss by Red Hat. All rights reserved.