public class ScalingParametersStatus extends Object implements Serializable
The status and configuration of a search domain's scaling parameters.
Constructor and Description |
---|
ScalingParametersStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ScalingParameters |
getOptions()
The desired instance type and desired number of replicas of each index
partition.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
void |
setOptions(ScalingParameters options)
The desired instance type and desired number of replicas of each index
partition.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ScalingParametersStatus |
withOptions(ScalingParameters options)
The desired instance type and desired number of replicas of each index
partition.
|
ScalingParametersStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public ScalingParameters getOptions()
public void setOptions(ScalingParameters options)
options
- The desired instance type and desired number of replicas of each index
partition.public ScalingParametersStatus withOptions(ScalingParameters options)
Returns a reference to this object so that method calls can be chained together.
options
- The desired instance type and desired number of replicas of each index
partition.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public ScalingParametersStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.