@Deprecated public class AutomaticCapacityScaleRuleConfig extends Object implements Externalizable
AutomaticCapacityScaleConfig
,
AutomaticCapacityScaleRuleConfigurer
,
Serialized FormConstructor and Description |
---|
AutomaticCapacityScaleRuleConfig()
Deprecated.
|
AutomaticCapacityScaleRuleConfig(Map<String,String> properties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
Comparable<?> |
getHighThreshold()
Deprecated.
|
CapacityRequirementsConfig |
getHighThresholdBreachedIncrease()
Deprecated.
|
Comparable<?> |
getLowThreshold()
Deprecated.
|
CapacityRequirementsConfig |
getLowThresholdBreachedDecrease()
Deprecated.
|
Map<String,String> |
getProperties()
Deprecated.
|
ProcessingUnitStatisticsId |
getStatistics()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
readExternal(ObjectInput in)
Deprecated.
|
void |
setHighThreshold(Comparable<?> highThreshold)
Deprecated.
Defines a high threshold that triggers an increase or decrease of capacity
|
void |
setHighThresholdBreachedIncrease(CapacityRequirementsConfig capacityRequirementsConfig)
Deprecated.
Defined Capacity Requirements that will be added once the high threshold is breached
|
void |
setLowThreshold(Comparable<?> lowThreshold)
Deprecated.
Defines a low threshold that triggers an increase or decrease of capacity
|
void |
setLowThresholdBreachedDecrease(CapacityRequirementsConfig capacityRequirementsConfig)
Deprecated.
Defined Capacity Requirements that will be decreases once the low threshold is breached
|
void |
setStatistics(ProcessingUnitStatisticsId statisticsId)
Deprecated.
Defines the statistics that is compared against the high and low thresholds
|
String |
toString()
Deprecated.
|
void |
writeExternal(ObjectOutput out)
Deprecated.
|
public AutomaticCapacityScaleRuleConfig()
public void setStatistics(ProcessingUnitStatisticsId statisticsId)
public ProcessingUnitStatisticsId getStatistics()
public void setLowThreshold(Comparable<?> lowThreshold)
lowThreshold
- - An Object of a Class that implements Comparable and has a constructor
accepting a String as a single argument.setLowThresholdBreachedDecrease(CapacityRequirementsConfig)
public Comparable<?> getLowThreshold()
public void setHighThreshold(Comparable<?> highThreshold)
highThreshold
- - An Object of a Class that implements Comparable and has a constructor
accepting a String as a single argument.setHighThresholdBreachedIncrease(CapacityRequirementsConfig)
public Comparable<?> getHighThreshold()
public void setHighThresholdBreachedIncrease(CapacityRequirementsConfig capacityRequirementsConfig)
capacityRequirementsConfig
- - An Object of a CapacityRequirementsConfig that defines
capacity propertiespublic CapacityRequirementsConfig getHighThresholdBreachedIncrease()
public void setLowThresholdBreachedDecrease(CapacityRequirementsConfig capacityRequirementsConfig)
capacityRequirementsConfig
- - An Object of a CapacityRequirementsConfig that defines
capacity propertiespublic CapacityRequirementsConfig getLowThresholdBreachedDecrease()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.