@Experimental public static enum ShaclSail.TransactionSettings.PerformanceHint extends Enum<ShaclSail.TransactionSettings.PerformanceHint> implements TransactionSetting
Enum Constant and Description |
---|
CacheDisabled
Do not cache intermediate results.
|
CacheEnabled
Cache intermediate results.
|
ParallelValidation
Run validation is parallel (multithreaded).
|
SerialValidation
Run validation serially (single threaded)
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
The globally unique transaction settings name.
|
String |
getValue()
The value for this transaction setting.
|
static ShaclSail.TransactionSettings.PerformanceHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShaclSail.TransactionSettings.PerformanceHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShaclSail.TransactionSettings.PerformanceHint ParallelValidation
public static final ShaclSail.TransactionSettings.PerformanceHint SerialValidation
public static final ShaclSail.TransactionSettings.PerformanceHint CacheEnabled
public static final ShaclSail.TransactionSettings.PerformanceHint CacheDisabled
public static ShaclSail.TransactionSettings.PerformanceHint[] values()
for (ShaclSail.TransactionSettings.PerformanceHint c : ShaclSail.TransactionSettings.PerformanceHint.values()) System.out.println(c);
public static ShaclSail.TransactionSettings.PerformanceHint 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 nullpublic String getName()
TransactionSetting
getName
in interface TransactionSetting
public String getValue()
TransactionSetting
getValue
in interface TransactionSetting
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.