return predictedValue;
}
public AutoscaleAlgorithm getAutoscaleAlgorithm(String partitionAlgorithm){
AutoscaleAlgorithm autoscaleAlgorithm = null;
if(log.isDebugEnabled()){
log.debug(String.format("Partition algorithm is ", partitionAlgorithm));
}
if(Constants.ROUND_ROBIN_ALGORITHM_ID.equals(partitionAlgorithm)){