public interface PartitionReducer<T> extends Child<T>, JslPartitionReducerCommType<T,PartitionReducer<T>,Properties<PartitionReducer<T>>>
PartitionReducer
xsd typeModifier 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
elementPartitionReducer
PartitionReducer<T> ref(String ref)
ref
attributeref
- the value for the attribute ref
PartitionReducer
String getRef()
ref
attributeref
PartitionReducer<T> removeRef()
ref
attributePartitionReducer
Copyright © 2017 JBoss by Red Hat. All rights reserved.