public interface PartitionPlan<T> extends Child<T>, JslPartitionPlanCommType<T,PartitionPlan<T>,Properties<PartitionPlan<T>>>
PartitionPlan
xsd typeModifier and Type | Method and Description |
---|---|
Properties<PartitionPlan<T>> |
createProperties()
Creates a new
properties element |
List<Properties<PartitionPlan<T>>> |
getAllProperties()
Returns all
properties elements |
Properties<PartitionPlan<T>> |
getOrCreateProperties()
If not already created, a new
properties element will be created and returned. |
String |
getPartitions()
Returns the
partitions attribute |
String |
getThreads()
Returns the
threads attribute |
PartitionPlan<T> |
partitions(String partitions)
Sets the
partitions attribute |
PartitionPlan<T> |
removeAllProperties()
Removes all
properties elements |
PartitionPlan<T> |
removePartitions()
Removes the
partitions attribute |
PartitionPlan<T> |
removeThreads()
Removes the
threads attribute |
PartitionPlan<T> |
threads(String threads)
Sets the
threads attribute |
Properties<PartitionPlan<T>> getOrCreateProperties()
properties
element will be created and returned.
Otherwise, the first existing properties
element will be returned.properties
Properties<PartitionPlan<T>> createProperties()
properties
elementProperties>
List<Properties<PartitionPlan<T>>> getAllProperties()
properties
elementsproperties
PartitionPlan<T> removeAllProperties()
properties
elementsProperties>
PartitionPlan<T> partitions(String partitions)
partitions
attributepartitions
- the value for the attribute partitions
PartitionPlan
String getPartitions()
partitions
attributepartitions
PartitionPlan<T> removePartitions()
partitions
attributePartitionPlan
PartitionPlan<T> threads(String threads)
threads
attributethreads
- the value for the attribute threads
PartitionPlan
String getThreads()
threads
attributethreads
PartitionPlan<T> removeThreads()
threads
attributePartitionPlan
Copyright © 2022 JBoss by Red Hat. All rights reserved.