public class PartitionPlan extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="PartitionPlan">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{http://xmlns.jcp.org/xml/ns/javaee}Properties" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="partitions" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="threads" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
partitions |
protected List<JSLProperties> |
properties |
protected String |
threads |
| Constructor and Description |
|---|
PartitionPlan() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPartitions()
Gets the value of the partitions property.
|
List<JSLProperties> |
getProperties()
Gets the value of the properties property.
|
String |
getThreads()
Gets the value of the threads property.
|
void |
setPartitions(String value)
Sets the value of the partitions property.
|
void |
setThreads(String value)
Sets the value of the threads property.
|
protected List<JSLProperties> properties
protected String partitions
protected String threads
public List<JSLProperties> getProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
JSLProperties
public String getPartitions()
Stringpublic void setPartitions(String value)
value - allowed object is
Stringpublic String getThreads()
StringCopyright © 2022 The Apache Software Foundation. All rights reserved.