|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.search.query.webservice.client.ClusterConfig
ClusterConfig represents the configuration settings of a cluster
Constructor Summary | |
ClusterConfig() |
|
ClusterConfig(String clusterName, String clusterType, String clusterFormat) Create a ClusterConfig |
Method Summary | |
ClusterAttribute[] |
getClusterAttributes() Return the attribute list used for clustering |
String |
getClusterFormat() Return the format of the cluster. |
String |
getClusterName() Return the name of the cluster |
String |
getClusterType() Return the type of the cluster. |
Property[] |
getConfigProperties() Return the config properties used for clustering |
String |
getConfigValue(String paramName) Return the configuration value of the specified parameter. |
void |
setClusterAttributes(ClusterAttribute[] clusterAttributes) Set the attribute list used for clustering |
void |
setClusterFormat(String clusterFormat) Set the format of the cluster. |
void |
setClusterName(String clusterName) Set the name of the cluster |
void |
setClusterType(String clusterType) Set the type of the cluster. |
void |
setConfigProperties(Property[] configProperties) set the config properties used for clustering |
void |
setConfigValue(String paramName, String paramValue) Set the configuration value of the specified parameter. |
String |
toString() Return the values of the configuration |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClusterConfig()
public ClusterConfig(String clusterName, String clusterType, String clusterFormat)
clusterName
- name of the cluster attributeclusterType
- type of the cluster attributeclusterFormat
- cluster output formatMethod Detail |
public ClusterAttribute[] getClusterAttributes()
public Property[] getConfigProperties()
public void setConfigProperties(Property[] configProperties)
public String getClusterName()
public String getClusterType()
public String getClusterFormat()
public String getConfigValue(String paramName)
paramName
- the configuration parameter namepublic void setClusterAttributes(ClusterAttribute[] clusterAttributes)
clusterAttributes
- the array of the cluster attributespublic void setClusterName(String clusterName)
clusterName
- the name of the cluster treepublic void setClusterType(String clusterType)
clusterType
- the type of the cluster treepublic void setClusterFormat(String clusterFormat)
clusterFormat
- the output format of the cluster treepublic void setConfigValue(String paramName, String paramValue)
paramName
- the configuration parameter nameparamValue
- the configuration parameter valuepublic String toString()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8.2) E10465-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |