@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.271Z") @Stability(value=Experimental) public enum LustreDeploymentType extends Enum<LustreDeploymentType>
| Enum Constant and Description |
|---|
PERSISTENT_1
(experimental) Long term storage.
|
SCRATCH_1
(experimental) Original type for shorter term data processing.
|
SCRATCH_2
(experimental) Newer type for shorter term data processing.
|
| Modifier and Type | Method and Description |
|---|---|
static LustreDeploymentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LustreDeploymentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Experimental) public static final LustreDeploymentType SCRATCH_1
Data is not replicated and does not persist on server fail.
@Stability(value=Experimental) public static final LustreDeploymentType SCRATCH_2
Data is not replicated and does not persist on server fail. Provides better support for spiky workloads.
@Stability(value=Experimental) public static final LustreDeploymentType PERSISTENT_1
Data is replicated and file servers are replaced if they fail.
public static LustreDeploymentType[] values()
for (LustreDeploymentType c : LustreDeploymentType.values()) System.out.println(c);
public static LustreDeploymentType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.