public class ProtectionSchemeTolerance
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtectionSchemeTolerance.Builder |
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
ProtectionSchemeTolerance() |
ProtectionSchemeTolerance(java.lang.String protectionScheme,
java.lang.Long sustainableFailuresForBlockData,
java.lang.Long sustainableFailuresForMetadata) |
| Modifier and Type | Method and Description |
|---|---|
ProtectionSchemeTolerance.Builder |
asBuilder() |
static ProtectionSchemeTolerance.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getProtectionScheme()
The Protection Scheme.
|
java.lang.Long |
getSustainableFailuresForBlockData()
The number of simultaneous failures which can occur without losing block data
availability for the Protection Scheme.
|
java.lang.Long |
getSustainableFailuresForMetadata()
The number of simultaneous failures which can occur without losing metadata
or Vvol availability for the Protection Scheme.
|
int |
hashCode() |
void |
setProtectionScheme(java.lang.String protectionScheme) |
void |
setSustainableFailuresForBlockData(java.lang.Long sustainableFailuresForBlockData) |
void |
setSustainableFailuresForMetadata(java.lang.Long sustainableFailuresForMetadata) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
public java.lang.String getProtectionScheme()
public void setProtectionScheme(java.lang.String protectionScheme)
public java.lang.Long getSustainableFailuresForBlockData()
public void setSustainableFailuresForBlockData(java.lang.Long sustainableFailuresForBlockData)
public java.lang.Long getSustainableFailuresForMetadata()
public void setSustainableFailuresForMetadata(java.lang.Long sustainableFailuresForMetadata)
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 ProtectionSchemeTolerance.Builder builder()
public final ProtectionSchemeTolerance.Builder asBuilder()