public class ModifyClusterFullThresholdRequest
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ModifyClusterFullThresholdRequest.Builder | 
| Modifier and Type | Field and Description | 
|---|---|
| static long | serialVersionUID | 
| Constructor and Description | 
|---|
| ModifyClusterFullThresholdRequest() | 
| ModifyClusterFullThresholdRequest(Optional<java.lang.Long> stage2AwareThreshold,
                                 Optional<java.lang.Long> stage3MetadataThresholdPercent,
                                 Optional<java.lang.Long> maxMetadataOverProvisionFactor) | 
| ModifyClusterFullThresholdRequest(Optional<java.lang.Long> stage2AwareThreshold,
                                 Optional<java.lang.Long> stage3BlockThresholdPercent,
                                 Optional<java.lang.Long> stage3MetadataThresholdPercent,
                                 Optional<java.lang.Long> maxMetadataOverProvisionFactor) | 
| Modifier and Type | Method and Description | 
|---|---|
| ModifyClusterFullThresholdRequest.Builder | asBuilder() | 
| static ModifyClusterFullThresholdRequest.Builder | builder() | 
| boolean | equals(java.lang.Object o) | 
| Optional<java.lang.Long> | getMaxMetadataOverProvisionFactor()A value representative of the number of times metadata space can be overprovisioned relative to the amount of space available. | 
| Optional<java.lang.Long> | getStage2AwareThreshold()The number of nodes of capacity remaining in the cluster before the system triggers a
 capacity notification. | 
| Optional<java.lang.Long> | getStage3BlockThresholdPercent()The percentage of block storage utilization below the "Error" threshold that causes the
 system to trigger a cluster "Warning" alert. | 
| Optional<java.lang.Long> | getStage3MetadataThresholdPercent()The percentage of metadata storage utilization below the "Error" threshold that causes the
 system to trigger a cluster "Warning" alert. | 
| int | hashCode() | 
| void | setMaxMetadataOverProvisionFactor(Optional<java.lang.Long> maxMetadataOverProvisionFactor) | 
| void | setStage2AwareThreshold(Optional<java.lang.Long> stage2AwareThreshold) | 
| void | setStage3BlockThresholdPercent(Optional<java.lang.Long> stage3BlockThresholdPercent) | 
| void | setStage3MetadataThresholdPercent(Optional<java.lang.Long> stage3MetadataThresholdPercent) | 
| java.util.Map<java.lang.String,java.lang.Object> | toMap() | 
| java.lang.String | toString() | 
public static final long serialVersionUID
@Since(value="7.0") public ModifyClusterFullThresholdRequest(Optional<java.lang.Long> stage2AwareThreshold, Optional<java.lang.Long> stage3MetadataThresholdPercent, Optional<java.lang.Long> maxMetadataOverProvisionFactor)
@Since(value="8.0") public ModifyClusterFullThresholdRequest(Optional<java.lang.Long> stage2AwareThreshold, Optional<java.lang.Long> stage3BlockThresholdPercent, Optional<java.lang.Long> stage3MetadataThresholdPercent, Optional<java.lang.Long> maxMetadataOverProvisionFactor)
public Optional<java.lang.Long> getStage2AwareThreshold()
public void setStage2AwareThreshold(Optional<java.lang.Long> stage2AwareThreshold)
public Optional<java.lang.Long> getStage3BlockThresholdPercent()
public void setStage3BlockThresholdPercent(Optional<java.lang.Long> stage3BlockThresholdPercent)
public Optional<java.lang.Long> getStage3MetadataThresholdPercent()
public void setStage3MetadataThresholdPercent(Optional<java.lang.Long> stage3MetadataThresholdPercent)
public Optional<java.lang.Long> getMaxMetadataOverProvisionFactor()
public void setMaxMetadataOverProvisionFactor(Optional<java.lang.Long> maxMetadataOverProvisionFactor)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ModifyClusterFullThresholdRequest.Builder builder()
public final ModifyClusterFullThresholdRequest.Builder asBuilder()