Class IndexingConfigurationType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
Java class for IndexingConfigurationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexingConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<sequence>
<element name="solrPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<sequence>
<element name="solrCollection" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="zookeeperHost" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<sequence>
<element name="elasticsearchPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</choice>
<element name="commitInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="softCommitInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="autoSoftCommit" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="pingAttempts" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="pingTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="queryTimeout" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="fieldDefault" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fullText" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the commitInterval property.Gets the value of the elasticsearchPath property.Gets the value of the fieldDefault property.Gets the value of the pingAttempts property.Gets the value of the pingTimeout property.Gets the value of the queryTimeout property.Gets the value of the softCommitInterval property.Gets the value of the solrCollection property.Gets the value of the solrPath property.Gets the value of the zookeeperHost property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) Gets the value of the autoSoftCommit property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAutoSoftCommit
(Boolean value) Sets the value of the autoSoftCommit property.void
setCommitInterval
(Integer value) Sets the value of the commitInterval property.void
setElasticsearchPath
(String value) Sets the value of the elasticsearchPath property.void
setPingAttempts
(Integer value) Sets the value of the pingAttempts property.void
setPingTimeout
(Integer value) Sets the value of the pingTimeout property.void
setQueryTimeout
(Integer value) Sets the value of the queryTimeout property.void
setSoftCommitInterval
(Integer value) Sets the value of the softCommitInterval property.void
setSolrCollection
(String value) Sets the value of the solrCollection property.void
setSolrPath
(String value) Sets the value of the solrPath property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAutoSoftCommit
(Boolean value) Sets the value of the autoSoftCommit property.withCommitInterval
(Integer value) Sets the value of the commitInterval property.withElasticsearchPath
(String value) Sets the value of the elasticsearchPath property.Adds objects to the list of FieldDefault using add methodAdds objects to the list of FieldDefault using addAll methodwithPingAttempts
(Integer value) Sets the value of the pingAttempts property.withPingTimeout
(Integer value) Sets the value of the pingTimeout property.withQueryTimeout
(Integer value) Sets the value of the queryTimeout property.withSoftCommitInterval
(Integer value) Sets the value of the softCommitInterval property.withSolrCollection
(String value) Sets the value of the solrCollection property.withSolrPath
(String value) Sets the value of the solrPath property.withZookeeperHost
(String... values) Adds objects to the list of ZookeeperHost using add methodwithZookeeperHost
(Collection<String> values) Adds objects to the list of ZookeeperHost using addAll method
-
Field Details
-
solrPath
-
solrCollection
-
zookeeperHost
-
elasticsearchPath
-
commitInterval
-
softCommitInterval
-
autoSoftCommit
-
pingAttempts
-
pingTimeout
-
queryTimeout
-
fieldDefault
-
-
Constructor Details
-
IndexingConfigurationType
public IndexingConfigurationType()
-
-
Method Details
-
getSolrPath
Gets the value of the solrPath property.- Returns:
- possible object is
String
-
setSolrPath
Sets the value of the solrPath property.- Parameters:
value
- allowed object isString
-
isSetSolrPath
public boolean isSetSolrPath() -
getSolrCollection
Gets the value of the solrCollection property.- Returns:
- possible object is
String
-
setSolrCollection
Sets the value of the solrCollection property.- Parameters:
value
- allowed object isString
-
isSetSolrCollection
public boolean isSetSolrCollection() -
getZookeeperHost
Gets the value of the zookeeperHost 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 zookeeperHost property.For example, to add a new item, do as follows:
getZookeeperHost().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the zookeeperHost property.
-
isSetZookeeperHost
public boolean isSetZookeeperHost() -
unsetZookeeperHost
public void unsetZookeeperHost() -
getElasticsearchPath
Gets the value of the elasticsearchPath property.- Returns:
- possible object is
String
-
setElasticsearchPath
Sets the value of the elasticsearchPath property.- Parameters:
value
- allowed object isString
-
isSetElasticsearchPath
public boolean isSetElasticsearchPath() -
getCommitInterval
Gets the value of the commitInterval property.- Returns:
- possible object is
Integer
-
setCommitInterval
Sets the value of the commitInterval property.- Parameters:
value
- allowed object isInteger
-
isSetCommitInterval
public boolean isSetCommitInterval() -
getSoftCommitInterval
Gets the value of the softCommitInterval property.- Returns:
- possible object is
Integer
-
setSoftCommitInterval
Sets the value of the softCommitInterval property.- Parameters:
value
- allowed object isInteger
-
isSetSoftCommitInterval
public boolean isSetSoftCommitInterval() -
isAutoSoftCommit
Gets the value of the autoSoftCommit property.- Returns:
- possible object is
Boolean
-
setAutoSoftCommit
Sets the value of the autoSoftCommit property.- Parameters:
value
- allowed object isBoolean
-
isSetAutoSoftCommit
public boolean isSetAutoSoftCommit() -
getPingAttempts
Gets the value of the pingAttempts property.- Returns:
- possible object is
Integer
-
setPingAttempts
Sets the value of the pingAttempts property.- Parameters:
value
- allowed object isInteger
-
isSetPingAttempts
public boolean isSetPingAttempts() -
getPingTimeout
Gets the value of the pingTimeout property.- Returns:
- possible object is
Integer
-
setPingTimeout
Sets the value of the pingTimeout property.- Parameters:
value
- allowed object isInteger
-
isSetPingTimeout
public boolean isSetPingTimeout() -
getQueryTimeout
Gets the value of the queryTimeout property.- Returns:
- possible object is
Integer
-
setQueryTimeout
Sets the value of the queryTimeout property.- Parameters:
value
- allowed object isInteger
-
isSetQueryTimeout
public boolean isSetQueryTimeout() -
getFieldDefault
Gets the value of the fieldDefault 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 fieldDefault property.For example, to add a new item, do as follows:
getFieldDefault().add(newItem);
Objects of the following type(s) are allowed in the list
IndexingConfigurationType.FieldDefault
- Returns:
- The value of the fieldDefault property.
-
isSetFieldDefault
public boolean isSetFieldDefault() -
unsetFieldDefault
public void unsetFieldDefault() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withSolrPath
Sets the value of the solrPath property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withSolrCollection
Sets the value of the solrCollection property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withZookeeperHost
Adds objects to the list of ZookeeperHost using add method- Parameters:
values
- objects to add to the list ZookeeperHost- Returns:
- The class instance
-
withZookeeperHost
Adds objects to the list of ZookeeperHost using addAll method- Parameters:
values
- objects to add to the list ZookeeperHost- Returns:
- The class instance
-
withElasticsearchPath
Sets the value of the elasticsearchPath property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCommitInterval
Sets the value of the commitInterval property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withSoftCommitInterval
Sets the value of the softCommitInterval property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withAutoSoftCommit
Sets the value of the autoSoftCommit property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withPingAttempts
Sets the value of the pingAttempts property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withPingTimeout
Sets the value of the pingTimeout property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withQueryTimeout
Sets the value of the queryTimeout property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withFieldDefault
Adds objects to the list of FieldDefault using add method- Parameters:
values
- objects to add to the list FieldDefault- Returns:
- The class instance
-
withFieldDefault
public IndexingConfigurationType withFieldDefault(Collection<IndexingConfigurationType.FieldDefault> values) Adds objects to the list of FieldDefault using addAll method- Parameters:
values
- objects to add to the list FieldDefault- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-