| Modifier and Type | Method and Description |
|---|---|
TempStoreType |
Library.getDefaultTempStore()
Gets default temporary storage. PDFL uses Disk storage type by default.
|
static TempStoreType |
TempStoreType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TempStoreType[] |
TempStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Library.setDefaultTempStore(TempStoreType tempStore)
Allows to switch between different types of temporary storages.
|