Class ClusterConfig
java.lang.Object
com.denodo.scheduler.client.commons.ClusterConfig
- All Implemented Interfaces:
Serializable
Class with cluster settings for the Scheduler Server.
- Since:
- 6.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final longFor interoperability with possible future changes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongbooleanvoidsetCheckInterval(long checkInterval) voidsetClustered(boolean clustered) voidsetIdentifier(String identifier) toString()
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
DEFAULT_IDENTIFIER
- See Also:
-
-
Constructor Details
-
ClusterConfig
public ClusterConfig() -
ClusterConfig
-
-
Method Details
-
isClustered
public boolean isClustered()- Returns:
- the clustered
-
setClustered
public void setClustered(boolean clustered) - Parameters:
clustered- the clustered to set
-
getIdentifier
- Returns:
- the identifier
-
setIdentifier
- Parameters:
identifier- the identifier to set
-
getCheckInterval
public long getCheckInterval()- Returns:
- the checkInterval
-
setCheckInterval
public void setCheckInterval(long checkInterval) - Parameters:
checkInterval- the checkInterval to set
-
toString
-