public class ProtectionSchemeResiliency
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ProtectionSchemeResiliency.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ProtectionSchemeResiliency() |
ProtectionSchemeResiliency(java.lang.String protectionScheme,
java.lang.Long sustainableFailuresForBlockData,
java.lang.Long sustainableFailuresForMetadata) |
Modifier and Type | Method and Description |
---|---|
ProtectionSchemeResiliency.Builder |
asBuilder() |
static ProtectionSchemeResiliency.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getProtectionScheme()
The Protection Scheme.
|
java.lang.Long |
getSustainableFailuresForBlockData()
The predicted number of simultaneous failures which may occur without losing
the ability to automatically heal to where the data has Node Tolerance.
|
java.lang.Long |
getSustainableFailuresForMetadata()
The predicted number of simultaneous failures which may occur without losing
the ability to automatically heal to where the Metadata and Vvols have Node
Tolerance.
|
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.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static ProtectionSchemeResiliency.Builder builder()
public final ProtectionSchemeResiliency.Builder asBuilder()