| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.blueprint |
Classes used to describe a Blueprint.
|
| Modifier and Type | Method and Description |
|---|---|
static SynchronousWritePolicy |
SynchronousWritePolicy.fromValue(String value) |
SynchronousWritePolicy |
FileStore.getSynchronousWritePolicy()
Get the synchronous write policy.
|
static SynchronousWritePolicy |
SynchronousWritePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynchronousWritePolicy[] |
SynchronousWritePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileStore |
FileStore.setSynchronousWritePolicy(SynchronousWritePolicy synchronousWritePolicy)
Set the synchronous write policy.
|