
public interface PartitionPlan<T> extends Child<T>, JslPartitionPlanCommType<T,PartitionPlan<T>,Properties<PartitionPlan<T>>>
PartitionPlan xsd type| Modifier 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.propertiesProperties<PartitionPlan<T>> createProperties()
properties elementProperties> List<Properties<PartitionPlan<T>>> getAllProperties()
properties elementspropertiesPartitionPlan<T> removeAllProperties()
properties elementsProperties> PartitionPlan<T> partitions(String partitions)
partitions attributepartitions - the value for the attribute partitionsPartitionPlanString getPartitions()
partitions attributepartitionsPartitionPlan<T> removePartitions()
partitions attributePartitionPlanPartitionPlan<T> threads(String threads)
threads attributethreads - the value for the attribute threadsPartitionPlanString getThreads()
threads attributethreadsPartitionPlan<T> removeThreads()
threads attributePartitionPlanCopyright © 2025 JBoss by Red Hat. All rights reserved.