public class ClusteringParameters
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusteringParameters.ClusteringMethod
Supported Clustering Method, by default it is none
|
| Constructor and Description |
|---|
ClusteringParameters(int cNum,
int cSize,
ClusteringParameters.ClusteringMethod method,
java.lang.String code)
Initialize a ClusteringParameters
|
| Modifier and Type | Method and Description |
|---|---|
ClusteringParameters.ClusteringMethod |
getClusteringMethod()
Gets the clustering method
|
int |
getClustersNum()
Gets the number of clustered jobs per level
|
int |
getClustersSize()
Gets the size of clustered jobs, which is equal to the number of tasks in
a job
|
java.lang.String |
getCode()
Gets the code for balanced clustering Please refer to our balanced
clustering paper for details
|
public ClusteringParameters(int cNum,
int cSize,
ClusteringParameters.ClusteringMethod method,
java.lang.String code)
cNum, - clustes.numcSize, - clusters.sizemethod, - clusters.methodcode - , balanced clustering code (used for research)public java.lang.String getCode()
public int getClustersNum()
public int getClustersSize()
public ClusteringParameters.ClusteringMethod getClusteringMethod()