| java.lang.Object | ||
| ↳ | com.emc.documentum.fs.datamodel.core.query.GroupingStrategy | |
| ↳ | com.emc.documentum.fs.datamodel.core.query.ClusteringStrategy | |
Java class for ClusteringStrategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClusteringStrategy">
<complexContent>
<extension base="{http://query.core.datamodel.fs.documentum.emc.com/}GroupingStrategy">
<sequence>
<element name="attributes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="tokenizers" type="{http://properties.core.datamodel.fs.documentum.emc.com/}PropertySet" minOccurs="0"/>
</sequence>
<attribute name="clusteringRange" type="{http://query.core.datamodel.fs.documentum.emc.com/}ClusteringRange" />
<attribute name="clusteringThreshold" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="strategyName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="returnIdentitySet" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributes | |||||||||||
| clusteringRange | |||||||||||
| clusteringThreshold | |||||||||||
| returnIdentitySet | |||||||||||
| strategyName | |||||||||||
| tokenizers | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributes property.
| |||||||||||
Gets the value of the clusteringRange property.
| |||||||||||
Gets the value of the clusteringThreshold property.
| |||||||||||
Gets the value of the strategyName property.
| |||||||||||
Gets the value of the tokenizers property.
| |||||||||||
Gets the value of the returnIdentitySet property.
| |||||||||||
Sets the value of the clusteringRange property.
| |||||||||||
Sets the value of the clusteringThreshold property.
| |||||||||||
Sets the value of the returnIdentitySet property.
| |||||||||||
Sets the value of the strategyName property.
| |||||||||||
Sets the value of the tokenizers property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributes property.
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the clusteringRange property.
ClusteringRange
Gets the value of the clusteringThreshold property.
Gets the value of the strategyName property.
Gets the value of the tokenizers property.
PropertySet
Gets the value of the returnIdentitySet property.
Sets the value of the clusteringRange property.
| value | Allowed object is
ClusteringRange
|
|---|
Sets the value of the clusteringThreshold property.
| value |
|---|
Sets the value of the returnIdentitySet property.
| value |
|---|
Sets the value of the strategyName property.
| value | Allowed object is String |
|---|
Sets the value of the tokenizers property.
| value | Allowed object is
PropertySet
|
|---|